06.02.2023, 11:33
Hi, i connect camera HTTP event to LM and i need to write group adress on the bus if event {alarm} is true.
this is log from LM
* table:
["alarm_2"]
* bool: true
this is .lp script
<?
require('apps')
vars = getvars()
log(vars)
this is log from LM
* table:
["alarm_2"]
* bool: true
this is .lp script
<?
require('apps')
vars = getvars()
log(vars)