xorbit / LiFePO4wered-Pi

Access library, command line tool and daemon for the LiFePO4wered/Pi module
GNU General Public License v2.0
132 stars 31 forks source link

lifepo4wered-daemon: Remove STATUS and set STOPPING notifications #41

Closed Jookia closed 4 years ago

Jookia commented 4 years ago

Instead of setting STATUS=Startup, set READY=1 and STOPPING=1

Jookia commented 4 years ago

Oops, this isn't correct.

Jookia commented 4 years ago

Okay, remove STATUS=Startup and add STOPPING=1. The original code set READY=1 so this PR duplicated that without noticing.