hub.gateway.updated
- This broadcast is sent after changes have occurred on a gateway. This broadcast is only sent if a status has changed since the last broadcast.
Edit
| Field | Type | Required | Description |
|---|---|---|---|
| _id | string | + | A string of text which uniquely identifies the gateway on the network. |
| __GATEWAY_CHANGEABLE_FIELD | any | + |
Gateway fields which may be updated (__GATEWAY_CHANGEABLE_FIELD):
| Field | Type | Description |
|---|---|---|
| ready | bool | States whether or not the gateway is available for work. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.gateway.updated",
"result": {
"_id": "588b7eb528b12d03be86f36f",
"__GATEWAY_CHANGEABLE_FIELD": value
}
}