fix(idrac) Typo preventing system batteries to work
This commit is contained in:
parent
6b65a35d2c
commit
0c23a44bd3
|
@ -37,7 +37,7 @@ sub load {
|
|||
push @{$self->{request}}, {
|
||||
oid => $oid_systemBatteryTableEntry,
|
||||
start => $mapping->{systemBatteryStateSettings}->{oid},
|
||||
start => $mapping->{systemBatteryLocationName}->{oid}
|
||||
end => $mapping->{systemBatteryLocationName}->{oid}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue