search for: phase_info

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

Did you mean: page_info
2015 Mar 26
2
New snmp-ups subdriver for Huawei
...quot; }, /* not connected */ + { 2, "" }, /* not charging or discharging */ + { 3, "" }, /* hibernation */ + { 4, "" }, /* float */ + { 5, "CHRG" }, /* equalized charging */ + { 6, "DISCHRG" }, + { 0, "NULL" } +}; + +static info_lkp_t phase_info[] = { + { 1, "1" }, + { 2, "3" }, + { 0, "NULL" } +}; + +static info_lkp_t voltrating_info[] = { + { 1, "200" }, + { 2, "208" }, + { 3, "220" }, + { 4, "380" }, + { 5, "400" }, + { 6, "415" }, + { 7, "480...