24_TPLinkHS110: Added missing return

git-svn-id: https://svn.fhem.de/fhem/trunk@13536 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vk
2017-02-27 07:38:13 +00:00
parent 4d6f898fdd
commit 1603df93e8

View File

@@ -188,6 +188,7 @@ sub TPLinkHS110_Get($$)
1;
} or do {
Log3 $hash, 2, "TPLinkHS110: $name json-decoding failed. Problem decoding getting statistical data";
return;
};
}
readingsEndUpdate($hash, 1);