[RELEASE] Battery Level Notifications

https://github.com/elfege/Battery-Level-Notification/blob/main/README.md

https://github.com/elfege/Battery-Level-Notification

3 Likes

cool, gonna test this out. i'll report back with any bugs i may find. thanks

1 Like

Just installed this! Curious to see how it does.

Installed and configured, looks interesting so far.

Getting an error on every update though:
[error] java.lang.NullPointerException: Cannot get property 'arrayH' on null object on line 451 (mainHandler)

LE: fixed, me thinks, by replacing
if($atomicState.arrayH."${listOfDevices[i]}" == "unresponsive")
with
if(atomicState.arrayH."${listOfDevices[i]}" == "unresponsive")

1 Like

Yes, sorry about that, there was a bad typo there and had not seen it until today. It's fixed now you might want to update the code with the latest version. I also made some mild improvements in terms of efficacy.

1 Like

Cheers, updated, will let you know if all is well.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.