temperature sensor add iotype

master
Boernsman 2020-11-01 20:09:14 +01:00
parent 78b0e9a047
commit a2dae4cf43
1 changed files with 6 additions and 2 deletions

View File

@ -64,7 +64,10 @@
"displayNameEvent": "Temperature changed",
"type": "double",
"unit": "DegreeCelsius",
"defaultValue": 0
"defaultValue": 0,
"minValue": -20,
"maxValue": 50,
"ioType": "analogInput"
},
{
"id": "10c735fd-7b81-484a-a148-76ea0da840f0",
@ -75,7 +78,8 @@
"minValue": 0,
"maxValue": 100,
"unit": "Percentage",
"defaultValue": 0
"defaultValue": 0,
"ioType": "analogInput"
},
{
"id": "45c0de32-b519-47d7-9f82-e5f09d1542d4",