Basic types
Connection type:
Permissions:
- Provides a list of registered devices on the hub.
- Note: this request doesn’t take a gateway id, so it returns devices for ALL gateways.
Edit
- Integer
Example:
{
...
"valueType": "int",
"value": 526
...
}
Edit
- Boolean
Example:
{
...
"valueType": "bool",
"value": false
...
}
Edit
- Floating point number
Example:
{
...
"valueType": "float",
"value": 5.0
...
}
Edit
- String
Example:
{
...
"valueType": "string",
"value": "example",
...
}