Change indicator for bar lamp plugin to icon

This commit is contained in:
samedamci 2020-05-10 12:21:49 +02:00
parent 6fc07249c3
commit 5b8550c493
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

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 ""