Skip to content

Commit

Permalink
Habits: added li-ion vacuum cleaner (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-xmr committed Jul 26, 2022
1 parent 2583af0 commit cd11530
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/system-cfg/habits-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name" : "Controlling lo-powered PC",
"count" : 1,
"watt" : 2.2,
"watt" : 2.5,
"watt_asleep" : 0.4
},
{
Expand Down Expand Up @@ -36,10 +36,17 @@
"duration_hours" : 5,
"schedule" : "0 0 8 * * SUN"
},
{
"name" : "Li-Ion vacuum cleaner 4 Saturday",
"count" : 1,
"watt" : 15,
"duration_hours" : 5,
"schedule" : "0 0 10 * * SAT"
},
{
"name" : "Network switch",
"count" : 1,
"watt" : 0.8
"watt" : 0.9
},
{
"name" : "Inverter",
Expand Down

0 comments on commit cd11530

Please sign in to comment.