@@ -532,14 +532,14 @@ static const Zigbee_Instruction zb_prog[] PROGMEM = {
532
532
// Correctly configured and running, enable all Tasmota features
533
533
// ======================================================================
534
534
ZI_LABEL (ZIGBEE_LABEL_READY)
535
- ZI_MQTT_STATE (ZIGBEE_STATUS_OK, kStarted )
536
- ZI_LOG (LOG_LEVEL_INFO, kZigbeeStarted )
537
- ZI_CALL (&Z_State_Ready, 1 ) // Now accept incoming messages
538
535
ZI_CALL (&Z_Prepare_Storage, 0 )
539
536
ZI_CALL (&Z_Load_Devices, 0 )
540
537
ZI_CALL (&Z_Load_Data, 0 )
541
538
ZI_CALL (&Z_Set_Save_Data_Timer, 0 )
542
539
ZI_CALL (&Z_ZbAutoload, 0 )
540
+ ZI_MQTT_STATE (ZIGBEE_STATUS_OK, kStarted )
541
+ ZI_LOG (LOG_LEVEL_INFO, kZigbeeStarted )
542
+ ZI_CALL (&Z_State_Ready, 1 ) // Now accept incoming messages
543
543
ZI_CALL (&Z_Query_Bulbs, 0 )
544
544
545
545
ZI_LABEL (ZIGBEE_LABEL_MAIN_LOOP)
@@ -979,14 +979,14 @@ static const Zigbee_Instruction zb_prog[] PROGMEM = {
979
979
ZI_SEND (ZBS_SET_MCAST_ENTRY) ZI_WAIT_RECV (2500 , ZBR_SET_MCAST_ENTRY)
980
980
981
981
// ZI_LABEL(ZIGBEE_LABEL_READY)
982
- ZI_MQTT_STATE (ZIGBEE_STATUS_OK, kStarted )
983
- ZI_LOG (LOG_LEVEL_INFO, kZigbeeStarted )
984
- ZI_CALL (&Z_State_Ready, 1 ) // Now accept incoming messages
985
982
ZI_CALL (&Z_Prepare_Storage, 0 )
986
983
ZI_CALL (&Z_Load_Devices, 0 )
987
984
ZI_CALL (&Z_Load_Data, 0 )
988
985
ZI_CALL (&Z_Set_Save_Data_Timer, 0 )
989
986
ZI_CALL (&Z_ZbAutoload, 0 )
987
+ ZI_MQTT_STATE (ZIGBEE_STATUS_OK, kStarted )
988
+ ZI_LOG (LOG_LEVEL_INFO, kZigbeeStarted )
989
+ ZI_CALL (&Z_State_Ready, 1 ) // Now accept incoming messages
990
990
ZI_CALL (&Z_Query_Bulbs, 0 )
991
991
992
992
ZI_LABEL (ZIGBEE_LABEL_MAIN_LOOP)
0 commit comments