From a2dae4cf43ee64eb51baaeaaf56af1d95bd736e2 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Sun, 1 Nov 2020 20:09:14 +0100 Subject: [PATCH] temperature sensor add iotype --- simulation/integrationpluginsimulation.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/simulation/integrationpluginsimulation.json b/simulation/integrationpluginsimulation.json index 0da67b95..ebf156bc 100644 --- a/simulation/integrationpluginsimulation.json +++ b/simulation/integrationpluginsimulation.json @@ -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",