We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37560e8 commit 21a840fCopy full SHA for 21a840f
libraries/Zigbee/examples/Zigbee_Analog_Input_Output/Zigbee_Analog_Input_Output.ino
@@ -57,7 +57,7 @@ void setup() {
57
// Optional: set Zigbee device name and model
58
zbAnalogDevice.setManufacturerAndModel("Espressif", "ZigbeeAnalogDevice");
59
60
- // Add analog sensor cluster to Zigbee Analog accoding your needs
+ // Add analog clusters to Zigbee Analog according your needs
61
zbAnalogDevice.addAnalogInput();
62
zbAnalogDevice.addAnalogOutput();
63
0 commit comments