Hi,
I am trying to control my legacy home automation using the HTTP binding. I would like to use RGB light but I am struggling to see what are the right commands to set. I am using following for testing:
The code above works and triggers the URL, however, I would like the URL to be triggered on colour wheel change - after digging through the code I found that Color item accepts HSBtype to get hue/saturation etc. passed - exactly what I need.
What I imagine would be the right format:
However, the HSB command does not work and I simply cannot seem to be able to find the right word. I have of course tried * as a command too, however, this does not cause the URL to be hit.
Any help please?