Wiki

Clone wiki

qnTools / QuNeo JSON HSliders Object

Up to ComponentSettings

The HSliders object consists of 4 Object Properties HSlider0 - HSlider3 providing the settings for each of the Horizontal Sliders, and a set of integer properties for settings that apply to all horizontal sliders

The HSliderX object is described here

  • HSlider0 - HSlider3 : Settings for each of the Horizontal Sliders
  • hSliderInChannel : Channel for control of the Horizontal Slider LEDs
  • hSliderLocalLEDControl : Toggle for Local LED Control
  • hSliderOffThreshold
  • hSliderOnThreshold
  • hSliderSensitivity
"HSliders":{
    "HSlider0": {},
    "HSlider1": {},
    "HSlider2": {},
    "HSlider3": {},
    "hSliderLocalLEDControl": 2,
    "hSliderOffThreshold": 5,
    "hSliderOnThreshold": 10,
    "hSliderSensitivity": 100
}

Updated