]> git.pld-linux.org Git - packages/nut.git/blame - nut-smartdp-load.patch
- up to 2.6.5
[packages/nut.git] / nut-smartdp-load.patch
CommitLineData
5af5681e 1diff -ur nut-2.0.2/drivers/apcsmart.h nut-2.0.2-smart/drivers/apcsmart.h
aea10c66 2--- nut-2.0.2/drivers/apcsmart-old.h 2005-05-04 11:36:36.000000000 +0200
3+++ nut-2.0.2-smart/drivers/apcsmart-old.h 2006-01-02 17:28:28.000000000 +0100
5af5681e
JR
4@@ -121,6 +121,8 @@
5
6 { "ups.temperature", APC_POLL|APC_F_CELSIUS, 'C' },
7 { "ups.load", APC_POLL|APC_F_PERCENT, 'P' },
8+/* Some UPSes report Load with '\' command not 'P' (SmartUPS-DP10000I) */
9+ { "ups.load", APC_POLL|APC_F_PERCENT, '\\' },
10
11 { "ups.test.interval", APC_F_HOURS, 'E' },
12 { "ups.test.result", APC_POLL, 'X' },
This page took 0.106638 seconds and 4 git commands to generate.