We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8078eac commit cd0ed24Copy full SHA for cd0ed24
index.js
@@ -16,6 +16,7 @@ const nut = new NUT(config.NUT_PORT, config.NUT_ADDRESS);
16
const statusses = Object.freeze({
17
OL: 1, // online
18
'OL CHRG': 2, // online & charging
19
+ 'OL CHRG LB': 2, // online low battery
20
'OB DISCHRG': 3, // on battery
21
LB: 4, // low battery,
22
SD: 5 // shutdown load
0 commit comments