Announcement

Collapse
No announcement yet.

Inserting icons/gifs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Inserting icons/gifs

    Hi all

    Could anyone tell me how I can insert icons like the /images/on.gif icon when I use my web interface. I have some that I would like to use for weather etc

    Cheers

    Andrew

    #2
    Andrew,
    The easiest why is to have a gif in the HTML folder that is named the same name as the device string. So if you have a device string that says closed and a gif named closed.gif it should be picked up on the status page. Another way is via the use of a scriptlet line in the scripts to run run field. Like this:
    PHP Code:
    &hs.SetDeviceString "A1""<img src=banana.gif>This is a banana" 
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment

    Working...
    X