Merge PR #139: New interface: windspeedsensor
This commit is contained in:
commit
7c449c50c0
@ -61,6 +61,7 @@
|
|||||||
<file>evcharger.json</file>
|
<file>evcharger.json</file>
|
||||||
<file>extendedevcharger.json</file>
|
<file>extendedevcharger.json</file>
|
||||||
<file>noisesensor.json</file>
|
<file>noisesensor.json</file>
|
||||||
|
<file>windspeedsensor.json</file>
|
||||||
<file>co2sensor.json</file>
|
<file>co2sensor.json</file>
|
||||||
<file>presencesensor.json</file>
|
<file>presencesensor.json</file>
|
||||||
<file>wirelessconnectable.json</file>
|
<file>wirelessconnectable.json</file>
|
||||||
|
|||||||
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