|  Developer
Updated on November 29, 2022

hub.device.removed

  • Broadcast sent when a device got unregistered from some gateway.
Edit
Field Type Required Description
_id string + an id of the device
serviceNotification bool + Special mark for forwarding all changes with this device and items to different Cloud services
syncNotification bool + Special mark to request data synchronization between Cloud and controller (always true)
fwTimestampMs int64 + A hub system timestamp in milliseconds when the event has happened.
Edit
				
					        {
          "id": "ui_broadcast",
          "msg_subclass": "hub.device.removed",
          "result": {
            "_id": "588b7eb528b12d03be86f36f",
            "serviceNotification":true,
            "syncNotification":true,
            "fwTimestampMs": 16300011122244
          }
        }