bphermansson / EspSparsnasGateway

Reads data from Ikea Sparsnäs energy meter and publish via Mqtt.
MIT License
39 stars 27 forks source link

Don't use strings for integer types in JSON message #47

Closed whyz closed 4 years ago

whyz commented 4 years ago

timestamp, rssi, power and pulse are all integer types. This PR removes the use of strings for them in JSON status message.