Add missing windspeedsensor.json interface file

This commit is contained in:
Simon Stürz 2019-03-15 15:50:51 +01:00 committed by Michael Zanetti
parent 7ab3c70664
commit 6dbe780715

View 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"
}
]
}