Skip to content

Commit 5fa2ed4

Browse files
committed
chore: Added some instructions
1 parent 0aa4fd1 commit 5fa2ed4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

standalone_modules/shed_pi_example_device_installation/device_protocol.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
TIME_TO_SLEEP = 60 # time in seconds
1515

1616

17+
# TODO: There should b many simple scripts, not one entry that manages man modules, they need to be standalone
18+
# Port the changes here to the individual modules. There will then be a private readme / or example
19+
# doc of how to setup multiple instances and connections from one device
20+
21+
1722
class DeviceProtocol(BaseProtocol):
1823
def __init__(
1924
self,

standalone_modules/shedpi_module_am2320/device_protocol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
)
99
from shed_pi_module_utils.utils import logger
1010

11+
# TODO: uv install for the
12+
1113

1214
@dataclass
1315
class DataReading:

0 commit comments

Comments
 (0)