...
Please note that such a behavior can be easily configured with theĀ Automation Controller (AC). Such a blinker would be stoppable.
Execute an action on startup
There are many scenarios where you might want to execute an specific action at startup. It can be easily configured adding exec_on_startup="true" to the command parameters.
Code Block |
---|
<command command_id="Activate_theft_check" exec_on_startup="true">publish_calibrated_result('CheckBatteryTheft', True)</command> |
Actions, executed by the VirtualSensorProvider
...