|  Developer
Updated on November 19, 2021

hub.modes.notifications.notify_all

  • Sends notifications to all users that the house-mode has changed (if you have set up notifications).
Edit
Field Type Required Description
modeId string + Id of the new house mode
all bool + States whether or not the notification was sent to all users.
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.modes.notifications.notify_all",
    "result": {
        "modeId": "<modeId>",
        "all": true
    }
}