public interface IoTService
| Modifier and Type | Method and Description |
|---|---|
Thing |
createThing(Thing thing)
Create a thing in the cloud (not Para).
|
void |
deleteThing(Thing thing)
Deletes a thing from the cloud (not Para).
|
boolean |
existsThing(Thing thing)
Checks if a thing exists in the cloud (not on Para).
|
Map<String,Object> |
readThing(Thing thing)
Returns the state of the thing, read from the cloud (not Para).
|
void |
updateThing(Thing thing)
Updates the state of a thing in the cloud (not Para).
|
Thing createThing(Thing thing)
thing - the thing objectMap<String,Object> readThing(Thing thing)
thing - the thing objectvoid updateThing(Thing thing)
thing - the thing objectvoid deleteThing(Thing thing)
thing - a thing objectboolean existsThing(Thing thing)
thing - a thing objectCopyright © 2018 Erudika. All rights reserved.