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/irrigationtemplates.json

47 lines
1.4 KiB
JSON

{
"templates": [
{
"description": "Schedule an irrigation",
"ruleNameTemplate": "Schedule for %0",
"timeDescriptorTemplate": {
"calendarItemTemplates": [
{
"startTime": "07:00",
"duration": 20,
"repeatingOption": {
"repeatingMode": "RepeatingModeDaily"
},
"editable": true
}
]
},
"ruleActionTemplates": [
{
"interfaceName": "irrigation",
"interfaceAction": "power",
"selectionId": 0,
"params": [
{
"name": "power",
"value": true
}
]
}
],
"ruleExitActionTemplates": [
{
"interfaceName": "irrigation",
"interfaceAction": "power",
"selectionId": 0,
"params": [
{
"name": "power",
"value": false
}
]
}
]
}
]
}