Plug On for 15 minutes, then Off for 45 min, every hour

You can make routine to repeat something daily

Using Rules API is possible to create all kind periodic events.

Using Rules API is possible to specify actions like this:

“actions”: [
“every”: {
“interval”: {
“value”: {
“integer”: 10
},
“unit”: “Minute”
}

unit can be Second, Minute, Hour, …

1 Like