|  Developer
Updated on November 19, 2021

hub.modes.protect.buttons.added

  • Sent when a device covered by the Ezlo Protect service is added to a house-mode. Ezlo Protect is a service which allows users to request police, ambulance or fire assistance. A protect button is a software button shown in the Elzo app which contacts the monitoring team to request these services.
Edit
Field Type Required Description
deviceId string + Id of the device
service enum + The name of the Ezlo Protect service that was invoked. Can be , or .
Edit
				
					{
    "id": "ui_broadcast",
    "msg_id": "602bce272231406433998dae",
    "msg_subclass": "hub.modes.protect.buttons.added",
    "result": { 
        "deviceId": "601d27d8223140327f691c99", 
        "service": "fire"
    }
}