Update powerwall.sh

This commit is contained in:
2023-05-15 22:07:13 -05:00
parent 03407d44e2
commit 4353f34f77

View File

@@ -614,12 +614,11 @@ fi
echo -e " ${idsCL[Yellow]}checktemp ${idsCL[Default]}--> Check Temperature Sensors"
echo -e " ${idsCL[Yellow]}checkpower ${idsCL[Default]}--> Check Power Readings"
echo
echo -e " ${idsCL[Yellow]}services ${idsCL[Default]}--> Manage all monitor services at once"
echo -e " ${idsCL[Yellow]}services {command} ${idsCL[Default]}--> Manage all monitor services at once"
echo -e " ${idsCL[LightYellow]} {start/stop/restart/status}"
echo
echo -e " ${idsCL[Yellow]}update-allservices ${idsCL[Default]}--> Update all services ( -f = force update)"
echo -e " ${idsCL[Yellow]}update-service <service> ${idsCL[Default]}--> Update specified service ( -f = force update)"
echo -e " ${idsCL[Yellow]}update-list ${idsCL[Default]}--> List available releases"
echo -e " ${idsCL[Yellow]}service {srvc} {command} ${idsCL[Default]}--> Manage an individual monitor service"
echo -e " ${idsCL[LightYellow]} {temp/power/powerlogger} {start/stop/restart}"
echo
echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new PowerWall Script updates"
echo