From acc33316be86a3a1955793b001de760cb499dab0 Mon Sep 17 00:00:00 2001 From: Doug B Date: Wed, 8 Nov 2023 09:30:00 -0500 Subject: [PATCH] Update config.schema.json --- config.schema.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config.schema.json b/config.schema.json index 03c0887..4eac981 100644 --- a/config.schema.json +++ b/config.schema.json @@ -150,10 +150,7 @@ "type": "string", "enum": [ "wind_gust" - ], - "condition": { - "functionBody": "if (!model.local_api && model.sensors[arrayIndices] && model.sensors[arrayIndices].sensor_type && model.sensors[arrayIndices].sensor_type === 'Temperature Sensor') { return true; } else { return false; };" - } + ] }, "trigger_value": { "type": "number", @@ -180,9 +177,6 @@ "solar_radiation", "uv" ], - "condition": { - "functionBody": "if (model.sensors[arrayIndices] && model.sensors[arrayIndices].sensor_type && model.sensors[arrayIndices].sensor_type === 'Occupancy Sensor') { return true; } else { return false; };" - }, "description": "Note: `precip_accum_local_day` not supported when using Local API." }, "trigger_value": {