]> git.pld-linux.org Git - packages/nut.git/blob - nut-smartdp-load.patch
- up to 2.7.4
[packages/nut.git] / nut-smartdp-load.patch
1 diff -ur nut-2.0.2/drivers/apcsmart.h nut-2.0.2-smart/drivers/apcsmart.h
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
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.055216 seconds and 3 git commands to generate.