Package | Description |
---|---|
org.jivesoftware.smackx.iot.data |
Smack's API for XMPP IoT.
|
org.jivesoftware.smackx.iot.data.element |
Smack's API for XMPP IoT.
|
Modifier and Type | Method and Description |
---|---|
void |
ThingMomentaryReadOutResult.momentaryReadOut(List<? extends IoTDataField> results) |
Modifier and Type | Class and Description |
---|---|
static class |
IoTDataField.BooleanField |
static class |
IoTDataField.IntField |
Modifier and Type | Method and Description |
---|---|
List<? extends IoTDataField> |
TimestampElement.getDataFields() |
Modifier and Type | Method and Description |
---|---|
static IoTFieldsExtension |
IoTFieldsExtension.buildFor(int seqNr,
boolean done,
NodeInfo nodeInfo,
List<? extends IoTDataField> data) |
Constructor and Description |
---|
TimestampElement(Date date,
List<? extends IoTDataField> fields) |