| Package | Description |
|---|---|
| com.erudika.para.core |
Core domain classes for modeling the Para domain space.
|
| com.erudika.para.iot |
IoT classes for managing IoT devices.
|
| Modifier and Type | Method and Description |
|---|---|
Thing |
Thing.addStateProperty(String key,
Object value)
Adds a new key/value pair to the map.
|
Thing |
Thing.removeStateProperty(String key)
Removes a property from the map.
|
| Modifier and Type | Method and Description |
|---|---|
Thing |
IoTService.createThing(Thing thing)
Create a thing in the cloud (not Para).
|
| Modifier and Type | Method and Description |
|---|---|
Thing |
IoTService.createThing(Thing thing)
Create a thing in the cloud (not Para).
|
void |
IoTService.deleteThing(Thing thing)
Deletes a thing from the cloud (not Para).
|
boolean |
IoTService.existsThing(Thing thing)
Checks if a thing exists in the cloud (not on Para).
|
Map<String,Object> |
IoTService.readThing(Thing thing)
Returns the state of the thing, read from the cloud (not Para).
|
void |
IoTService.updateThing(Thing thing)
Updates the state of a thing in the cloud (not Para).
|
Copyright © 2018 Erudika. All rights reserved.