mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Merge from main
This commit is contained in:
commit
2602316369
76 changed files with 128 additions and 107 deletions
|
@ -415,7 +415,7 @@ bool publish_events() {
|
|||
doc["severity"] = String(get_event_level_string(event_handle));
|
||||
doc["count"] = String(event_pointer->occurences);
|
||||
doc["data"] = String(event_pointer->data);
|
||||
doc["message"] = String(get_event_message_string(event_handle));
|
||||
doc["message"] = get_event_message_string(event_handle);
|
||||
doc["millis"] = String(event_pointer->timestamp);
|
||||
|
||||
serializeJson(doc, mqtt_msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue