mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-26 07:47:15 +00:00
Moved 'Updated shadow' do DEBUG log level
This commit is contained in:
parent
8689cc8d5e
commit
11604e30d4
@ -398,7 +398,7 @@ void MqttPublishPrefixTopic_P(uint32_t prefix, const char* subtopic, bool retain
|
|||||||
free(mqtt_save);
|
free(mqtt_save);
|
||||||
|
|
||||||
bool result = MqttClient.publish(romram, mqtt_data, false);
|
bool result = MqttClient.publish(romram, mqtt_data, false);
|
||||||
AddLog_P2(LOG_LEVEL_INFO, PSTR(D_LOG_MQTT "Updated shadow: %s"), romram);
|
AddLog_P2(LOG_LEVEL_DEBUG, PSTR(D_LOG_MQTT "Updated shadow: %s"), romram);
|
||||||
yield(); // #3313
|
yield(); // #3313
|
||||||
}
|
}
|
||||||
#endif // USE_MQTT_AWS_IOT
|
#endif // USE_MQTT_AWS_IOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user