aioccl 2024.12.6__tar.gz → 2024.12.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aioccl-2024.12.6 → aioccl-2024.12.7}/PKG-INFO +1 -1
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl/device.py +1 -2
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl/sensor.py +1 -1
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl.egg-info/PKG-INFO +1 -1
- {aioccl-2024.12.6 → aioccl-2024.12.7}/setup.py +1 -1
- {aioccl-2024.12.6 → aioccl-2024.12.7}/LICENSE +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/README.md +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl/__init__.py +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl/server.py +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl.egg-info/SOURCES.txt +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl.egg-info/dependency_links.txt +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl.egg-info/requires.txt +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/aioccl.egg-info/top_level.txt +0 -0
- {aioccl-2024.12.6 → aioccl-2024.12.7}/setup.cfg +0 -0
@@ -34,7 +34,7 @@ class CCLSensor:
|
|
34
34
|
@property
|
35
35
|
def compartment(self) -> None | str:
|
36
36
|
"""Decide which compartment it belongs to."""
|
37
|
-
if
|
37
|
+
if CCL_SENSORS[self._key].compartment in CCLDeviceCompartment:
|
38
38
|
return CCL_SENSORS[self._key].compartment.value
|
39
39
|
return None
|
40
40
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|