distatus / battery

cross-platform, normalized battery information library
MIT License
249 stars 36 forks source link

Handle 0 batteries on darwin. #5

Closed dmitshur closed 8 years ago

dmitshur commented 8 years ago

This allows GetAll() to successfully return when there are no batteries on a OS X system (e.g., a desktop computer).

Previously, it would return an error unmarshaling the property list, since there wasn't one.