Hello there,
in OH2 I´ve used to use classicui/CMD pass an String-Value to an Item via HTTP GET Request like
http://192.168.X.X:8080/classicui/CMD?String=VAR
How can this be done in OH3?
I have already made several attempts with the HTTP binding, unfortunately unsuccessful. Manipulating the Var with curl works but I need to to this by user clicking on a URL.
Thank you very much!