Add raw values to zwave_js value notification event (#47258)
* add value_raw to value notification event that always shows the untranslated state value * add property key and property to event params
This commit is contained in:
parent
d20659d2ee
commit
42af775f53
3 changed files with 13 additions and 1 deletions
|
@ -26,12 +26,15 @@ ATTR_HOME_ID = "home_id"
|
|||
ATTR_ENDPOINT = "endpoint"
|
||||
ATTR_LABEL = "label"
|
||||
ATTR_VALUE = "value"
|
||||
ATTR_VALUE_RAW = "value_raw"
|
||||
ATTR_COMMAND_CLASS = "command_class"
|
||||
ATTR_COMMAND_CLASS_NAME = "command_class_name"
|
||||
ATTR_TYPE = "type"
|
||||
ATTR_DEVICE_ID = "device_id"
|
||||
ATTR_PROPERTY_NAME = "property_name"
|
||||
ATTR_PROPERTY_KEY_NAME = "property_key_name"
|
||||
ATTR_PROPERTY = "property"
|
||||
ATTR_PROPERTY_KEY = "property_key"
|
||||
ATTR_PARAMETERS = "parameters"
|
||||
|
||||
# service constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue