mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
changed disabled codec state to unknown value (3)
This commit is contained in:
@ -36,7 +36,7 @@ if (preg_match("/(bcm).+(boardrev)/", $raspberry)) {
|
||||
if ($state_index_id) {
|
||||
$states = array(
|
||||
array($state_index_id, 'enabled', 1, 2, 0),
|
||||
array($state_index_id, 'disabled', 1, 4, 2),
|
||||
array($state_index_id, 'disabled', 1, 3 , 2),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user