fix(idrac) Typo preventing system batteries to work

This commit is contained in:
UrBnW 2020-07-09 17:41:36 +02:00
parent 9c4654fbdb
commit 73e6499503
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sub load {
push @{$self->{request}}, {
oid => $oid_systemBatteryTableEntry,
start => $mapping->{systemBatteryStateSettings}->{oid},
start => $mapping->{systemBatteryLocationName}->{oid}
end => $mapping->{systemBatteryLocationName}->{oid}
};
}