2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 07:24:21 +00:00

fix: tipo in internals

git-svn-id: https://svn.fhem.de/fhem/trunk@21586 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2020-04-03 21:49:00 +00:00
parent 6a4e0910c7
commit 7c452ff007

View File

@ -401,7 +401,7 @@ sub SMARTMON_readDeviceData($%) {
$hash->{DEVICE_SERIAL}=$v;
}
if($k eq "Firmware Version") {
$hash->{DEVICE_FIRMARE}=$v;
$hash->{DEVICE_FIRMWARE}=$v;
}
if($k eq "User Capacity") {
$hash->{DEVICE_CAPACITY}=$v;