|  Developer
Updated on November 29, 2022

hub.item.removed

  • Broadcast sent when an item got unregistered from some device (can be sent only as a part of a device.removed sequence).
Edit
				
					        {
          "id": "ui_broadcast",
          "msg_subclass": "hub.item.removed",
          "result": {
            "_id": "588b7eb528b12d03be86f36f",
            "deviceId": "588b7eb528b12d03be86f36e",
            "syncNotification":true,
            "fwTimestampMs": 16300011122244
          }
        }				
			
Edit
Field Type Required Description
_id string + An id of the item
deviceId string + An id of a device the item have been deleted
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.