Files
iot_skeleton/protocol/examples/command.json

13 lines
188 B
JSON

{
"v": 1,
"id": "cmd-123",
"type": "command",
"ts": 1710000000,
"deviceId": "esp32-001",
"payload": {
"command": "setRelay",
"params": {
"state": true
}
}
}