Subscribe
Create a subscription to a device's messages.
Create a subscription to a device's messages. Subscribe tries to subscribe the connection to every message type. To limit subscriptions, use the types attribute.
Event: "subscribe", params
"subscribe", paramsparamsuuidUUID of the device to subscribe to.typesArray of strings of types to subscribe to. Valid types are:broadcastbroadcast messages sent by the device and messages the device receives as a result of it being subscribed to some other device's broadcasts.receivedmessages received by the device and messages the device receives as a result of it being subscribed to some other device's received messages.sentmessages sent by the device and messages the device receives as a result of it being subscribed to some other device's sent messages.
Updated less than a minute ago
