| 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(java.util.List<? extends IoTDataField> results) |
| Modifier and Type | Class and Description |
|---|---|
static class |
IoTDataField.BooleanField |
static class |
IoTDataField.IntField |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IoTDataField> |
TimestampElement.getDataFields() |
| Modifier and Type | Method and Description |
|---|---|
static IoTFieldsExtension |
IoTFieldsExtension.buildFor(int seqNr,
boolean done,
NodeInfo nodeInfo,
java.util.List<? extends IoTDataField> data) |
| Constructor and Description |
|---|
TimestampElement(java.util.Date date,
java.util.List<? extends IoTDataField> fields) |