This example shows how to setup periodic operation on time basis.
In DEVICE you can set the automatic updating of the clock.
To send and receive SMS, PLMN must be active and a valid SIM card inserted.
To send and receive Telegram messages the SMM server must be active and reachable through a WiFi or PLMN connection.
No users.
Rule 001 is triggered everyday at 07:00AM.
No conditions are set.
Output3 is activated and an SMS is sent.
– EveryDayAt07AM
↯ Scheduled at TIME [hh:mm] 07:00
✛
✛
✛
✛
✛
> out3=ON
> AT+SMS=+4412345678,"Are you wake up? Stop sleeping!"
>
>
>
Rule 002 is triggered everyday at 09:00PM.
Condition: today is SUNDAY.
Send an SMS.
– OnlyOnSunday ↯ Scheduled at TIME [hh:mm] 21:00 ✛ Device - Current Weekday = 7 ✛ ✛ ✛ ✛ > AT+SMS=+4412345678,"Go to sleep!" > > > >
Rule 003 is triggered every hour at "00" minute
No conditions are set.
Send a Telegram message.
To ignore a time digit use the wildcard *.
Here the time matches when minutes are 00 ignoring all other digits.
It means every hour at 00.
– EveryHour
↯ Scheduled at TIME [hh:mm] **:00
✛
✛
✛
✛
✛
> AT#TGM=+44987654321,"Periodic message every hour"
>
>
>
>
Recipients can receive a Telegram message only if they have subscribed to the MyAviorBot service.
More info about Telegram use for Avior HERE.