5.3 KiB
5.3 KiB
title | component | label | description | source | prev |
---|---|---|---|---|---|
oh-knob-card - Knob Card | oh-knob-card | Knob Card | Display a knob in a card to visualize and control a quantifiable item | https://github.com/openhab/openhab-webui/edit/main/bundles/org.openhab.ui/doc/components/oh-knob-card.md | /docs/ui/components/ |
oh-knob-card - Knob Card
Display a knob in a card to visualize and control a quantifiable item
Configuration
Card
Parameters of the card
Title of the card
Footer of the card
Do not render the card border
Do not render a shadow effect to the card
Show the card outline
Knob
Parameters are passed to the underlying Knob control
Item to control
Minimum value (default 0)
Maximum value (default 100)
Minimum interval between values (default 1)
Disable the slider (usually set via an expression since the value will not be displayed when disabled)
Visual size of the control in px (or % if responsive is true)
Color of the value arc (HTML value, default #409eff)
Color of the rest of the control (HTML value, default #dcdfe6)
Color of the value text (HTML value, default #000000)
Thickness of the arcs, default 17
Size the control using percentages instead of pixels
If enabled, no commands are sent during sliding
Time to wait between subsequent commands in ms (default 200)
Time to wait before switching from displaying user input to displaying item state in ms (default 2000)