Replacement of classicui/CMD

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!

See recent posts

1 Like

Hi
you can use basicui in OH3:
http://192.168.X.X:8080/basicui/CMD?String=VAR

Excellent, thank you oppo1967p!