Updated Tiltes

This commit is contained in:
DaanV2
2021-07-01 17:42:32 +02:00
parent d3d55eaed9
commit a38ea8b5ee
39 changed files with 286 additions and 190 deletions

View File

@@ -6,12 +6,12 @@
"additionalProperties": false,
"required": [],
"properties": {
"on_close": { "$ref": "../types/event.json", "description": "Event to call when the entity is done peeking", "title": "TODO Title" },
"on_open": { "$ref": "../types/event.json", "description": "Event to call when the entity starts peeking", "title": "TODO Title" },
"on_close": { "$ref": "../types/event.json", "description": "Event to call when the entity is done peeking", "title": "On Close" },
"on_open": { "$ref": "../types/event.json", "description": "Event to call when the entity starts peeking", "title": "On Open" },
"on_target_open": {
"$ref": "../types/event.json",
"description": "Event to call when the entity's target entity starts peeking",
"title": "TODO Title"
"title": "On Target Open"
}
}
}