You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you explain what the sat value and how it's used? I saw you removed some code in a recent commit and stated in the now closed issue #30 that the sat code wasn't available on the front page anymore.
I am seeing this in my pulse /ajax/orb.jsp which looks like it passes a GUID to summary/changeMode.jsp, but it doesn't seem to do anything when I push the button. Is that GUID the sat value you are looking for?
To my understanding SAT value is kind of a session id that is used when you need to force the alarm to change states.
e.g.: When alarm is in disarm state but there is still a window/door open if you call disarmURI (line 432) ADT pulse will ask you if you're sure to set the alarm (code will fork into line 457) . In the response you'll get a "SAT" value, which you will to use to force the alarm to change state into stay/away (line 428)
Can you explain what the sat value and how it's used? I saw you removed some code in a recent commit and stated in the now closed issue #30 that the sat code wasn't available on the front page anymore.
I am seeing this in my pulse /ajax/orb.jsp which looks like it passes a GUID to summary/changeMode.jsp, but it doesn't seem to do anything when I push the button. Is that GUID the sat value you are looking for?
The text was updated successfully, but these errors were encountered: