Xinyuan-LilyGO / T-ZigBee

Zigbee Ultra Low Power IOT Development Board
GNU Affero General Public License v3.0
76 stars 18 forks source link

ZBHCI_CMD_ZCL_ATTR_WRITE_RCV example #40

Open jrossouw opened 6 months ago

jrossouw commented 6 months ago

From my home automation application I am trying to write to the BINARY OUTPUT cluster (0x0010) or a T-Zigbee device. When I write a bool value to the PresentValue attribute (0x0055), I receive a ZBHCI_CMD_ZCL_ATTR_WRITE_RCV message on the T-Zigbee, but I cannot find an example of how to parse that message. There also is no handler in the zbhciCmdHandler function for that message type.