Tweak OZW Light discovery (#43325)

pull/43351/head
Chris 2020-11-18 07:18:59 -07:00 committed by GitHub
parent de5e49b37c
commit b25e8be3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 95 additions and 0 deletions

View File

@ -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