webdyn.com
V2.0 subject to changes | Webdyn © by Flexitron Group
55
Example:
•
Using a JSON file (to be converted to BSON format for the hub):
{
“config”:
{
“alarms” :
{
“oneAlarmPerDay” : true,
“temperature” : null,
“timeGap” : null,
“battery” : 10
}
},
“crc”: 0
}
4.2.5 Schedule and Monitoring
The hub has:
• A Radio Schedule: which is used to retrieve data from WM-Bus meters and sensors.
•
An FTP Schedule: which is used to upload files and synchronise the product clock.
• Monitoring: which is used to monitor the battery and the product temperature.
4.2.5.1 Schedules
Schedules are timer triggers that are used to schedule the running of tasks. Each Schedule can manage
up to 8 timer triggers. In JSON, timer triggers are called “cron”.
A “cron” timer trigger is defined as follows: mm hh dd MM DD
Where:
• mm: represents the minutes (from 0 to 59)
• hh: represents the hour (from 0 to 23)
• dd: represents the day of the month (from 1 to 31)
• MM: represents the month (from 1 to 12)