Browse Source

Removed test ip and password

main
Vincenzo-Petrolo 3 years ago
parent
commit
0212c0f07f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      bar-functions/dwm_solar_panel.sh

+ 2
- 2
bar-functions/dwm_solar_panel.sh View File

@ -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 ]];


Loading…
Cancel
Save