Hi Bill
I want to have a slider in HR that will control my slider in Fibaro HC3…
So i change the value of slider in HR it will change the value of slider in Fibaro and vice versa
I cant figure out how to use it, as we dont have any event trigger for sliders in HR…
(like click in case of buttons)
So its not possible?
In Fibaro this is the sliders json part:
"uiCallbacks": [
{
"callback": "onSliderChanged",
"eventType": "onChanged",
"name": "slider"
},
I have tried to directly connect the HR slider value to Device’s uiCallback function, but it did nothing
Please assist a little bit…
Thanks