mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
add warning
This commit is contained in:
parent
4b6df875da
commit
00b10f804a
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
.venv
|
||||
.venv
|
||||
__pycache__
|
||||
|
|
@ -12,6 +12,7 @@ class TemperatureSensor:
|
|||
|
||||
|
||||
class Sensors:
|
||||
# !!!WARNING!!! TONS of shit code gonna be below
|
||||
@staticmethod
|
||||
def get_temperatures() -> dict[str, list[TemperatureSensor]]:
|
||||
temp_sens = sensors_temperatures()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue