- mirroring
- FX memory allocations
- preset loading if WS request too big

Changes:
- remove "pt" in favor of "ps" in JSON
- fading in Ghost rider
This commit is contained in:
Blaz Kristan
2022-06-05 10:16:56 +02:00
parent f1a1b89d13
commit 9db872db56
8 changed files with 536 additions and 547 deletions

View File

@@ -146,7 +146,7 @@ class UsermodTemperature : public Usermod {
strcpy(buf, mqttDeviceTopic);
strcat_P(buf, PSTR("/temperature"));
json[F("state_topic")] = buf;
json[F("device_class")] = F("tempearature");
json[F("device_class")] = F("temperature");
json[F("unique_id")] = escapedMac.c_str();
json[F("unit_of_measurement")] = F("°C");
payload_size = serializeJson(json, json_str);