tobiasehlert / teslamateapi

TeslaMateApi is a RESTful API to get data collected by self-hosted data logger TeslaMate in JSON
MIT License
89 stars 20 forks source link

fix: status drivingdetails.speed to be int and not float64 #301

Closed tobiasehlert closed 1 month ago

tobiasehlert commented 1 month ago

Error introduced in #299, where MQTTInformationData.DrivingDetails.Speed is in float64 format and not int. Built 10348246519 failed, but this PR fixes issue.

rel #299

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud