mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-16 13:17:03 +01:00
ws: module names in flash
This commit is contained in:
@@ -2338,7 +2338,7 @@ void _lightWebSocketStatus(JsonObject& root) {
|
||||
}
|
||||
|
||||
void _lightWebSocketOnVisible(JsonObject& root) {
|
||||
wsPayloadModule(root, "light");
|
||||
wsPayloadModule(root, PSTR("light"));
|
||||
}
|
||||
|
||||
void _lightWebSocketOnConnected(JsonObject& root) {
|
||||
|
||||
Reference in New Issue
Block a user