I was wondering if it is possible to change/feed the timer (times/dates) of a dzVents script with Telegram?
I have a dzVents script which activates a Switch (which triggers node-red to send a google cast audio stream to a certain google home device)
We use it as a wake-up alarm
The timer in the dzVents script is currently:
Code: Select all
on =
{
timer =
{
'at 06:45 on mon,tue,wed,thu,fri',
},
},
Examples:
- 'at 06:45 on mon,tue,wed,thu,fri',
- 'at 07:00',
- 'at 06:45 on tue,wed,fri', 'at 08:00 on tue,thu',