mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-06 17:24:44 -05:00
Add Python sender for Raspberry Pi Zero
This commit is contained in:
6
DeviceStatus/Sender/config.py
Executable file
6
DeviceStatus/Sender/config.py
Executable file
@@ -0,0 +1,6 @@
|
||||
from device import Device
|
||||
|
||||
devices = []
|
||||
|
||||
devices.append(Device("washer", 20))
|
||||
devices.append(Device("dryer", 21))
|
||||
Reference in New Issue
Block a user