Displaying 1 result from an estimated 1 matches for "optifill".
Did you mean:
optfile
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
...);
+ optiquery( "Ct1" );
+ optiquery( "Cu0000000" );
+ sleep(12);
+ }
+ }
+ optiquery( "Om11" );
+ optiquery( "Om21" );
+ optiquery( "ON" );
+ }
+
dstate_setinfo("driver.version.internal", "%s", DRV_VERSION);
optifill( _initv, sizeof(_initv)/sizeof(_initv[0]) );
@@ -248,15 +333,45 @@
dstate_addcmd("test.failure.start");
dstate_addcmd("load.off");
dstate_addcmd("load.on");
- dstate_addcmd("shutdown.stop");
+ if( !testvar(OPTI_ZINTO) )
+...