File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class ZigbeeEP {
95
95
void reportBatteryPercentage ();
96
96
97
97
// Set time
98
- void addTimeCluster (tm time = {0 }, int32_t gmt_offset = 0 ); // gmt offset in seconds
98
+ void addTimeCluster (tm time = {}, int32_t gmt_offset = 0 ); // gmt offset in seconds
99
99
void setTime (tm time);
100
100
void setTimezone (int32_t gmt_offset);
101
101
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ typedef struct zigbee_window_covering_cfg_s {
67
67
class ZigbeeWindowCovering : public ZigbeeEP {
68
68
public:
69
69
ZigbeeWindowCovering (uint8_t endpoint);
70
- ~ZigbeeWindowCovering ();
70
+ ~ZigbeeWindowCovering () {}
71
71
72
72
// Set the callback functions for the window covering commands
73
73
void onOpen (void (*callback)()) {
You can’t perform that action at this time.
0 commit comments