Hello to all,
I have a question about parsing zigbee commands when they present a payload.
I have a Coordinator that implements the Window Controller Device of the HA profile which sends a value to set the tilt percentage:
I send the percentage value to a Window Covering Device through this define "ZB_ZCL_WINDOW_COVERING_SEND_GO_TO_TILT_PERCENTAGE_REQ".
The Window Covering Device correctly detects the message, what I can't do is read the percentage value I sent.
In the Window Covering device I use the define "ZB_ZCL_WINDOW_COVERING_GET_GO_TO_TILT_PERCENTAGE_REQ" to parsing but I never read the value I sent.
Do I have to do any other operations? Have I understood what I have to do?
Best regards,
Raffaela