hub.modes.notifications.removed
- Broadcast when a user is removed from the list of users who receive a notification when there is a change in house-mode.
Edit
| Field | Type | Required | Description |
|---|---|---|---|
| modeId | string | + | Id of the house mode |
| all | string | + | Identity of the user was removed from the notification list. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.modes.notifications.removed",
"result": {
"modeId": "<modeId>",
"notification": "<userId>"
}
}