search for: _pollv

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

Did you mean: _poll
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
...nowarn_noimp" +#define OPTI_ZINTO "zinto" /* All serial commands put their response in the same buffer space */ static char _buf[256]; @@ -79,6 +83,14 @@ { "FF", "input.frequency", 0.1 }, { "BT", "ups.temperature" }, }; +static ezfill _pollv_zinto[] = { + { "NV", "input.voltage", 2.0 }, + { "OL", "ups.load", 1.0 }, + { "OV", "output.voltage", 2.0 }, + { "OF", "output.frequency", 0.1 }, + { "NF", "input.frequency", 0.1 }, + { "BT&quo...