search for: cs00000010

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

Did you mean: cs0000001
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
...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 batteries die, * the UPS will never powerup its output stage!!! */ + if ( testvar(OPTI_ZINTO) ) + { + op...