List of Functions

NoMethodDescription

1

ReadValue

To read the sensor data from single nodes. The type of data is "Numeric/String".

2

WriteValue

To modify the control signal at single nodes. Type of data is "Numeric/String".

3

ReadJSON

To read the sensor data from single nodes. Type of data is "JSON".

4

WriteJSON

To modify the control signal at single nodes. Type of data is "JSON".

5

ReadXML

To read the sensor data from single nodes. Type of data is "XML".

6

WriteXML

To modify the control signal at single nodes. Type of data is "XML".

7

Read

To read the sensor data from multiple nodes. Type of data is "Numeric/String".

8

Write

To modify the control signal at multiple nodes. Type of data is "Numeric/String".

9

GenerateAPIKey

To generate new API key for a given email and password.

10

CreateDevice

To add new IoT device for a given API key, name, cryptotype and data format.

11

Developer

To display the developer information

Last updated