diff options
Diffstat (limited to 'devices/base_device.py')
| -rw-r--r-- | devices/base_device.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/base_device.py b/devices/base_device.py index 32fe787..83b8536 100644 --- a/devices/base_device.py +++ b/devices/base_device.py @@ -29,6 +29,7 @@ class ChannelConfig: max_value: float = 100.0 enabled: bool = True color: str = "#00d4ff" + writable: bool = False # True if this channel accepts write_channel() calls extra: Dict[str, Any] = field(default_factory=dict) |
