Documentation
Slider
Require: IP-Symcon >= 8.0
Parameter
Information about the visual properties and meanings of the parameters can be found in the Object Presentation.
| Name | Type | Parameter | Description |
|---|---|---|---|
| MIN | Integer/Float | Minimum Value | |
| MAX | Integer/Float | Maximum Value | |
| STEP_SIZE | Integer/Float | Step Size | |
| GRADIENT_TYPE | Integer | Gradient | 0: Default, 1: Temperature, 2: Tuneable White, 3: Custom |
| CUSTOM_GRADIENT | String | Custom Gradient | JSON-encoded list of objects with the parameters 'Value' and 'Color', where Color is encoded analogously to SelectColor |
| USAGE_TYPE | Integer | Variable Usage | 0: Temperature, 1: Tuneable White, 2: Intensity, 3: Volume, 4: Progress, 5: None of these |
| PREFIX | String | Prefix | |
| SUFFIX | String | Suffix | |
| PERCENTAGE | Boolean | Display Type | false: Absolute, true: Percentage |
| THOUSANDS_SEPARATOR | String | Thousands Separator | Client: Default from Client, otherwise directly the value |
| DIGITS | Integer | Digits | |
| DECIMAL_SEPARATOR | String | Decimal Separator | Client: Default from Client, otherwise directly the value |
| ICON | String | Icon | |
| INTERVALS_ACTIVE | Boolean | Use updated parameters for specific intervals | |
| INTERVALS | String | Intervals | JSON-encoded list of objects, the exact parameters are described under Intervals |
Intervals
| Name | Type | Parameter | Description |
|---|---|---|---|
| IntervalMinValue | Integer/Float | Interval Start | |
| IntervalMaxValue | Integer/Float | Interval End | |
| ConstantActive | Boolean | Display | false: Formatted Value, true: Constant |
| ConstantValue | String | Constant | |
| ConversionFactor | Integer/Float | Conversion Factor | |
| PrefixActive | Boolean | Overwrite Prefix | |
| PrefixValue | String | Prefix | |
| SuffixActive | Boolean | Overwrite Suffix | |
| SuffixValue | String | Suffix | |
| DigitsActive | Boolean | Overwrite Digits | |
| DigitsValue | Integer | Digits | |
| IconActive | Boolean | Overwrite Icon | |
| IconValue | String | Icon |