I have a page I am testing. It is using the REST/curl api connector to the data. The data seems to collect correctly. If the data {{out}} returned is 1 I want the map icon to be red, if it returns a 0(zero) I want the map icon to be green. I have test value under the main map at top that shows the value that is being returned. So I know what my value being returned is. Wondering what I am doing wrong? On the show/hide in the dynamic attributes I have it set like this:
alertIndicator.data.out == 1
Seems legit, but I can’t work it out. Maybe I am missing something easy? (I usually am)
page is here: http://docklifeguard.com/remotemonitoringtest.asp
I’ve tried messing with the spaces in the show also, don’t know if that matters?
alertIndicator.data.out == 1
alertIndicator.data.out== 1
alertIndicator.data.out==1
the right, and two bottom dashboards and the maps on them I am not dealing with, ie I’m only worried about the map that is next to the dock lifeguard graphic.
Thanks for any direction. I love the api connector!
Last updated: