when i do this
Code: Select all
domoticz.notify(' subject','Message',domoticz.PRIORITY_EMERGENCY, '','',{domoticz.NSS_PUSHBULLET, domoticz.NSS_HTTP})but when i want to pass ta table variable in the fonction like
Code: Select all
local subsystem = {domoticz.NSS_PUSHBULLET, domoticz.NSS_HTTP}
domoticz.notify(' subject','Message',domoticz.PRIORITY_EMERGENCY, '','',subsystem)