How to get the transition time of ZigBee level control clusters move actions (IDFGH-14555) #15315
Open
3 tasks done
Labels
Status: Opened
Issue is new
Answers checklist.
General issue report
I would like to control the transition of ZigBee level control clusters myself.
This is currently implemented by the ZigBee stack. I'm seeing log messages like this, a few in sequence as the level changes:
The level of the
ESP_ZB_ZCL_ATTR_LEVEL_CONTROL_CURRENT_LEVEL_ID
attribute is increased in steps to reach the target level. The steps however are quite big so the transition are very noticeable. I would like to control this myself. I would like to just get one notification that the level has changed and the associated transition time, instead of multiple attribute changes of theESP_ZB_ZCL_ATTR_LEVEL_CONTROL_CURRENT_LEVEL_ID
attribute.How can this be achieved?
The text was updated successfully, but these errors were encountered: