From 0212c0f07fa293ff4d135fee43d31d0e7d8211f3 Mon Sep 17 00:00:00 2001 From: Vincenzo-Petrolo Date: Sat, 29 Aug 2020 19:08:24 +0200 Subject: [PATCH] Removed test ip and password --- bar-functions/dwm_solar_panel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bar-functions/dwm_solar_panel.sh b/bar-functions/dwm_solar_panel.sh index a9b6334..20ae7f6 100755 --- a/bar-functions/dwm_solar_panel.sh +++ b/bar-functions/dwm_solar_panel.sh @@ -12,8 +12,8 @@ dwm_solar_panel () { - INVERTER_IP="192.168.1.126" - PASSWORD="ciao1234" + INVERTER_IP="YOUR INVERTER IP" + PASSWORD="YOUR PASSWORD" if [[ -f ~/.cache/solar_panel.cache ]];