Using slider in HR in connection with a slider in Fibaro HC3

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

For the Slider control you need to bind your attribute to the Value property. This control requires an attribute that supports both read & write operations.

Ahh, that means that device in Fibaro can’t be just s single switch or some generic device. Good to know.
Thank you