times - Define times to execute app on

Attribute 'times' is to define valid calendar time to trigger 'box' or 'Cmd' app. This calendar time is as per timezone of A2 Control node.

Examples
Run an app based on exact specified time:
        
        times: '10:00,11:00,12:00,13:00,14:00,15:00,16:00,17:00'
        
        

Run an app based on minutes(i.e. cyclic) on every hour:
        
        times: '00,10,20,30,40,50'
        
        

Run an app based on minutes(i.e. cyclic) within specfied range hours:
        
        times: '00,10,20,30,40,50,range(13:00-14:00)'
        
        


A2 on GitHub

You may also wish to follow the GitHub project if you have a GitHub account. This is also where we keep the issue tracker for sharing bugs and feature ideas.