We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcaf69 commit 5ba4c21Copy full SHA for 5ba4c21
libraries/Zigbee/src/ZigbeeEP.h
@@ -95,7 +95,7 @@ class ZigbeeEP {
95
void reportBatteryPercentage();
96
97
// Set time
98
- void addTimeCluster(tm time = {0}, int32_t gmt_offset = 0); // gmt offset in seconds
+ void addTimeCluster(tm time = {}, int32_t gmt_offset = 0); // gmt offset in seconds
99
void setTime(tm time);
100
void setTimezone(int32_t gmt_offset);
101
libraries/Zigbee/src/ep/ZigbeeWindowCovering.h
@@ -67,7 +67,7 @@ typedef struct zigbee_window_covering_cfg_s {
67
class ZigbeeWindowCovering : public ZigbeeEP {
68
public:
69
ZigbeeWindowCovering(uint8_t endpoint);
70
- ~ZigbeeWindowCovering();
+ ~ZigbeeWindowCovering() {}
71
72
// Set the callback functions for the window covering commands
73
void onOpen(void (*callback)()) {
0 commit comments