diff options
| author | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 13:41:29 -0600 |
|---|---|---|
| committer | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 13:41:29 -0600 |
| commit | 934d3fc18bc4fc0e05d26a12d635915b00bd8c8d (patch) | |
| tree | efd235350b0cbd014e44591aeef8e6d806335b54 /devices/analog_input.py | |
| parent | 23800a32231acecbace12bfc41c03b081b1bf565 (diff) | |
| parent | d9ca58e48cf92438087ac24ee261c2c4911316b1 (diff) | |
Merge branch 'feat/device-naming'
Diffstat (limited to 'devices/analog_input.py')
| -rw-r--r-- | devices/analog_input.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/analog_input.py b/devices/analog_input.py index 6ac82d4..8938bf2 100644 --- a/devices/analog_input.py +++ b/devices/analog_input.py @@ -175,6 +175,7 @@ class AnalogInputDevice(BaseDevice): return { "device_type": self.DEVICE_TYPE, "device_id": self.info.device_id, + "name": self.info.name, "num_channels": self._num_channels, "simulate": self.simulate, "backend": self.backend, |
