This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/nymea-app/ruletemplates/lighttemplates.json

39 lines
1.2 KiB
JSON

{
"templates": [
{
"description": "Wake up with light",
"ruleNameTemplate": "Wake up with %0",
"timeDescriptorTemplate": {
"timeEventItemTemplates": [
{
"time": "07:00",
"repeatingOption": {
"repeatingMode": "RepeatingModeWeekly",
"weekDays": [1, 2, 3, 4, 5]
},
"editable": true
}
]
},
"ruleActionTemplates": [
{
"interfaceName": "dimmablelight",
"interfaceAction": "power",
"selectionId": 0,
"params": [
{
"name": "power",
"value": true
}
]
},
{
"interfaceName": "dimmablelight",
"interfaceAction": "brightness",
"selectionId": 0
}
]
}
]
}