Decodes inovelli scene activation data and adds simplified properties to the payload.
Input from home assistant events : all node
with Event Type set to zwave.scene_activated
Looks for scene_id
and scene_data
properties in msg.payload.event
. If found, adds button<
> and click_count
properties to msg.payload.event
.
If either scene_id
or scene_data
is not found or if values are unsupported, msg
is not modified.