Skip to content

Commit

Permalink
Update controller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
butterwecksolutions authored Dec 6, 2023
1 parent 99c634c commit ed3d661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1334,13 +1334,13 @@ fi
if ((use_fritz_dect_sockets == 1)); then
manage_fritz_sockets
else
log_message "W: skip Fritz DECT. not activated"
log_message "D: skip Fritz DECT. not activated"
fi

if ((use_shelly_wlan_sockets == 1)); then
manage_shelly_sockets
else
log_message "W: skip Shelly Api. not activated"
log_message "D: skip Shelly Api. not activated"
fi

echo >>"$LOG_FILE"
Expand Down

0 comments on commit ed3d661

Please sign in to comment.