We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fe142 commit 9b7966fCopy full SHA for 9b7966f
dashio/device.py
@@ -555,6 +555,7 @@ def __init__(
555
self._device_commands_dict['CFG'] = self._make_cfg64
556
self.controls_dict = {}
557
self._cfg = {}
558
+ self._cfg["deviceSetup"] = ''
559
self._device_id_str = f"\t{device_id}"
560
self._cfg["numDeviceViews"] = 0
561
if cfg_dict is not None:
dashio/iotcontrol/enums.py
@@ -200,6 +200,7 @@ class LabelStyle(Enum):
200
BASIC = "BASIC"
201
GROUP = "GROUP"
202
BORDER = "BORDER"
203
+ FILL = "FILL"
204
205
206
class KnobStyle(Enum):
0 commit comments