Floorplan Script Functions
From XAP Automation
Contents
- 1 Globals
- 2 Devices
- 2.1 GetState(xAPName) As String
- 2.2 GetLevel(xAPName) As String
- 2.3 GetLevelMax(xAPName) As String
- 2.4 GetDisplayText(xAPName) As String
- 2.5 GetText(xAPName) As String
- 2.6 GetLastUpdate(xAPName) As Date
- 2.7 GetLastChange(xAPName) As Date
- 2.8 GetValue(xAPName) As String
- 2.9 GetDisplayValue(xAPName) As String
- 2.10 SetDisplayValue(xAPName, NewValue) As Boolean
- 2.11 SetDisplayText(xAPName, NewValue) As Boolean
- 2.12 SetDisplayTooltip(xAPName, NewValue) As Boolean
- 3 Sending
- 4 Timers
- 4.1 AddTimer(TimerName As String, TimerTime As Date, Script As String, Optional RawCode) As Boolean
- 4.2 DeleteTimer(TimerName As String) As Boolean
- 4.3 EditTimer(TimerName As String, TimerTime As Date, Script As String, Optional RawCode) As Boolean
- 4.4 CheckTimer(TimerName As String) As Variant
- 4.5 ScriptRun(ScriptName)
- 4.6 LogDebug(Message)
- 4.7 GetFromRaw(RawMessage, ItemToFind)
- 5 Time
- 6 Database
- 7 Rooms
- 8 Custom Page specific