Skip to content

Commit

Permalink
Update config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DMBlakeley committed Nov 8, 2023
1 parent 4543c92 commit acc3331
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit acc3331

Please sign in to comment.