Modules Container
Configuration Example
modules:
- power_stage: library/power_stage
- ui_panel:
type: library/ui_panel
actions:
- override:
target: "#attr(backlight)"
value: 1{
"modules": [
{
"power_stage": "library/power_stage"
},
{
"ui_panel": {
"type": "library/ui_panel",
"actions": [
{
"override": {
"target": "#attr(backlight)",
"value": 1
}
}
]
}
}
]
}
Configuration options
Pattern
Meaning
How it works
Use cases
Tips
Last updated

