Change indicator for bar lamp plugin to icon

This commit is contained in:
Wiktor Zykubek 2020-05-10 12:21:49 +02:00
parent 170bbb670a
commit 2e8e96a7a0

View File

@ -3,4 +3,4 @@
status=$(curl -s 192.168.1.201/status.php)
echo ""
[ "$status" = 1 ] && echo "on" || echo "off"
[ "$status" = 1 ] && echo "" || echo ""