Sennevds / system_sensors

Logging of system sensor specific for the RPI and sending them to a MQTT broker
MIT License
367 stars 113 forks source link

Don't send wifi strength if it's null #44

Closed Sennevds closed 4 years ago

Sennevds commented 4 years ago

If the wifi strength is empty but it isn't disabled in the settings the json is invalid because of the empty value. Solution check if value is empty if so don't send the value. fixes #43

MaxVRAM commented 4 years ago

This should be fixed in my #45 pull request commit