added hide_led - #463

This commit is contained in:
proddy
2020-08-26 16:05:27 +02:00
parent f7e592f74e
commit 896063d798
6 changed files with 45 additions and 26 deletions

View File

@@ -76,6 +76,16 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
<MenuItem value={0x0F}>Time Module (0x0F)</MenuItem>
<MenuItem value={0x12}>Alarm Module (0x12)</MenuItem>
</SelectValidator>
<BlockFormControlLabel
control={
<Checkbox
checked={data.hide_led}
onChange={handleValueChange('hide_led')}
value="hide_led"
/>
}
label="Hide LED"
/>
<BlockFormControlLabel
control={
<Checkbox