This is a local list of sensors connected to this node.
| Name | Type | Public | Configuration | {{#localSensors}} |
|---|---|---|---|---|
| {{.getName()}} | {{.getType()}} | {{.isSynced()}} | {{.getDeviceData()}} |
Sensors that has been automatically detected.
| Type | Date | Configuration | {{#detectedSensors}}|
|---|---|---|---|
| {{.getType()}} | {{.getDeviceData()}} |
Add or remove users that you want to synchronized data with.
| Username | Address | Hostname | Port | {{#extUsers}} |
|---|---|---|---|---|
| {{.getUsername()}} | {{.getAddress()}} | {{.getHostname()}} | {{.getPort()}} |
This is a read only list of synchronized sensors from external users.
| Name | Type | Configuration | {{#extSensor}} |
|---|---|---|---|
| {{.getName()}} | {{.getType()}} | {{.getDeviceData()}} |