search for: pw_ups_on_at_time

Displaying 1 result from an estimated 1 matches for "pw_ups_on_at_time".

Did you mean: pw_ups_off_at_time
2013 Aug 08
0
shutdown.* and load.*, and how to possibly add more instcmd for bcmxcp
Hi I am considering adding support in the bcmxcp driver for the following commands available in bcmxcp specification : #define PW_UPS_ON .. /* UPS on command. length 1-2 */ #define PW_UPS_ON_TIME .. /* Scheduled UPS on in n minutes. length 3-4 */ #define PW_UPS_ON_AT_TIME .. /* Schedule UPS on at specified date and time. length 7-8 */ #define PW_UPS_OFF_TIME .. /* Scheduled UPS off in n minutes. length 3-4 */ #define PW_UPS_OFF_AT_TIME .. /* Schedule UPS off at specified date and time. length 7-8 */ Possibly I would also like to add suppor...