Merge pull request #29 from mitgobla/modify-timer-schema

Modify timer schema
This commit is contained in:
Daan Verstraten
2022-06-21 18:37:33 +02:00
committed by GitHub

View File

@@ -58,7 +58,8 @@
}, },
"value": { "value": {
"type": "integer", "type": "integer",
"description": "UNDOCUMENTED: value", "description": "The value in seconds that would be used if this section was picked",
"$comment": "UNDOCUMENTED",
"title": "Value" "title": "Value"
} }
} }
@@ -69,7 +70,10 @@
{ {
"time": 1, "time": 1,
"looping": true, "looping": true,
"time_down_event": "self:reset" "time_down_event": {
"event": "example:foo",
"target": "self"
}
} }
] ]
} }