update smart plug ip address

This commit is contained in:
PowerUser64 2023-11-26 15:11:10 -08:00
parent 7a4eaaa5b7
commit 0e23dee492

View file

@ -153,7 +153,7 @@ alias rce='reset && clear && exec zsh'
alias fds='fd --no-ignore --hidden --exclude /run --exclude /mnt'
# smart plug things
SMART_PLUG_IP='192.168.1.101'
SMART_PLUG_IP='192.168.1.250'
alias \
light='tplink_smartplug.py -t $SMART_PLUG_IP -c' \
lion='light on' \