Updated comments

This commit is contained in:
DaanV2
2021-07-01 16:35:56 +02:00
parent bd92fde1b8
commit 9bf12e0823
383 changed files with 2315 additions and 573 deletions

View File

@@ -5,7 +5,8 @@
"description": "Fires off a specified event when a block in the block list is broken within the sensor range.",
"additionalProperties": false,
"properties": {
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sensor Radius", "minimum": 0 },
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Sensor Radius", "minimum": 0 },
"on_break": {
"type": "array",
"title": "On Break",
@@ -18,6 +19,7 @@
"type": "array",
"title": "Block List",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": { "type": "string", "title": "Block ID" }
},
@@ -25,6 +27,7 @@
}
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}