mirror of
https://github.com/henrygd/beszel.git
synced 2026-05-03 18:50:38 +00:00
d608cf0955
Implement battery error reporting mechanism Added error reporting for battery information retrieval. Handles cases like bluetooth devices where `battery` finds it but it has incomplete information about that battery, which would have otherwise caused a null pointer error. Related: #1254