|  Developer
Updated on November 19, 2021

hub.gateway.removed

  • This broadcast is sent when a gateway is de-registered from the network. This usually occurs when the plugin that provided the gateway is uninstalled.
Edit
Field Type Required Description
_id string + A string of text which uniquely identifies the gateway on the network.
Edit
				
					{
          "id": "ui_broadcast",
          "msg_subclass": "hub.gateway.removed",
          "result": {
            "_id": "588b7eb528b12d03be86f36f"
          }
        }