Skip to content

Fixes: Battery Level Debug Code, Boolean Reads From Config

Pre-release
Pre-release
Compare
Choose a tag to compare
@stevenmcastano stevenmcastano released this 18 Oct 15:09
· 6 commits to master since this release

Added:

  • Code now outputs the raw data returned from the API when reading battery level if check is enabled to allow for better understand of percentage calculation if there is an error.

Fixed:

  • Added the proper code to read boolean values from the .ini conf file. Now any config item that can be turned on or off will accept (case insensitive) "true, false, yes, no, on, off, 1, 0" as acceptable values.