ZigbeeContactSwitch not working on ESP32C6 with arduino
Posted: Sat Feb 15, 2025 6:09 pm
Hi all !
I'm trying this example :
https://github.com/espressif/arduino-es ... Switch.ino
but my IDE is not okay with it :
/Users/vincent/Desktop/contactSwitch/contactSwitch.ino:28:2: error: 'ZigbeeContactSwitch' does not name a type; did you mean 'ZigbeeSwitch'?
28 | ;ZigbeeContactSwitch zbContactSwitch = ZigbeeContactSwitch(ZIGBEE_SWITCH_ENDPOINT_1);
Is this Object not available trough arduino-esp32 zigbee lib ?
Thanks !
I'm trying this example :
https://github.com/espressif/arduino-es ... Switch.ino
but my IDE is not okay with it :
/Users/vincent/Desktop/contactSwitch/contactSwitch.ino:28:2: error: 'ZigbeeContactSwitch' does not name a type; did you mean 'ZigbeeSwitch'?
28 | ;ZigbeeContactSwitch zbContactSwitch = ZigbeeContactSwitch(ZIGBEE_SWITCH_ENDPOINT_1);
Is this Object not available trough arduino-esp32 zigbee lib ?
Thanks !