sendHttpGetRequest in OpenHab3

Hi all,

at the moment I have a further issue after my OH3 installation. When trying to use sendHttpGetRequest nothing happens as well nothing is visible on the log. Anybody an idea what is wrong here? On th OH2 it works as it should.

sendHttpGetRequest(“http://172.28.7.11:8124/Json/StartStopMotionDetector?sourceId=0&enabled=false&authtoken=xyzabc”)

Scuby

This is fixed. The reason was that I have it not assigend to a variable. Now it works.