mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
fix #2726
This commit is contained in:
@@ -24,7 +24,7 @@ export const extractEventValue = (
|
||||
const isIncomplete =
|
||||
normalizedValue.endsWith('.') ||
|
||||
normalizedValue === '-' ||
|
||||
normalizedValue === '-.' ||
|
||||
normalizedValue === '-0' ||
|
||||
endsWithDecimalAndZeros;
|
||||
|
||||
if (isIncomplete) {
|
||||
|
||||
Reference in New Issue
Block a user