I have an Image element on my screen. I am trying to have it show different images depending on the status of a device (and clicking on that image can also change the state of the device). So here is the setup:
Virtual device in HS3 has the following under "Edit Status Text for device Occupancy Status":
Value Status
1 Home
2 Sleep
3 Away
4 Vacation
Image Element 1 in HS3 Touch:
ActionWhenReleased
ActionType: "HomeSeer:Control a HomeSeer Device"
Device: "Occupancy Status"
Command: "Home"
StatusTrackinNormal:
Use the same for Normal/Pressed: checked
Normal Association Type: HomeSeer Devices
Occupancy Status: Use Status Image
StatusImages
Current Images 0: MatchMode=MatchValue, Value = 1
Current Images 1: MatchMode=MatchValue, Value = 2-4
When I run this app on my iPhone it never responds to any presses on the image. Actually, the element itself seems to respond because when I keep pressing it the text disappear and then reappears when I release it (I also tried it with text instead of images). Note that I tried this by defining both the ActionsWhenPressed and ActionsWhenReleased. HonorAllReleases was tried with both True and False. IgnorPresses was set to False.
Virtual device in HS3 has the following under "Edit Status Text for device Occupancy Status":
Value Status
1 Home
2 Sleep
3 Away
4 Vacation
Image Element 1 in HS3 Touch:
ActionWhenReleased
ActionType: "HomeSeer:Control a HomeSeer Device"
Device: "Occupancy Status"
Command: "Home"
StatusTrackinNormal:
Use the same for Normal/Pressed: checked
Normal Association Type: HomeSeer Devices
Occupancy Status: Use Status Image
StatusImages
Current Images 0: MatchMode=MatchValue, Value = 1
Current Images 1: MatchMode=MatchValue, Value = 2-4
When I run this app on my iPhone it never responds to any presses on the image. Actually, the element itself seems to respond because when I keep pressing it the text disappear and then reappears when I release it (I also tried it with text instead of images). Note that I tried this by defining both the ActionsWhenPressed and ActionsWhenReleased. HonorAllReleases was tried with both True and False. IgnorPresses was set to False.