mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-31 00:27:23 +02:00
Add flashing_lights field (#449)
* Add flashing_lights field * Move `flashing_lights` to `moreFields`
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"key": "flashing_lights",
|
||||
"type": "combo",
|
||||
"label": "Flashing Lights",
|
||||
"strings": {
|
||||
"options": {
|
||||
"button": {
|
||||
"title": "Button activated",
|
||||
"description": "Lights activated by pressing a button"
|
||||
},
|
||||
"always": {
|
||||
"title": "Always flashing",
|
||||
"description": "Lights are always flashing"
|
||||
},
|
||||
"sensor": {
|
||||
"title": "Sensor activated",
|
||||
"description": "Lights activated by a sensor"
|
||||
},
|
||||
"button;sensor": {
|
||||
"title": "Button and sensor activated",
|
||||
"description": "Lights activated by a sensor or by pressing a button"
|
||||
},
|
||||
"no": "No",
|
||||
"yes": "Yes"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Reference in New Issue
Block a user