The slider is a ui component that will have problems when sliding quickly

  {
    "type": "number",
    "title": {
      "en": "Regulator %"
    },
    "chartType": "stepLine",
    "min": 0,
    "max": 100,
    "step": 10,
    "value": 20,
    "units": {
      "en": "%"
    },
    "getable": true,
    "setable": true, 
    "uiQuickAction" : false,
    "uiComponent": "slider"  
  }

I didn’t do anything special with the values.It’s just a number from 0 to 100
This is what happens normally:

Normal sliding is fine.But when I slide fast:

Use the following values:

"min": 0,
"max": 1,
"step": 0.1,

Hi @DirkG, where you take this information? :slight_smile: I reade many documntations and nowhere any docs contatins yours screenshot :slight_smile:

Hi @Vladyslav_Zahorodnii, these information can be found in the Homey Apps SDK resp. in the Apps SDK reference: