Please how to parametrize in Grafana plugin CloudSpout Button Panel
according following openhab2 rest api statement:
curl --header 'Content-Type: text/plain' --request POST --data 'ON' 'http://openhabIP:8080/rest/items/BasicSwitch4' or curl -X POST --header "Content-Type: text/plain" --header "Accept: application/json" -d "OFF" "http://openhabIP:8080/rest/items/BasicSwitch4".
Version numbers:
Grafana 8.2.5, CloudSpout LLC Button Panel, Raspbian buster,
Please how to parametrize in Grafana plugin CloudSpout Button Panel according following openhab2 rest api statement: curl --header 'Content-Type: text/plain' --request POST --data 'ON' 'http://openhabIP:8080/rest/items/BasicSwitch4' or curl -X POST --header "Content-Type: text/plain" --header "Accept: application/json" -d "OFF" "http://openhabIP:8080/rest/items/BasicSwitch4".
Version numbers: Grafana 8.2.5, CloudSpout LLC Button Panel, Raspbian buster,
Running on RPi4 4GB
Thanks.