Seite 2 von 2

#11 Re: DOMIQ base regiert nicht auf Events

Verfasst: Mi 23. Aug 2017, 12:40
von DOMIQ-Support
You have an error in the event definition - there is C.Logic and should be C.LOGIC

In order to send a http request you need to use the HTTP.get command. Try the following code

Code: Alles auswählen

function ezTest2()
print("TEST")
command('C.HTTP.get=http://192.168.0.215/preset?switch=1&value=1')
end