Package | Description |
---|---|
org.jivesoftware.smackx.iot.control |
Smack's API for XMPP IoT.
|
org.jivesoftware.smackx.iot.control.element |
Smack's API for XMPP IoT.
|
Modifier and Type | Method and Description |
---|---|
IoTSetResponse |
IoTControlManager.setUsingIq(org.jxmpp.jid.FullJid jid,
SetData data)
Control a thing by sending a collection of
SetData instructions. |
Modifier and Type | Method and Description |
---|---|
void |
ThingControlRequest.processRequest(org.jxmpp.jid.Jid from,
Collection<SetData> setData) |
IoTSetResponse |
IoTControlManager.setUsingIq(org.jxmpp.jid.FullJid jid,
Collection<? extends SetData> data)
Control a thing by sending a collection of
SetData instructions. |
Modifier and Type | Class and Description |
---|---|
class |
SetBoolData |
class |
SetDoubleData |
class |
SetIntData |
class |
SetLongData |
Modifier and Type | Method and Description |
---|---|
Collection<SetData> |
IoTSetRequest.getSetData() |
Constructor and Description |
---|
IoTSetRequest(Collection<? extends SetData> setData) |