mirror of https://github.com/nymea/nymea.git
16 lines
459 B
JSON
16 lines
459 B
JSON
{
|
|
"description": "Interface for wireless connectable devices. If reporting the signal strength is supported, the optional signalStrength state should be implemented.",
|
|
"extends": "connectable",
|
|
"states": [
|
|
{
|
|
"name": "signalStrength",
|
|
"type": "uint",
|
|
"unit": "Percentage",
|
|
"minValue": 0,
|
|
"maxValue": 100,
|
|
"optional": true,
|
|
"logged": true
|
|
}
|
|
]
|
|
}
|