NAC/SHAC Visu Slider to update GA value real time instead of on release

Discussion in 'C-Bus Automation Controllers' started by Pie Boy, Apr 13, 2018.

  1. Pie Boy

    Pie Boy

    Joined:
    Nov 21, 2012
    Messages:
    248
    Likes Received:
    31
    Location:
    New Zealand
    Hi All,

    This will make all sliders change the level of the GA as you move your finger across, instead of making the change once your finger is released .

    if you go to scripting, tools, edit custom javascript and copy this code

    $(function() {
    $('.control-slider').slider().on('update', controlValueChange);
    });

    I'm not sure on the implications on the performance of the device, as naturally there will be more traffic through the NAC/SHAC
    and i guess the more users the more traffic etc.
     
    Pie Boy, Apr 13, 2018
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.