device: Updated cyberpower sensors and os support (#8551)

This commit is contained in:
Neil Lathwood
2018-04-12 04:32:24 +01:00
committed by Tony Murray
parent 5d708e53b4
commit 974b5eb84f
6 changed files with 11457 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ class YamlDiscovery
if (isset($data['snmp_flags'])) {
$snmp_flag = $data['snmp_flags'];
} else {
$snmp_flag = '-OeQUs';
$snmp_flag = '-OteQUs';
}
$snmp_flag .= ' -Ih';