Tweak OZW Light discovery (#43325)
parent
de5e49b37c
commit
b25e8be3f2
|
@ -254,11 +254,13 @@ DISCOVERY_SCHEMAS = (
|
|||
"min_kelvin": {
|
||||
const.DISC_COMMAND_CLASS: (CommandClass.CONFIGURATION,),
|
||||
const.DISC_INDEX: 81, # PR for upstream to add SWITCH_COLOR_CT_WARM
|
||||
const.DISC_TYPE: ValueType.INT,
|
||||
const.DISC_OPTIONAL: True,
|
||||
},
|
||||
"max_kelvin": {
|
||||
const.DISC_COMMAND_CLASS: (CommandClass.CONFIGURATION,),
|
||||
const.DISC_INDEX: 82, # PR for upstream to add SWITCH_COLOR_CT_COLD
|
||||
const.DISC_TYPE: ValueType.INT,
|
||||
const.DISC_OPTIONAL: True,
|
||||
},
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue