hub.modes.notifications.added
- Broadcast when a new user is added to 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 |
notification | string | + | Identity of the user was added to the notification list. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.modes.notifications.added",
"result": {
"modeId": "<modeId>",
"notification": "<userId>"
}
}