mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev
This commit is contained in:
@@ -24,6 +24,7 @@ export const extractEventValue = (
|
|||||||
const isIncomplete =
|
const isIncomplete =
|
||||||
normalizedValue.endsWith('.') ||
|
normalizedValue.endsWith('.') ||
|
||||||
normalizedValue === '-' ||
|
normalizedValue === '-' ||
|
||||||
|
normalizedValue === '-.' ||
|
||||||
normalizedValue === '-0' ||
|
normalizedValue === '-0' ||
|
||||||
endsWithDecimalAndZeros;
|
endsWithDecimalAndZeros;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user