Merge branch 'main' into dev-v2.3

This commit is contained in:
Gunnar Skjold
2024-04-04 13:38:14 +02:00
8 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
static const char JSON2_JSON[] PROGMEM = R"=="==({"id":"%s","name":"%s","up":%u,"t":%lu,"vcc":%.3f,"rssi":%d,"temp":%.2f,"data":{"lv":"%s","id":"%s","type":"%s","P":%d,"Q":%d,"PO":%d,"QO":%d,"I1":%.2f,"I2":%.2f,"I3":%.2f,"U1":%.2f,"U2":%.2f,"U3":%.2f},"realtime":{"h":%.2f,"d":%.1f,"t":%d,"x":%.2f,"he":%.2f,"de":%.1f}})=="==";
const int JSON2_JSON_LEN PROGMEM = 270;