search for: cmddesc

Displaying 3 results from an estimated 3 matches for "cmddesc".

2007 Aug 13
1
instcmd "beeper.off "
While working on the mge-hid subdriver, I wanted to add the 'beeper.mute' command. Unfortunately, the description I intended to use was used already by the 'beeper.off' instcmd: CMDDESC beeper.off "Temporarily mute the UPS beeper" Now of course we could add another instcmd 'beeper.reallyoff', but instead I would prefer to bite the buller and do the following: CMDDESC beeper.off "Disable the UPS beeper" CMDDESC beeper.mute "Temporarily mute the...
2013 Jul 03
1
bcmxcp: Patch for adding ups.load and battery.voltage.low
On Jul 2, 2013, at 5:16 PM, Kjell Claesson wrote: >> I hope other people can also test this. >> >> Regards >> Alf Hogemark > > Due to some crashes on the disks and lack of time I don't have the git on the > pc now. But maybe some other can commit this. I'd like to ask people to specifically try the bcmxcp branch on GitHub - it includes some changes
2008 Dec 05
4
NUT 2.0.5 and 2.2.2 hacking -- there is something to improve!
...special command, which takes UPS command as an argument? Really, for A (with 2.0.5 at least): unsigned int i; const char spo[] = "shutdown.poweroff"; const char sre[] = " shutdown.return"; const char spre[] = "shutdown.paused.return"; /* CMDDESC shutdown.poweroff.xx "Turn off the load after xx minute(s) and remain off" CMDDESC shutdown.return.xx "Turn off the load after xx minute(s) and return when power is back" CMDDESC shutdown.paused.return.xxyyyy "Turn off the load after xx minute(s) and retu...