Hello,
I’m asking myself some question about Dimmer item-type.
Is this item-type is always backend by a PercentType, or can it be also backend by a NumberType
I was able to create a dimmer that goes from 0 to 360 settings the maxValue on the StateDescriptionFragmentBuilder.
But my issue is that when I change the value, the acceptedTypes are PercentType, OnOffType, and IncreaseDecreaseType. So the change fail because of PercentType.valuedateValue throwing exception when value > 100.
I can of course use directly a NumberType for this channel.
But if I do so, the Item display a InputBox instead of the Slider.
What are the correct way to achieve this ?
I try to remember, but not sure to ever see in any addon a dimmer with value that are not in percent ?
Laurent.

