diff --git a/main/int/classStatusServicePrivate.html b/main/int/classStatusServicePrivate.html index c1f1f2085..8a623b096 100644 --- a/main/int/classStatusServicePrivate.html +++ b/main/int/classStatusServicePrivate.html @@ -945,7 +945,7 @@

641 * switch position, while the other extra byte indicates the device's current charging status.
642 */
643
-
644 if (!checkSize(QLatin1String("Status"), value, 5, 6)) {
+
644 if (!checkSize(QLatin1String("Status"), value, 5, 8)) {
645 return status;
646 }
647
diff --git a/main/int/statusservice_8cpp_source.html b/main/int/statusservice_8cpp_source.html index c1971a1b4..0f51bca56 100644 --- a/main/int/statusservice_8cpp_source.html +++ b/main/int/statusservice_8cpp_source.html @@ -808,7 +808,7 @@
641 * switch position, while the other extra byte indicates the device's current charging status.
642 */
643
-
644 if (!checkSize(QLatin1String("Status"), value, 5, 6)) {
+
644 if (!checkSize(QLatin1String("Status"), value, 5, 8)) {
645 return status;
646 }
647