Skip to content

Commit 1b56348

Browse files
committed
Update monitor
1 parent 525cec0 commit 1b56348

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Example of the config that will be automatically generated upon running the bina
2020
},
2121
"monitor": {
2222
"modems": true,
23-
"notifications": true
23+
"notifications": true,
24+
"ups": true,
25+
"ups_plugged_in": 5.1
2426
}
2527
},
2628
"twitch": {
@@ -77,7 +79,9 @@ Example of the config that will be automatically generated upon running the bina
7779
},
7880
"monitor": {
7981
"modems": true,
80-
"notifications": true
82+
"notifications": true,
83+
"ups": true,
84+
"ups_plugged_in": 5.1
8185
}
8286
}
8387
```

0 commit comments

Comments
 (0)