We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8cb69 commit d3a1c5cCopy full SHA for d3a1c5c
libraries/Zigbee/src/ZigbeeEP.cpp
@@ -21,7 +21,6 @@ ZigbeeEP::ZigbeeEP(uint8_t endpoint) {
21
_on_identify = nullptr;
22
_read_model = nullptr; // Explicitly initialize here
23
_read_manufacturer = nullptr; // Explicitly initialize here
24
-
25
_time_status = 0;
26
if (!lock) {
27
lock = xSemaphoreCreateBinary();
0 commit comments