mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-27 12:41:32 +01:00
Added config options for start level trigger (#1923)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
1a2c81d9e2
commit
313fb496ce
@ -10,7 +10,29 @@
|
|||||||
"type": "INTEGER",
|
"type": "INTEGER",
|
||||||
"label": "Start Level",
|
"label": "Start Level",
|
||||||
"description": "The system start level.",
|
"description": "The system start level.",
|
||||||
"required": true
|
"required": true,
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"label": "40 - Rules loaded",
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "50 - Rule engine started",
|
||||||
|
"value": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "70 - User interfaces started",
|
||||||
|
"value": 70
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "80 - Things initialized",
|
||||||
|
"value": 80
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "100 - Startup complete",
|
||||||
|
"value": 100
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
|
Loading…
Reference in New Issue
Block a user