mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Add Python sender for Raspberry Pi Zero
This commit is contained in:
6
DeviceStatus/Sender/device.py
Executable file
6
DeviceStatus/Sender/device.py
Executable file
@@ -0,0 +1,6 @@
|
||||
class Device:
|
||||
last_status = 0
|
||||
|
||||
def __init__(self, name, pin):
|
||||
self.name = name
|
||||
self.pin = pin
|
||||
Reference in New Issue
Block a user