OpenChargingCloud / ChargyDesktopApp

The Chargy E-Mobility Transparency Application for Windows, Mac OS X and Linux (based on Electron)
GNU Affero General Public License v3.0
11 stars 2 forks source link

total_energy = 0.0 => Invalid transparency format! #50

Closed ahzf closed 4 years ago

ahzf commented 4 years ago

I found a bug to report

Within the charge point data format the value "total_energy = 0.0" will be misinterpreted as a missing value (praise JavaScript magics!).

Expected behavior

Use another method to validate if all mandatory parameters exist and are well defined.