Skip to content

Commit 7211485

Browse files
committed
sprint4: added streamer
1 parent 06650bf commit 7211485

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
260 Bytes
Binary file not shown.

test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
id : str
2424
one sentence description
2525
"""
26-
2726
# * Code
2827
def main():
2928
"""
@@ -32,7 +31,7 @@ def main():
3231
print("Starting Pot-O-Duino ...")
3332

3433
# Sign in 2 Firebase
35-
firebaseCOM = FirebasePlantCom(piID = "1")
34+
firebaseCOM = FirebasePlantCom(piID = "123")
3635

3736
# Make Plant and its SensorController
3837
# sensorController1 = SensorController(moisture=0, light=1, ph=-1, humidity = 0, temperature = 0)
@@ -56,7 +55,7 @@ def main():
5655
}
5756
piID = 1
5857
piIDPath = firebaseCOM.get_firebasePlantPath()
59-
print(piIDPath)
58+
# print(piIDPath)
6059
firebaseCOM.update_pi_data(piIDPath, plantData)
6160
# plant0.print_plant()
6261

0 commit comments

Comments
 (0)