Allow to disable switching LEDs on during startup (#1443)

This commit is contained in:
LordGrey
2022-03-16 09:27:37 +01:00
committed by GitHub
parent c75c98e252
commit 62829d9bf8
6 changed files with 57 additions and 14 deletions

View File

@@ -29,6 +29,18 @@
},
"access": "expert",
"propertyOrder": 3
},
"autoStart": {
"type": "boolean",
"format": "checkbox",
"title": "edt_dev_general_autostart_title",
"default": true,
"required": true,
"options": {
"infoText": "edt_dev_general_autostart_title_info"
},
"access": "advanced",
"propertyOrder": 4
}
},
"dependencies": {