Skip to content

Commit

Permalink
Created main water script
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanclewis committed Nov 13, 2024
1 parent e050c71 commit 327ae31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Engine/water_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def upload_water_data(data):
write_api.write(bucket=bucket, org=org, record=point)
log_message("Data uploaded to InfluxDB", sensor_log_file_path)
else:
log_message("Incomplete data. Upload aborted.", sensor_log_file_path)
log_message("Incomplete data - Upload aborted.", sensor_log_file_path)

# Function to trigger pump control on Arduino
def trigger_pump_control():
Expand Down

0 comments on commit 327ae31

Please sign in to comment.