diff --git a/tasmota/xdrv_23_zigbee_2_devices.ino b/tasmota/xdrv_23_zigbee_2_devices.ino index a72c15232..6a4dcd49d 100644 --- a/tasmota/xdrv_23_zigbee_2_devices.ino +++ b/tasmota/xdrv_23_zigbee_2_devices.ino @@ -636,9 +636,10 @@ public: hidden(false), reachable(false), data(), + last_seen(0), lqi(0xFF), batterypercent(0xFF), - last_seen(0) + reserved_for_alignment(0xFFFF) { }; inline bool valid(void) const { return BAD_SHORTADDR != shortaddr; } // is the device known, valid and found?