mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-05-01 06:16:20 +01:00
699f80e9f7
Many DTHs that are generating battery events use the same bit of copy/pasted code and in that code over voltage is sent as a battery event with a value of "--" however, that non-numeric value results in stack traces. Instead we now report over voltage as 100% battery. This resolves: https://smartthings.atlassian.net/browse/DVCSMP-2177