Hi!
I want to make custom icon, depending my switch online or not, but itt not display anything, just a missing picfile mark. What is the problem?
I make three icons in the /etc/openhab2/icons/classic folder
sw.png
sw-online.png
sw-offline.png
my items file:
String alivegy "Elérhető? [%s]" <sw>
{ mqtt="<[raspberrypi:tele/gyerekszoba/LWT:state:default]" }
my sitemeap file:
Frame label="Gyerekszoba"
{ Text item=alivegy icon="sw"
Text item=wifigy
Text item=upgy
Text item=msggy
}