search for: cs0000001

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

Did you mean: c0000001
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
...STAT_INSTCMD_HANDLED; @@ -193,6 +224,13 @@ { /* This shuts down the UPS. When the power returns to the UPS, * it will power back up in its default state. */ + if ( testvar(OPTI_ZINTO) ) + { + optiquery( "Ct1" ); + optiquery( "Cu0000010" ); + optiquery( "Cs0000001" ); + return STAT_INSTCMD_HANDLED; + } optiquery( "Ct1" ); optiquery( "Cs00000010" ); return STAT_INSTCMD_HANDLED; @@ -202,6 +240,12 @@ /* This actually stays off as long as the batteries hold, * if the line power comes back before the bat...