Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/docs/development/gateway-LAN-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Door and window sensors reported the open/close status of windows, the format is
"cmd":"report",
"model":"sensor_magnet.aq2",
"sid":"xxxxxxxx",
"params":[{"window_status":"open"}]
"data":{"window_status":"open"}
}
```

Expand Down Expand Up @@ -141,7 +141,7 @@ The heartbeat of sub-devices are sent via **multicast** to (**IP: 224.0.0.50 Por
"cmd":"heartbeat",
"model":"sensor_magnet.aq2",
"sid":"xxxxxxxx",
"params":[{"window_status":"open"}]
"data": {"window_status":"open"}
}
```

Expand Down