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 aa9f7f2..9803867 100644 --- a/devices/base_device.py +++ b/devices/base_device.py @@ -30,6 +30,7 @@ class ChannelConfig: enabled: bool = True is_output: bool = False color: str = "#00d4ff" + writable: bool = False # True if this channel accepts write_channel() calls extra: Dict[str, Any] = field(default_factory=dict) |
