Commit f4fbf057 authored by Kristian Tan's avatar Kristian Tan

convert seconds to kwh

parent 693b4518
...@@ -45,7 +45,7 @@ if latest_entry: ...@@ -45,7 +45,7 @@ if latest_entry:
# Create dictionary to store pin info # Create dictionary to store pin info
pins = { pins = {
25: {'name': 'Light', 'state': GPIO.LOW, 'on_time': None, 'on_date': None, 'Wattage': 5.4} 25: {'name': 'Light', 'state': GPIO.LOW, 'on_time': None, 'on_date': None, 'Wattage': 15}
} }
# Setup each pin # Setup each pin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment