mirror of https://github.com/nymea/nymea.git
15 lines
431 B
JSON
15 lines
431 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
|
|
}
|
|
]
|
|
}
|