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