Add missing windspeedsensor.json interface file
This commit is contained in:
parent
7ab3c70664
commit
6dbe780715
11
libnymea/interfaces/windspeedsensor.json
Normal file
11
libnymea/interfaces/windspeedsensor.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"extends": "sensor",
|
||||||
|
"description": "This interface represents a wind sensor measurment and has the unit [m/s]."
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "windSpeed",
|
||||||
|
"type": "double",
|
||||||
|
"unit": "MeterPerSecond"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user