Files
UtilitechAS.amsreader-firmware/lib/JsonMqttHandler/include/json/jsonsys_json.h
2024-04-04 13:38:14 +02:00

2 lines
179 B
C

static const char JSONSYS_JSON[] PROGMEM = R"=="==({"id":"%s","name":"%s","up":%d,"vcc":%.3f,"rssi":%d,"temp":%.2f,"version":"%s"})=="==";
const int JSONSYS_JSON_LEN PROGMEM = 79;