Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noUiSlider / xxAPI2 (Gira HomeServer) #1282

Open
mrTBBW opened this issue Nov 8, 2024 · 0 comments
Open

noUiSlider / xxAPI2 (Gira HomeServer) #1282

mrTBBW opened this issue Nov 8, 2024 · 0 comments

Comments

@mrTBBW
Copy link

mrTBBW commented Nov 8, 2024

Hi All,

I use the noUiSlider in combination with the xxAPI2 package on a Gira Homeserver4.
At this moment i'm upgrading the software/firmware of this system from 4.11 to the latest 4.12.

In 4.11 I was still using an old version of noUiSlider, version 7.0.10!
Using this version the system worked error free.
But with the implementation of the latest version of no UiSlider from 7.0.10 to 15.8.1 I get an error.
(Slider is not created).

Error Displayed: Uncaught TypeError: oarg.item.xxapi.slider.noUiSlider is not a function.

on this statement:

        oarg.item.xxapi.slider.noUiSlider(oarg.item.xxapi.slider_options);

the error is created. (using 7.0.10 it worked fine!!)

change it to this:

 oarg.item.xxapi.slider.noUiSlider.create(oarg.item.xxapi.slider_options);

does not cure the error.

Where do I go wrong.

Regards,

Gerwin, Holland

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant