Skip to content

Commit 9b7966f

Browse files
author
James Boulton
committed
Add label FILL, and add default deviceSetup to CFG
1 parent 76fe142 commit 9b7966f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dashio/device.py

+1
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ def __init__(
555555
self._device_commands_dict['CFG'] = self._make_cfg64
556556
self.controls_dict = {}
557557
self._cfg = {}
558+
self._cfg["deviceSetup"] = ''
558559
self._device_id_str = f"\t{device_id}"
559560
self._cfg["numDeviceViews"] = 0
560561
if cfg_dict is not None:

dashio/iotcontrol/enums.py

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class LabelStyle(Enum):
200200
BASIC = "BASIC"
201201
GROUP = "GROUP"
202202
BORDER = "BORDER"
203+
FILL = "FILL"
203204

204205

205206
class KnobStyle(Enum):

0 commit comments

Comments
 (0)