mirror of
https://github.com/cheveguerra/TotalConnect.git
synced 2026-08-18 16:36:40 +00:00
30788 lines
1.4 MiB
Plaintext
Executable File
30788 lines
1.4 MiB
Plaintext
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="https://services.alarmnet.com/TC2/" xmlns:s1="https://services.alarmnet.com/TC2/AbstractTypes" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="https://services.alarmnet.com/TC2/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="https://services.alarmnet.com/TC2/">
|
|
<s:element name="ArmSecuritySystem">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ArmSecuritySystemResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ArmSecuritySystemResult" type="tns:ArmSecuritySystemResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArmSecuritySystemResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResultData" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CustomArmSecuritySystem">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomArmSettings" type="tns:CustomArmInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CustomArmInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmMode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmDelay" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZonesList" type="tns:ArrayOfZoneWithBypassInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneWithBypassInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneWithBypassInfo" nillable="true" type="tns:ZoneWithBypassInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneWithBypassInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ByPass" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CustomArmSecuritySystemResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomArmSecuritySystemResult" type="tns:CustomArmSecuritySystemResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CustomArmSecuritySystemResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetCustomArmSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCustomArmSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCustomArmSettingsResult" type="tns:CustomArmSettingsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CustomArmSettingsResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomArmDetails" type="tns:CustomArmInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="DisarmSecuritySystem">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisarmSecuritySystemResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DisarmSecuritySystemResult" type="tns:DisarmSecuritySystemResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DisarmSecuritySystemResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="ReadConsoleDisplay">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ReadConsoleDisplayResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ReadConsoleDisplayResult" type="tns:ReadConsoleDisplayResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ReadConsoleDisplayResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ConsoleDisplay" type="tns:ConsoleDisplayInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ConsoleDisplayInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Line1" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Line2" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LedStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ConnectToPanel">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ConnectToPanelResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ConnectToPanelResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendKey">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="KeyChar" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendKeyResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SendKeyResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="OverrideSecurityPanelSession">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="OverrideSecurityPanelSessionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="OverrideSecurityPanelSessionResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CheckSecurityPanelLastCommandState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CommandCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CheckSecurityPanelLastCommandStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CheckSecurityPanelLastCommandStateResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CheckSecurityPanelLastCommandStateEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CommandCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CheckSecurityPanelLastCommandStateExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CheckSecurityPanelLastCommandStateExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CheckSecurityPanelLastCommandStateExV1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CommandCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfInt">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CheckSecurityPanelLastCommandStateExV1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CheckSecurityPanelLastCommandStateExV1Result" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CheckSecurityPanelLastCommandStateExV2">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CommandCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CheckSecurityPanelLastCommandStateExV2Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CheckSecurityPanelLastCommandStateExV2Result" type="tns:SecurityCommentStateResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SecurityCommentStateResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="StatusChange" type="tns:CommentStateChange" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CommentStateChange">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionStateChange" type="tns:ArrayOfPartitionCommentStateChange" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartitionCommentStateChange">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartitionCommentStateChange" nillable="true" type="tns:PartitionCommentStateChange" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartitionCommentStateChange">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Result" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPanelConnectionStatusInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelConnectionStatusInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelConnectionStatusInfoResult" type="tns:PanelConnectionStatusInfoResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelConnectionStatusInfoResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelStatusInfo" type="tns:ArrayOfPanelConnectionStatusInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPanelConnectionStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PanelConnectionStatusInfo" nillable="true" type="tns:PanelConnectionStatusInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PanelConnectionStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ConnectionStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SyncStatus" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SyncStatusMessage" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ConnectionType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SingnalStrength" nillable="true" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetIndividualZoneDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="zoneIDs" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="partitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetIndividualZoneDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetIndividualZoneDetailsResult" type="tns:GetZoneInfoResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetZoneInfoResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneInfoList" type="tns:ArrayOfZoneInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneInfo" nillable="true" type="tns:ZoneInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryLevel" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SignalStrength" nillable="true" type="s:int" />
|
|
</s:sequence>
|
|
<s:attribute name="ZoneID" type="s:int" use="required" />
|
|
<s:attribute name="ZoneDescription" type="s:string" />
|
|
<s:attribute name="MaskDisabled" type="s:boolean" use="required" />
|
|
<s:attribute name="ZoneStatus" type="s:int" use="required" />
|
|
<s:attribute name="PartitionID" type="s:int" use="required" />
|
|
</s:complexType>
|
|
<s:element name="RefreshSecrurityPanelStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RefreshSecrurityPanelStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RefreshSecrurityPanelStatusResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelSecurityStatusByLocation">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationIDs" type="tns:ArrayOfLong" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfLong">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="long" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPanelSecurityStatusByLocationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelSecurityStatusByLocationResult" type="tns:ArrayOfLocationBasicInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfLocationBasicInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LocationBasicInfo" nillable="true" type="tns:LocationBasicInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LocationBasicInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ISOccupied" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResultData" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelMetadataAndStatus" type="tns:PanelMetadataAndStatusInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsRental" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PanelMetadataAndStatusInfo">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PromptForImportSecuritySettings" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelBaseInfo" abstract="true">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfPartitionInfo" />
|
|
</s:sequence>
|
|
<s:attribute name="LastUpdatedTimestampTicks" type="s:long" use="required" />
|
|
<s:attribute name="ConfigurationSequenceNumber" type="s:int" use="required" />
|
|
<s:attribute name="IsInACLoss" type="s:boolean" use="required" />
|
|
<s:attribute name="IsCoverTampered" type="s:boolean" use="required" />
|
|
<s:attribute name="Bell1SupervisionFailure" type="s:boolean" use="required" />
|
|
<s:attribute name="Bell2SupervisionFailure" type="s:boolean" use="required" />
|
|
<s:attribute name="IsInLowBattery" type="s:boolean" use="required" />
|
|
<s:attribute name="IsEnrollmentMode" type="s:boolean" use="required" />
|
|
<s:attribute name="IsEntryDelayEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="PrevArmingState" type="s:int" use="required" />
|
|
<s:attribute name="PanelType" type="s:string" />
|
|
<s:attribute name="FirmwareVersion" type="s:string" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartitionInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartitionInfo" nillable="true" type="tns:PartitionInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartitionInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmingState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAlarmResponded" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AlarmTriggerTimeLocalized" nillable="true" type="s:dateTime" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ArmSecuritySystemEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="armInfo" type="tns:SecurityPanelArmInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SecurityPanelArmInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ArmSecuritySystemExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ArmSecuritySystemExResult" type="tns:ArmSecuritySystemResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisArmSecuritySystemEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="disArmInfo" type="tns:SecurityPanelDisArmInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SecurityPanelDisArmInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DisArmSecuritySystemExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DisArmSecuritySystemExResult" type="tns:DisarmSecuritySystemResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="BypassEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="securityPanelBypassInfo" type="tns:SecurityPanelBypassInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SecurityPanelBypassInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Zone" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="BypassExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="BypassExResult" type="tns:ZoneBypassResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ZoneBypassResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetUsers">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUsersResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetUsersResult" type="tns:UserConfigurationResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UserConfigurationResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Users" type="tns:ArrayOfUsers" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfUsers">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Users" nillable="true" type="tns:Users" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Users">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Enabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsValidated" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureInfo" type="tns:ArrayOfUserFeatureCacheInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeStampUpdate" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfUserFeatureCacheInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="UserFeatureCacheInfo" nillable="true" type="tns:UserFeatureCacheInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="UserFeatureCacheInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="FeatureId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FeatureEnabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DeleteUserInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteUserInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteUserInfoResult" type="tns:DeleteUserInfoResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DeleteUserInfoResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="DisableEnableUser">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StateToSet" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisableEnableUserResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DisableEnableUserResult" type="tns:DisableEnableUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DisableEnableUserResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EnableState" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="UpdateEula">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Eula" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateEulaResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateEulaResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUserInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUserInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetUserInfoResult" type="tns:UserInfoResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UserInfoResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserInfo" type="tns:UserInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="UserInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PassWord" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocaleID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Enabled" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhoneList" type="tns:ArrayOfPhoneInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailList" type="tns:ArrayOfEmailInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationList" type="tns:ArrayOfLocationInfoBasic_UserEnabled" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureInfo" type="tns:ArrayOfUserFeatureCacheInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageChanged" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Image" type="s:base64Binary" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AdminAccess" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPhoneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PhoneInfo" nillable="true" type="tns:PhoneInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PhoneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhoneNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsPhoneValidated" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSMSControlEnabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEmailInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EmailInfo" nillable="true" type="tns:EmailInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EmailInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsEmailValidated" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationMethodID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryCallingCode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="eventypeId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmsCarrier" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserEmailID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLocationInfoBasic_UserEnabled">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LocationInfoBasic_UserEnabled" nillable="true" type="tns:LocationInfoBasic_UserEnabled" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LocationInfoBasic_UserEnabled">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceList" type="tns:ArrayOfDeviceInfoBasic_UserEnabled" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDeviceInfoBasic_UserEnabled">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DeviceInfoBasic_UserEnabled" nillable="true" type="tns:DeviceInfoBasic_UserEnabled" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceInfoBasic_UserEnabled">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceClassID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAccessGranted" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelSlotNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelUserCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DeleteUser">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteUserResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteUserResult" type="tns:DeleteUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DeleteUserResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="DisableEnableUserEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StateToSet" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisableEnableUserExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DisableEnableUserExResult" type="tns:DisableEnableUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUserDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ManageUserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUserDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetUserDetailsResult" type="tns:UserDetailResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UserDetailResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserDetails" type="tns:UserDetails" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="UserDetails">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PassWord" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocaleID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Enabled" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhoneList" type="tns:ArrayOfPhoneInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailList" type="tns:ArrayOfEmailInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationList" type="tns:ArrayOfLocationUserAuthorization" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureInfo" type="tns:ArrayOfUserFeatureCacheInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageChanged" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Image" type="s:base64Binary" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AdminAccess" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserManagementOptions" type="tns:UserManagementOptions" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PromptForUserCode" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutOfSyncCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsExternalUser" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationList" type="tns:ArrayOfNotificationGroups" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLocationUserAuthorization">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LocationUserAuthorization" nillable="true" type="tns:LocationUserAuthorization" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LocationUserAuthorization">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceList" type="tns:ArrayOfDeviceUserAuthorization" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDeviceUserAuthorization">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DeviceUserAuthorization" nillable="true" type="tns:DeviceUserAuthorization" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceUserAuthorization">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceVariant" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceClassID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAccessGranted" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionAuthorization" type="tns:ArrayOfPartitionUserAuthorization" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Sync" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceAuthorizationAttributes" type="tns:ArrayOfDeviceAttribute" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrerequisiteDeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrerequisiteDeviceClassID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceTypeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsZwaveLockControlEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsDisarmOnZwaveUnLockEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsVoDAccessEnabled" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionNumber" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FireAuthorityEnabled" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsFireAuthoritySupported" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartitionUserAuthorization">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartitionUserAuthorization" nillable="true" type="tns:PartitionUserAuthorization" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartitionUserAuthorization">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AuthorityLevel" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAccessGranted" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsStayArmed" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsFireEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsCommonEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsLocked" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OpenCloseReport" nillable="true" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GlobalArm" nillable="true" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDeviceAttribute">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DeviceAttribute" nillable="true" type="tns:DeviceAttribute" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceAttribute">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="UserManagementOptions">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsOptedForUserCodeManagement" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsUserCodeDisplayed" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfNotificationGroups">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NotificationGroups" nillable="true" type="tns:NotificationGroups" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationGroups">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationListID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllUserDetailsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ManageUserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllUserDetailsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllUserDetailsExResult" type="tns:UserDetailsExResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UserDetailsExResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserDetailsEx" type="tns:UserDetailsEx" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="UserDetailsEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:UserDetails">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormatId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormatId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EnableUserCodeDirectPush" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetAllUserDetailsExV1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ManageUserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllUserDetailsExV1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllUserDetailsExV1Result" type="tns:UserDetailsExResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUserDetailsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ManageUserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUserDetailsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetUserDetailsExResult" type="tns:UserDetailsExResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveUser">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserDetails" type="tns:UserDetails" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveUserResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveUserResult" type="tns:SaveUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SaveUserResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResultPhotoURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SaveUserEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserDetails" type="tns:UserDetailsEx" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveUserExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveUserExResult" type="tns:SaveUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveUserEx1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserDetails" type="tns:UserDetailsEx" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveUserEx1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveUserEx1Result" type="tns:SaveUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddEditUser">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserDetails" type="tns:UserDetailsEx" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddEditUserResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddEditUserResult" type="tns:SaveUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateUserCode">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="oldUsercode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="newUsercode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateUserCodeResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateUserCodeResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveMasterUserCode">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ManageUserID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelUserCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveMasterUserCodeResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveMasterUserCodeResult" type="tns:SaveUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUsersEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUsersExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetUsersExResult" type="tns:UserListResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UserListResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserManagementOptions" type="tns:UserManagementOptions" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Users" type="tns:ArrayOfUserListDetail" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UrgentSyncCount" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfUserListDetail">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="UserListDetail" nillable="true" type="tns:UserListDetail" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="UserListDetail">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Enabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsValidated" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureInfo" type="tns:ArrayOfUserFeatureCacheInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeStampUpdate" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserTypeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutOfSyncCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsDuplicateUserCode" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SynchronizePanelUser">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceList" type="tns:ArrayOfDeviceAuthorizingCode" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StatusOnly" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="userCodeDirectPush" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfDeviceAuthorizingCode">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DeviceAuthorizingCode" nillable="true" type="tns:DeviceAuthorizingCode" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceAuthorizingCode">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthorizingCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SynchronizePanelUserResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SynchronizePanelUserResult" type="tns:SynchronizeUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SynchronizeUserResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SynchronizationStatus" type="tns:ArrayOfSyncStatus" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSyncStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SyncStatus" nillable="true" type="tns:SyncStatus" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SyncStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TotalSteps" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentStep" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StatusText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResultData" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetSMSEmailCarriers">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSMSEmailCarriersResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSMSEmailCarriersResult" type="tns:SMSEmailCarrierResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SMSEmailCarrierResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MobileCarriers" type="tns:ArrayOfMobileCarrier" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfMobileCarrier">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="MobileCarrier" nillable="true" type="tns:MobileCarrier" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MobileCarrier">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CarrierID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CarrierName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CarrierEmailSuffix" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetNotificationMethods">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetNotificationMethodsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetNotificationMethodsResult" type="tns:NotificationMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="NotificationMethodResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationMethods" type="tns:ArrayOfNotificationMethod" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfNotificationMethod">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NotificationMethod" nillable="true" type="tns:NotificationMethod" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationMethod">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationMethodID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationMethodName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="IsUserNameValid">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserNameInfo" type="tns:UserNameInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UserNameInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="IsUserNameValidResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="IsUserNameValidResult" type="tns:IsUserNameValidResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="IsUserNameValidResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SaveCreateUserInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserInfo" type="tns:UserInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveCreateUserInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveCreateUserInfoResult" type="tns:SaveCreateUserInfoResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SaveCreateUserInfoResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResultPhotoURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SaveUserClientPreferences">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PreferencesString" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveUserClientPreferencesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveUserClientPreferencesResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetHelpDocuments">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetHelpDocumentsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetHelpDocumentsResult" type="tns:ListHelpDocsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ListHelpDocsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="HelpDocs" type="tns:ArrayOfHelpDocs" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfHelpDocs">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="HelpDocs" nillable="true" type="tns:HelpDocs" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="HelpDocs">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="HelpID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HelpDescription" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HelpURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="UpdateUserLanguage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocaleCode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LanguageID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateUserLanguageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateUserLanguageResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateUserPassword">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="oldPassword" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="newPassword" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateUserPasswordResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateUserPasswordResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SubmitUserFeedback">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AppID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientOS" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserMessage" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SubmitUserFeedbackResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SubmitUserFeedbackResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SubmitUserFeedback_V1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AppID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientOS" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserMessage" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rating" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Category" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SubmitUserFeedback_V1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SubmitUserFeedback_V1Result" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ValidateUserCode">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ValidateUserCodeResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidateUserCodeResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ResetUserPassword">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="newPassword" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ResetUserPasswordResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResetUserPasswordResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveMasterUserCodeEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="masterUserCodeInfo" type="tns:MasterUserCodeInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="MasterUserCodeInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ManageUserId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelUserCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SaveMasterUserCodeExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveMasterUserCodeExResult" type="tns:SaveUserResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateUserCodeEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="updateUserCodeInfo" type="tns:UpdateUserCodeInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UpdateUserCodeInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="OldUserCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NewUserCode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="UpdateUserCodeExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateUserCodeExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ValidateUserCodeEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="validateUserCode" type="tns:ValidateUserCode" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ValidateUserCode">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ValidateUserCodeExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidateUserCodeExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoteAuthenticateUserLogin">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RemoteApplicationID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoteAuthenticateUserLoginResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RemoteAuthenticateUserLoginResult" type="tns:RemoteAuthenticateLoginResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="RemoteAuthenticateLoginResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GUID" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="AuthenticateMPTGUIDLogin">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GUID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MACID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateMPTGUIDLoginResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateMPTGUIDLoginResult" type="tns:MPTAuthenticateLoginResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="MPTAuthenticateLoginResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMacValid" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="AuthenticateUserLogin">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateUserLoginResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateUserLoginResult" type="tns:AuthenticateLoginResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AuthenticateLoginResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="AuthenticateUserLoginEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocaleCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateUserLoginExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateUserLoginExResult" type="tns:AuthenticateLoginResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateGUIDLogin">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GUID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateGUIDLoginResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateGUIDLoginResult" type="tns:AuthenticateLoginResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateGUIDLoginEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GUID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocaleCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateGUIDLoginExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateGUIDLoginExResult" type="tns:AuthenticateLoginResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSessionDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSessionDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSessionDetailsResult" type="tns:SessionDetailResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SessionDetailResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ModuleFlags" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PrivacyStatementUrl" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserInfo" type="tns:UserInfoBasic" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Locations" type="tns:ArrayOfLocationInfoBasic" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InterfaceSchemaConfigInfo" type="tns:InterfaceSchemaConfigInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="UserInfoBasic">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Fullname" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Language" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocaleID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserFeatureList" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientPreferences" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsEulaAccepted" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSMSEulaAccepted" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormatID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormatID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PushNotificationStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HasResetPassword" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsRootedDeviceAccepted" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsLocalyticsEnabled" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAppStoreLogEnabled" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMarketingOptionEnabled" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMarketingDefaultValue" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMonitoringDefaultValue" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsOtpSupported" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsOtpEnabled" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserOtpEmail" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ForceResetPassword" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCodeDirectPushEnabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLocationInfoBasic">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LocationInfoBasic" nillable="true" type="tns:LocationInfoBasic" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LocationInfoBasic">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationModuleFlags" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecurityDeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceList" type="tns:ArrayOfDeviceInfoBasic" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ServiceType" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanSupportMultiPartition" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsLocationToBeDisplayed" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeZone" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDeviceInfoBasic">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DeviceInfoBasic" nillable="true" type="tns:DeviceInfoBasic" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceInfoBasic">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceClassID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceFlags" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SecurityPanelTypeID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceType" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceVariants" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RestrictedPanel" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="InterfaceSchemaConfigInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppleDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AndroidDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LatestSupportedAppVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Whatsnew" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SignalrHubUrl" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GatewayUrl" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SignalrHubUrlV2" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GatewayUrlV2" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SupportedVersion" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UtilityUrl" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="LoginAndGetSessionDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocaleCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginAndGetSessionDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LoginAndGetSessionDetailsResult" type="tns:SessionDetailResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateAndGetSessionIdByGuid">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="applicationId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="localeCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateAndGetSessionIdByGuidResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateAndGetSessionIdByGuidResult" type="tns:AuthenticateLoginResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginAndGetSessionDetailsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocaleCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginAndGetSessionDetailsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LoginAndGetSessionDetailsExResult" type="tns:SessionDetailResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SessionDetailResultsEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ModuleFlags" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PrivacyStatementUrl" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserInfo" type="tns:UserInfoBasic" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Locations" type="tns:ArrayOfLocationInfoBasicEx" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InterfaceSchemaConfigInfo" type="tns:InterfaceSchemaConfigInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLocationInfoBasicEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LocationInfoBasicEx" nillable="true" type="tns:LocationInfoBasicEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LocationInfoBasicEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationModuleFlags" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecurityDeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationInfoSimple" type="tns:LocationInfoSimple" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelConnectionStatusInfo" type="tns:ArrayOfPanelConnectionStatusInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceList" type="tns:ArrayOfDeviceInfoBasic" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LocationInfoSimple">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PhotoId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeZoneId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeZone" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SetDefaultLocationName" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SecuritySystemAlias" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecuritySystemPanelDeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StreetNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StreetName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StateID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TemperatureUnits" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Latitude" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Longitude" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="LoginAndGetUserSessionDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="applicationId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="localeCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginAndGetUserSessionDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LoginAndGetUserSessionDetailsResult" type="tns:SessionDetailResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginAndGetSessionDetailsEncryptEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ApplicationVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocaleCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginAndGetSessionDetailsEncryptExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LoginAndGetSessionDetailsEncryptExResult" type="tns:SessionDetailResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="KeepAlive">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="KeepAliveResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="KeepAliveResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="Logout">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LogoutResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LogoutResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AnythingChanged">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Modules" type="tns:ArrayOfModule" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfModule">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Module" nillable="true" type="tns:Module" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Module">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameter" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfParameter">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Parameter" nillable="true" type="tns:Parameter" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Parameter">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="AnythingChangedResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AnythingChangedResult" type="tns:AnythingChangedResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AnythingChangedResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MethodCodes" type="tns:ArrayOfString" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfString">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetInterfaceSchemaDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetInterfaceSchemaDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetInterfaceSchemaDetailsResult" type="tns:InterfaceSchemaResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="InterfaceSchemaResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="InterfaceSchemaDetails" type="tns:InterfaceSchemaInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="InterfaceSchemaInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="InterfaceSchemaID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SchemaName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="BaseURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ProductName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CompanyName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CompanyPhoneNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WebsiteURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WarrantyPortalURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LogoURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HelpURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomHeaderMessage" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomFooterMessage" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MiscellaneousAttributes" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MailSenderName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SkinningEnabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetInterfaceSchemaDetailsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetInterfaceSchemaDetailsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetInterfaceSchemaDetailsExResult" type="tns:InterfaceSchemaResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="InterfaceSchemaResultsEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="InterfaceSchemaDetailsEx" type="tns:InterfaceSchemaInfoEx" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="InterfaceSchemaInfoEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:InterfaceSchemaInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LoginURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SupportPhoneNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CompanyEmailAddress" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppleDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AndroidDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="BlackBerryDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SPAMobileAppBaseURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SignalrHubUrl" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GatewayUrl" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetInterfaceSchemaAndLogoDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetInterfaceSchemaAndLogoDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetInterfaceSchemaAndLogoDetailsResult" type="tns:InterfaceSchemaAndLogoResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="InterfaceSchemaAndLogoResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="InterfaceSchemaDetailsEx" type="tns:InterfaceSchemaAndLogoDetails" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="InterfaceSchemaAndLogoDetails">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:InterfaceSchemaInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Logobase64Binary" type="s:base64Binary" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LoginURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SupportPhoneNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CompanyEmailAddress" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppleDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AndroidDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="BlackBerryDownloadURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SignalrHubUrl" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GatewayUrl" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SignalrHubUrlV2" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GatewayUrlV2" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SupportedVersion" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UtilityUrl" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetAllAppKeys">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllAppKeysResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllAppKeysResult" type="tns:AppStaticKeyListInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AppStaticKeyListInfo">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppStaticKeyList" type="tns:ArrayOfAppStaticKeyInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfAppStaticKeyInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="AppStaticKeyInfo" nillable="true" type="tns:AppStaticKeyInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="AppStaticKeyInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AppStaticKeyID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppStaticKeyName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AppStaticKey" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DeleteSmartAction">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="smartActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="userCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteSmartActionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteSmartActionResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteSmartActionList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="smartActionIDs" type="tns:ArrayOfLong" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="userCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteSmartActionListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteSmartActionListResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SetSmartActionState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="smartActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="state" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="userCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SetSmartActionStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SetSmartActionStateResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RunSmartAction">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="smartActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="userCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RunSmartActionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RunSmartActionResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartActionConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartActionConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSmartActionConfigurationResult" type="tns:GetSmartActionConfigurationResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetSmartActionConfigurationResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Configuration" type="tns:SmartActionConfiguration" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SmartActionConfiguration">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaximumSmartActions" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaximumNameLength" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaximumDevicesPerSmartAction" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentSmartActionCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UnicodeNameSupport" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DeleteSmartActionEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="smartActionInfo" type="tns:SmartActionInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SmartActionInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DeleteSmartActionExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteSmartActionExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SetSmartActionStateEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="smartActionStateInfo" type="tns:SmartActionStateInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SmartActionStateInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="State" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SetSmartActionStateExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SetSmartActionStateExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RunSmartActionEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="smartActionInfo" type="tns:SmartActionInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RunSmartActionExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RunSmartActionExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIRConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIRConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVideoPIRConfigurationResult" type="tns:VideoPIRConfigurationResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="VideoPIRConfigurationResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureFlags" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SYSTEM_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VIDEO_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MOTION_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EVENT_Data" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetVideoPIRLocationDeviceList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIRLocationDeviceListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVideoPIRLocationDeviceListResult" type="tns:VideoPIRListResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="VideoPIRListResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoPIRList" type="tns:ArrayOfVideoPIRInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfVideoPIRInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="VideoPIRInfo" nillable="true" type="tns:VideoPIRInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="VideoPIRInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceClassID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirmwareAvailablity" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirmwareDownLoad" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WifiStatus" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoPIREventInfo" type="tns:VideoPIREvent" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="VideoPIREvent">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ImageURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventImageCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageDateTime" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageDateTimeUTC" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CaptureTypeID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ImageRequestID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TMSMediaID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetVideoPIRCaptureTypes">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceClassID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIRCaptureTypesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVideoPIRCaptureTypesResult" type="tns:VideoPIRCaptureTypesResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="VideoPIRCaptureTypesResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CaptureTypeList" type="tns:ArrayOfVideoPIREventCaptureType" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfVideoPIREventCaptureType">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="VideoPIREventCaptureType" nillable="true" type="tns:VideoPIREventCaptureType" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="VideoPIREventCaptureType">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CaptureTypeID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CaptureTypeDescription" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="UpdateVideoPIRConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SYSTEM_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VIDEO_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MOTION_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EVENT_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateVideoPIRConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateVideoPIRConfigurationResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIREventRecord">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIREventRecordResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVideoPIREventRecordResult" type="tns:GetVideoPIREventRecordResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetVideoPIREventRecordResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoPIREventRecord" type="tns:VideoPIREvent" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="TakeVideoPIRSnapshots">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TakeVideoPIRSnapshotsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TakeVideoPIRSnapshotsResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIRDeviceEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateStamp" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CaptureFilterTypeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowHidden" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoPIRDeviceEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVideoPIRDeviceEventsResult" type="tns:GetVideoPIRDeviceEventsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetVideoPIRDeviceEventsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceEventInfo" type="tns:VideoPIRDeviceEventInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="VideoPIRDeviceEventInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventInfo" type="tns:ArrayOfVideoPIREvent" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RemainingImageCount" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfVideoPIREvent">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="VideoPIREvent" nillable="true" type="tns:VideoPIREvent" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetWiFiLocations">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricUsername" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricPassword" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiLocationsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiLocationsResult" type="tns:WiFiLocationsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WiFiLocationsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiLocations" type="tns:ArrayOfWiFiLocationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWiFiLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WiFiLocationInfo" nillable="true" type="tns:WiFiLocationInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LyricLocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StreetAddress" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Devices" type="tns:ArrayOfWiFiDeviceResponse" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeZone" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DayLightSavingTimeEnabled" nillable="true" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWiFiDeviceResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WiFiDeviceResponse" nillable="true" type="tns:WiFiDeviceResponse" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiDeviceResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricDeviceID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceAlias" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAlive" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsUpgrading" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceVersion" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ActivateWiFiDevice">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricUsername" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricPassword" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="lyricLocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="lyricDevice" type="tns:ArrayOfLyricDevice" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfLyricDevice">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LyricDevice" nillable="true" type="tns:LyricDevice" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LyricDevice">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ActivateWiFiDeviceResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ActivateWiFiDeviceResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WiFiSmartAway">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="active" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="hours" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WiFiSmartAwayResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiSmartAwayResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoveWiFiDevice">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoveWiFiDeviceResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RemoveWiFiDeviceResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WiFiWeatherFromDevice">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WiFiWeatherFromDeviceResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiWeatherFromDeviceResult" type="tns:WiFiWeatherResponse" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WiFiWeatherResponse">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WeatherResult" type="tns:ArrayOfWiFiWeatherResult" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWiFiWeatherResult">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WiFiWeatherResult" nillable="true" type="tns:WiFiWeatherResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiWeatherResult">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="dateTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="epochDateTime" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="iconPhrase" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="weatherIcon" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="temperature" type="tns:ValueUnitType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="realFeelTemperature" type="tns:ValueUnitType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="relativeHumidity" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ValueUnitType">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="value" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="unit" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetThermostat">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetThermostatResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetThermostatResult" type="tns:ThermostatResponse" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ThermostatResponse">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatInfo" type="tns:ThermostatInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ThermostatInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatIndex" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentOpMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatFanMode" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatVersion" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EnergySaveHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EnergySaveCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TemperatureScale" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentTemperture" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryState" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FanModeList" type="tns:ArrayOfModeInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatModeList" type="tns:ArrayOfModeInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatSupportedOpModeList" type="tns:ArrayOfModeInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceStatusID" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LyricUserID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateTimeUpdated" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerReferenceData" type="tns:ThermostatPartnerRefData" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceType" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutoChangeOverEnabled" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SmartAway" type="tns:SmartAwayValues" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TCCthermostatdata" type="tns:TCCThermostatdata" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Lyricthermostatdata" type="tns:LyricThermostatdata" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfModeInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ModeInfo" nillable="true" type="tns:ModeInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ModeInfo">
|
|
<s:attribute name="ModeID" type="s:short" use="required" />
|
|
</s:complexType>
|
|
<s:complexType name="ThermostatPartnerRefData">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LyricLocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricDeviceID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TemperatureScale" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SmartAwayValues">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Active" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeOfDay" type="tns:TimeSpan" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DurationInHours" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DurationInDays" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUsedFormat" type="tns:AwayEndDateFormat" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EndsIn" type="tns:DateTimeOffset" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EndCoolSetPoint" nillable="true" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EndHeatSetPoint" nillable="true" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TimeSpan" />
|
|
<s:simpleType name="AwayEndDateFormat">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="TimeOfDay" />
|
|
<s:enumeration value="DurationInHours" />
|
|
<s:enumeration value="DurationInDays" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="DateTimeOffset" />
|
|
<s:complexType name="TCCThermostatdata">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IndoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorTemperature" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TempHoldTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsScheduleCapable" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforF" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TCCScheduleHeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TCCScheduleCoolSetPoint" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatMAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerLocationID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CurrentActivity" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerLocationName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LyricThermostatdata">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IndoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorTemperature" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TempHoldTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforF" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatScheduleType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatScheduleStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetLyricLocations">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricUsername" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricPassword" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLyricLocationsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLyricLocationsResult" type="tns:LyricThermostatLocationsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="LyricThermostatLocationsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricLocations" type="tns:ArrayOfLyricThermostatLocationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLyricThermostatLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LyricThermostatLocationInfo" nillable="true" type="tns:LyricThermostatLocationInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LyricThermostatLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LyricLocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Devices" type="tns:ArrayOfLyricThermostatDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLyricThermostatDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LyricThermostatDeviceInfo" nillable="true" type="tns:LyricThermostatDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LyricThermostatDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricDeviceID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LyricDevicetype" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceClass" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAlive" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="isProvisioned" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="isUpgrading" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatConfiguration" type="tns:LyricThermostatConfigInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LyricThermostatConfigInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatConfigState" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="AddRemoveLyricThermostat">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricUsername" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricPassword" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="lyricLocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="lyricThermostatDeviceInfo" type="tns:ArrayOfLyricThermostatDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddRemoveLyricThermostatResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddRemoveLyricThermostatResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetImage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetImageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetImageResult" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLogoImage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLogoImageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLogoImageResult" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLocation">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLocationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLocationResult" type="tns:LocationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="LocationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationInfo" type="tns:LocationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="LocationInfo">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:LocationInfoSimple">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ContentServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DoorBellServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DealerPushMessageRemainingCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AdvertisingServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LatestMessageDate" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ISNewSkyBellAccount" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ISDaylightSavingTime" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VideoServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GarageDoorServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MotionViewerServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutboundServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ISOccupied" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ISCoBrandingEnabled" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSMSNotificationEnabled" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsPushNotificationEnabled" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsEmailNotificationEnabled" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MonitoringTypeID" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsRemoteNetworkSetup" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsRental" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PackageId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsAVCEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DataApiServiceLevelID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDataURLList" type="tns:PartnerDataURLList" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsBLEdisarmEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsVAVEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LanguageId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormatId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormatId" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PartnerDataURLList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartnerDataURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetLocationSimple">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLocationSimpleResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLocationSimpleResult" type="tns:LocationSimpleResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="LocationSimpleResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationInfoSimple" type="tns:LocationInfoSimple" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SaveLocation">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Locale" type="tns:LocationInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Image" type="s:base64Binary" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="dataChanged" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="imageChanged" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Alias" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveLocationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveLocationResult" type="tns:LocationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveLocationSimple">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Locale" type="tns:LocationInfoSimple" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Image" type="s:base64Binary" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="dataChanged" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="imageChanged" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Alias" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveLocationSimpleResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveLocationSimpleResult" type="tns:LocationSimpleResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCountryList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCountryListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCountryListResult" type="tns:CountryListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CountryListResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryList" type="tns:ArrayOfCountryInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCountryInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CountryInfo" nillable="true" type="tns:CountryInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CountryInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryCallingCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetCountryStateList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCountryStateListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCountryStateListResult" type="tns:CountryStateListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CountryStateListResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryStateList" type="tns:ArrayOfCountryStateInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCountryStateInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CountryStateInfo" nillable="true" type="tns:CountryStateInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CountryStateInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="StateID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StateName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllCountryStateList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllCountryStateListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllCountryStateListResult" type="tns:CountryStateListResultEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CountryStateListResultEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryStateList" type="tns:ArrayOfCountryStateInfoEx" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCountryStateInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CountryStateInfoEx" nillable="true" type="tns:CountryStateInfoEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CountryStateInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="StateID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StateName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAssociatedPartners">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAssociatedPartnersResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAssociatedPartnersResult" type="tns:PartnerListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PartnerListResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerList" type="tns:ArrayOfPartnerInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartnerInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartnerInfo" nillable="true" type="tns:PartnerInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartnerInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDescription" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientSecret" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerAPIKey" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccessToken" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TokenValidity" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxDeviceSupported" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsExistingSkybellUser" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SetupStateID" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CallbackURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DevicePermission" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAssociatedPartnersEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAssociatedPartnersExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAssociatedPartnersExResult" type="tns:PartnerListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAssociatedPartnersMultiLocation">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationIdList" type="tns:LocationIDList" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="LocationIDList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationID" type="tns:ArrayOfLong" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAssociatedPartnersMultiLocationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAssociatedPartnersMultiLocationResult" type="tns:PartnerListMultiLocationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PartnerListMultiLocationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerListMultilocation" type="tns:ArrayOfLocationPartnerInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLocationPartnerInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LocationPartnerInfo" nillable="true" type="tns:LocationPartnerInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LocationPartnerInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerList" type="tns:ArrayOfPartnerInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAssociatedPartnersMultiLocationEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationIdList" type="tns:LocationIDList" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAssociatedPartnersMultiLocationExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAssociatedPartnersMultiLocationExResult" type="tns:PartnerListMultiLocationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SubscribeUnsubscrbeCHILAccount">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="appID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="connectionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsEnable" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SubscribeUnsubscrbeCHILAccountResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SubscribeUnsubscrbeCHILAccountResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDealerInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDealerInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDealerInfoResult" type="tns:DealerInfoResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DealerInfoResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DealerInfoDetails" type="tns:DealerInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="DealerInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CEID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CompanyName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DealerPhoneNumber1" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DealerPhoneNumber2" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WebsiteURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Address1" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Address2" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Fax" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LogoUrl" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetSubscriberInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSubscriberInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSubscriberInfoResult" type="tns:SubscriberInfoResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SubscriberInfoResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SubcriberInfoDetails" type="tns:SubscriberInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SubscriberInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="subscriberdata" type="tns:SubscriberData" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Tc2Data" type="tns:TC2Data" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SubscriberData">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CityNo" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CsNo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SubId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Supervision" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecCityNo" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SecCsNo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SecSubId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecSupervision" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="InCommFail" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Duration" type="s:dateTime" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TC2Data">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccountName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CEID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CsCEID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ContentServiceLevelID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetTimeZones">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetTimeZonesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetTimeZonesResult" type="tns:TimeZonesResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="TimeZonesResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeZoneRegions" type="tns:ArrayOfTimeZoneData" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfTimeZoneData">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="TimeZoneData" nillable="true" type="tns:TimeZoneData" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TimeZoneData">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeZoneID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeZoneName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeZoneStringID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BaseUTCOffset" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraTimeZoneID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsDSTSupported" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetTimeZonesForCamera">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetTimeZonesForCameraResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetTimeZonesForCameraResult" type="tns:TimeZonesResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ServiceVersion">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="ServiceVersionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ServiceVersionResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoFileURLs">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoFileURLsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVideoFileURLsResult" type="tns:VideoFileURLResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="VideoFileURLResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="URLs" type="tns:ArrayOfVideoURL" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfVideoURL">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="VideoURL" nillable="true" type="tns:VideoURL" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="VideoURL">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="imageWidth" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="imageHeight" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="videoType" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="cameratype" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetVideoFileURLsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVideoFileURLsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVideoFileURLsExResult" type="tns:VideoFileURLExResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="VideoFileURLExResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="URLsEx" type="tns:ArrayOfVideoURLEx" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfVideoURLEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="VideoURLEx" nillable="true" type="tns:VideoURLEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="VideoURLEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="imageWidth" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="imageHeight" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="videoType" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="isValid" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetEventNotes">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventNotesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventNotesResult" type="tns:NotesResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="NotesResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Note" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventTypeFilter" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowHidden" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StartDateTime" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EndDateTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SortOrder" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventsResult" type="tns:EventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EventsResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Events" type="tns:ArrayOfEventRecord" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HasMore" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventRecord">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventRecord" nillable="true" type="tns:EventRecord" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventRecord">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventType" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Event" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Originator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Notice" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Notes" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HasNotes" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsLocked" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsHidden" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RecDateTimeGMT" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RecDateLocal" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RecDateSuffix" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventFilterTypeID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MediaId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Viewed" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PanelEventId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventTypeFilter" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowHidden" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StartDateTime" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EndDateTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SortOrder" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllEventsResult" type="tns:EventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDoorbellEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventTypeFilter" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowHidden" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StartDateTime" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EndDateTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SortOrder" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDoorbellEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDoorbellEventsResult" type="tns:DoorbellEventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DoorbellEventsResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DoorbellEvents" type="tns:ArrayOfDoorbellEventRecord" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HasMore" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDoorbellEventRecord">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DoorbellEventRecord" nillable="true" type="tns:DoorbellEventRecord" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DoorbellEventRecord">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:EventRecord">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThumbnailURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetEventsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventTypeFilterList" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowHidden" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowLocked" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StartDateTime" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EndDateTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SortOrder" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventsExResult" type="tns:EventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventsEx_V1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventTypeFilterList" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowHidden" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShowLocked" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StartDateTime" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EndDateTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SortOrder" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionID" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventsEx_V1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventsEx_V1Result" type="tns:EventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventTypeFilter">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventTypeFilterResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventTypeFilterResult" type="tns:EventTypeFilterResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EventTypeFilterResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventTypeFilters" type="tns:ArrayOfFilterEventType" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfFilterEventType">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="FilterEventType" nillable="true" type="tns:FilterEventType" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="FilterEventType">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventTypeFilterId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventTypeFilterName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventClass" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllEventTypeFilter">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllEventTypeFilterResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllEventTypeFilterResult" type="tns:EventTypeFilterResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLiveEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLiveEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLiveEventsResult" type="tns:EventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllLiveEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllLiveEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllLiveEventsResult" type="tns:EventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDoorbellLiveEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastEventIdReceived" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxRecords" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateFormat" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeFormat" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDoorbellLiveEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDoorbellLiveEventsResult" type="tns:DoorbellEventsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateEventNotes">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Note" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateEventNotesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateEventNotesResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateEventRecordHideState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsHidden" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateEventRecordHideStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateEventRecordHideStateResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateEventRecordLockState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsLocked" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateEventRecordLockStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateEventRecordLockStateResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateFavoriteEventRecordState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FilterClass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventRecordId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMarked" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateFavoriteEventRecordStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateFavoriteEventRecordStateResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="IsCameraAvailable">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="IsCameraAvailableResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="IsCameraAvailableResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraStateResult" type="tns:CameraStateResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraStateResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureFlags" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CurrentPosition" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WlledState" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Output_1_State" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetCameraIOState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraIOStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraIOStateResult" type="tns:CameraIOStateResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraIOStateResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureFlags" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WlledState" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Output_1_State" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetCameraPosition">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraPositionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraPositionResult" type="tns:CameraPositionResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraPositionResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CurrentPosition" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HomePosition" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GotoPreset">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PresetSlot" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GotoPresetResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GotoPresetResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="StorePreset">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PresetSlot" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="StorePresetResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="StorePresetResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="MoveCamera">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Direction" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Degrees" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PanSpeed" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TiltSpeed" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="MoveCameraResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MoveCameraResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DirectPanTilt">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="X" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Y" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DirectPanTiltResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DirectPanTiltResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WLLED_Control">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NewState" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WLLED_ControlResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WLLED_ControlResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="Output_Control">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutputNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NewState" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="Output_ControlResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Output_ControlResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TriggerVideoCapture">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TriggerVideoCaptureResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TriggerVideoCaptureResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ConfigStreamMode">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ModeSelector" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Size" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FramesPerSecond" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="QualityType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Quality" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BitRate" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ConfigStreamModeResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ConfigStreamModeResult" type="tns:ConfigStreamModeResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ConfigStreamModeResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraIPAddress" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureFlags" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RTSP_Parameters" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetLocationCameraList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLocationCameraListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLocationCameraListResult" type="tns:CameraListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraListResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccountCameraList" type="tns:CameraList" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CameraList">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraCount" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Cameras" type="tns:ArrayOfCameraInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCameraInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CameraInfo" nillable="true" type="tns:CameraInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CameraInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureFlags" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DefaultCamera" type="s:unsignedByte" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetLocationAllCameraList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLocationAllCameraListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLocationAllCameraListResult" type="tns:AllCameraListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AllCameraListResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccountAllCameraList" type="tns:AllCameraList" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="AllCameraList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraList" type="tns:CameraList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSICameraList" type="tns:RSICameraList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraList" type="tns:PartnerCameraList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiDoorbellList" type="tns:WiFiDoorbellList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MotionViewerList" type="tns:MotionViewerCameraList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DoorBellList" type="tns:HoneywellHomeDoorbellList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UnicornList" type="tns:UnicornCameraList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoPirList" type="tns:VideoPirList" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Gen5DoorbellList" type="tns:Gen5DoorbellList" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="RSICameraList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIModuleSeriallNo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIVideoToken" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSICamerasList" type="tns:ArrayOfRSIDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfRSIDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="RSIDeviceInfo" nillable="true" type="tns:RSIDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="RSIDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="RSIDeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraIndex" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraType" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SupervisionStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoverTamper" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SnapshotURI" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SnapshotDate" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartnerCameraList">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationFlag" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCamerasList" type="tns:ArrayOfPartnerCameraInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartnerCameraInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartnerCameraInfo" nillable="true" type="tns:PartnerCameraInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartnerCameraInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Mac" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraType" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiDoorbellList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiDoorbellsList" type="tns:ArrayOfWiFiDoorBellInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWiFiDoorBellInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WiFiDoorBellInfo" nillable="true" type="tns:WiFiDoorBellInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiDoorBellInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceModel" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TimeZoneID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SetupStateID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LEDColorInDevice" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsExistingDoorBellUser" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMotionEnabled" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SetupErrorID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AssociationStatus" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MigrationStatus" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceUpdatedAt" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Gen1PartnerDeviceID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MotionViewerCameraList">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraCount" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MotionViewersList" type="tns:ArrayOfMotionViewerCameraInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfMotionViewerCameraInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="MotionViewerCameraInfo" nillable="true" type="tns:MotionViewerCameraInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MotionViewerCameraInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureFlags" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VoDEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LiveStreamingEnabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="HoneywellHomeDoorbellList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DoorBellList" type="tns:ArrayOfHHVideoDoorBellInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfHHVideoDoorBellInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="HHVideoDoorBellInfo" nillable="true" type="tns:HHVideoDoorBellInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="HHVideoDoorBellInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceType" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialtext" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="UnicornCameraList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UnicornList" type="tns:ArrayOfUnicornInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfUnicornInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="UnicornInfo" nillable="true" type="tns:UnicornInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="UnicornInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceType" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceVariant" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ParentDeviceId" nillable="true" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Status" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareVersion" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" nillable="true" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockId" nillable="true" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrivacyOnDisarm" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrivacyOnArmStay" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VopStatus" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="VideoPirList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoPirInfo" type="tns:ArrayOfVideoPIRInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Gen5DoorbellList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Gen5DoorbellsList" type="tns:ArrayOfGen5DoorbellInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfGen5DoorbellInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Gen5DoorbellInfo" nillable="true" type="tns:Gen5DoorbellInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Gen5DoorbellInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceType" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceVariant" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ParentDeviceId" nillable="true" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Status" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" nillable="true" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockId" nillable="true" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrivacyOnDisarm" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VopStatus" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsExistingDoorBellUser" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMotionEnabled" type="s:unsignedByte" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetLocationAllCameraListEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLocationAllCameraListExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLocationAllCameraListExResult" type="tns:AllCameraListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetMediaServerConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetMediaServerConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetMediaServerConfigurationResult" type="tns:MediaServerConfigurationResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="MediaServerConfigurationResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ServerURL" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetCameraConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraConfigurationResult" type="tns:CameraConfigurationResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraConfigurationResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FeatureFlags" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SYSTEM_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VIDEO_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MOTION_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IO_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EVENT_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PTZ_Data" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetCameraConfiguration2">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraConfiguration2Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraConfiguration2Result" type="tns:CameraConfigurationResults2" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraConfigurationResults2">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CameraConfigurationResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LIMITS_Data" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="UpdateCameraConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SYSTEM_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VIDEO_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MOTION_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IO_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EVENT_Data" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PTZ_Data" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateCameraConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateCameraConfigurationResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SetDefaultCamera">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SetDefaultCameraResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SetDefaultCameraResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpgradeCameraFirmware">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirmwareVersionNumber" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpgradeCameraFirmwareResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpgradeCameraFirmwareResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetFirmwareList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetFirmwareListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetFirmwareListResult" type="tns:CameraFirmwareListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraFirmwareListResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareList" type="tns:CameraFirmwareList" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CameraFirmwareList">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirmwareCount" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraFirmwares" type="tns:ArrayOfCameraFirmwareInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCameraFirmwareInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CameraFirmwareInfo" nillable="true" type="tns:CameraFirmwareInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CameraFirmwareInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareVersion" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirmwareVersionNumber" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareVersionDescription" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareVersionState" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareReleaseDate" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetWirelessStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SearchType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWirelessStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWirelessStatusResult" type="tns:CameraSignalStrengthResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraSignalStrengthResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SignalStrength" type="tns:CameraSignalStrength" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CameraSignalStrength">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SignalStrength" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Details" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RSSI" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SSID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Noise" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WAPMAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Channel" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetCameraInformation">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SearchType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraInformationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraInformationResult" type="tns:CameraInformationResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraInformationResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Details" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetWAPClientsInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWAPClientsInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWAPClientsInfoResult" type="tns:WAPClientsListResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WAPClientsListResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WAPClients" type="tns:ArrayOfCameraSignalStrength" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCameraSignalStrength">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CameraSignalStrength" nillable="true" type="tns:CameraSignalStrength" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetBatteryStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Type" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetBatteryStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetBatteryStatusResult" type="tns:CameraBatteryStatusResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraBatteryStatusResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryStrength" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Voltage" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetEventMetaDataEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventMetaDataExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventMetaDataExResult" type="tns:EventMetaDataExResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EventMetaDataExResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventClassCollection" type="tns:ArrayOfEventClass" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationLimitations" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationCameraList" type="tns:ArrayOfCameraSimple" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneDeviceInfoList" type="tns:ArrayOfSceneDeviceInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventClass">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventClass" nillable="true" type="tns:EventClass" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventClass">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventGroupList" type="tns:ArrayOfEventGroup" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventTypeCollection" type="tns:ArrayOfEventType" />
|
|
</s:sequence>
|
|
<s:attribute name="EventClassID" type="s:long" use="required" />
|
|
<s:attribute name="EventClassDescription" type="s:string" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventGroup">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventGroup" nillable="true" type="tns:EventGroup" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventGroup">
|
|
<s:attribute name="EventGroupID" type="s:long" use="required" />
|
|
<s:attribute name="EventGroupName" type="s:string" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventType">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventType" nillable="true" type="tns:EventType" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventType">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventModifierCollection" type="tns:ArrayOfEventModifierInfo" />
|
|
</s:sequence>
|
|
<s:attribute name="EventTypeID" type="s:long" use="required" />
|
|
<s:attribute name="EventGroupID" type="s:long" use="required" />
|
|
<s:attribute name="EventTypeDescription" type="s:string" />
|
|
<s:attribute name="EventTypeCapabilities" type="s:long" use="required" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventModifierInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventModifierInfo" nillable="true" type="tns:EventModifierInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventModifierInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventModifierType" type="s:string" />
|
|
</s:sequence>
|
|
<s:attribute name="EventModifierID" type="s:long" use="required" />
|
|
<s:attribute name="EventModifierDescription" type="s:string" />
|
|
<s:attribute name="DeviceID" type="s:long" use="required" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCameraSimple">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CameraSimple" nillable="true" type="tns:CameraSimple" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CameraSimple">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraDeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneDeviceInfo" nillable="true" type="tns:SceneDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceTypeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetEventMetaDataExV1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventMetaDataExV1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventMetaDataExV1Result" type="tns:EventMetaDataExResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventMetaDataExV2">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventMetaDataExV2Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventMetaDataExV2Result" type="tns:EventMetaDataExResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetConfiguredEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetConfiguredEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetConfiguredEventsResult" type="tns:ConfiguredEventResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ConfiguredEventResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SentToPanelEvents" type="tns:ArrayOfSentToPanelEvents" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventNotifications" type="tns:ArrayOfEventNotification" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneTriggers" type="tns:ArrayOfSceneTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoTriggers" type="tns:ArrayOfVideoTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeTriggeredActions" type="tns:ArrayOfTimeTriggeredAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CloudSceneTriggers" type="tns:ArrayOfCloudSceneTrigger" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSentToPanelEvents">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SentToPanelEvents" nillable="true" type="tns:SentToPanelEvents" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SentToPanelEvents">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:NotificationInfoBase">
|
|
<s:attribute name="CustomNotificationMessage" type="s:string" />
|
|
<s:attribute name="NotificationTypeID" type="s:int" use="required" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationInfoBase">
|
|
<s:attribute name="EventTypeID" type="s:long" use="required" />
|
|
<s:attribute name="EventItemID" type="s:long" use="required" />
|
|
<s:attribute name="EventModifierID" type="s:long" use="required" />
|
|
<s:attribute name="DeviceID" type="s:long" use="required" />
|
|
<s:attribute name="PartitionIDs" use="required">
|
|
<s:simpleType>
|
|
<s:list itemType="s:int" />
|
|
</s:simpleType>
|
|
</s:attribute>
|
|
<s:attribute name="IsEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="IsIndividualFlow" type="s:boolean" use="required" />
|
|
<s:attribute name="IsPushEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="IsEmailEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="IsSMSEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="IsSilentEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="FlashEventCardType" type="s:int" use="required" />
|
|
</s:complexType>
|
|
<s:complexType name="CloudSceneTrigger">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:NotificationInfoBase">
|
|
<s:attribute name="ResponseDeviceID" type="s:long" use="required" />
|
|
<s:attribute name="EventNotificationId" type="s:long" use="required" />
|
|
<s:attribute name="ResponseModifier1" type="s:long" use="required" />
|
|
<s:attribute name="ResponseModifier2" type="s:long" use="required" />
|
|
<s:attribute name="DeviceTypeID" type="s:int" use="required" />
|
|
<s:attribute name="PartnerID" type="s:int" use="required" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="VideoTrigger">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:NotificationInfoBase">
|
|
<s:attribute name="ScheduleID" type="s:long" use="required" />
|
|
<s:attribute name="IsEditable" type="s:boolean" use="required" />
|
|
<s:attribute name="SecurityPanelStateCondition" type="s:int" use="required" />
|
|
<s:attribute name="CameraID" type="s:long" use="required" />
|
|
<s:attribute name="CustomNotificationMessage" type="s:string" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SceneTrigger">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:NotificationInfoBase">
|
|
<s:attribute name="SceneID" type="s:long" use="required" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="EventNotification">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:NotificationInfoBase">
|
|
<s:attribute name="GroupID" type="s:string" />
|
|
<s:attribute name="CustomNotificationMessage" type="s:string" />
|
|
<s:attribute name="NotificationListID" type="s:long" use="required" />
|
|
<s:attribute name="ScheduleID" type="s:long" use="required" />
|
|
<s:attribute name="SecurityPanelStateCondition" type="s:int" use="required" />
|
|
<s:attribute name="NotificationTypeID" type="s:int" use="required" />
|
|
<s:attribute name="NotificationDelay" type="s:int" use="required" />
|
|
<s:attribute name="NotificationDeadLine" type="s:string" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventNotification">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventNotification" nillable="true" type="tns:EventNotification" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneTrigger">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneTrigger" nillable="true" type="tns:SceneTrigger" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfVideoTrigger">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="VideoTrigger" nillable="true" type="tns:VideoTrigger" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfTimeTriggeredAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="TimeTriggeredAction" nillable="true" type="tns:TimeTriggeredAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TimeTriggeredAction">
|
|
<s:attribute name="DeviceID" type="s:long" use="required" />
|
|
<s:attribute name="SceneID" type="s:long" use="required" />
|
|
<s:attribute name="EventItemID" type="s:long" use="required" />
|
|
<s:attribute name="TriggerTime" type="s:string" />
|
|
<s:attribute name="SelectedDayID" type="s:int" use="required" />
|
|
<s:attribute name="IsEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="FlashEventCardType" type="s:int" use="required" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCloudSceneTrigger">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CloudSceneTrigger" nillable="true" type="tns:CloudSceneTrigger" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetConfiguredEventsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetConfiguredEventsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetConfiguredEventsExResult" type="tns:ConfiguredEventNotificationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ConfiguredEventNotificationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SentToPanelEvents" type="tns:ArrayOfSentToPanelEvents" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventNotifications" type="tns:ArrayOfEventNotification" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneTriggers" type="tns:ArrayOfSceneTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoTriggers" type="tns:ArrayOfVideoTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeTriggeredActions" type="tns:ArrayOfTimeTriggeredAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CloudSceneTriggers" type="tns:ArrayOfCloudSceneTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Notificationflag" type="tns:EventNotificationflag" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationInfo" type="tns:ArrayOfEventNotificationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="EventNotificationflag">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AuditNotification" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecuritySystemNotification" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VideoNotification" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GPSNotification" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutomationNotification" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EmergencyAlertNotification" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WifiDoorBellNotification" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BuiltInCameraNotification" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventNotificationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventNotificationInfo" nillable="true" type="tns:EventNotificationInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventNotificationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventItemID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationTypeName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SensorName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ScheduleName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetEventSummaryXML">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventSummaryXMLResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventSummaryXMLResult" type="tns:SummaryConfiguredEventXML" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SummaryConfiguredEventXML">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventSummaryTitle" type="tns:EventSummaryTitle" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SummaryEvents" type="tns:ArrayOfEventSummaryConfigured" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SummaryTTEvents" type="tns:ArrayOfEventSummaryTimeTriggeredActions" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="EventSummaryTitle">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationTime" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventSummaryConfigured">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventSummaryConfigured" nillable="true" type="tns:EventSummaryConfigured" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventSummaryConfigured">
|
|
<s:attribute name="EventTypeDescription" type="s:string" />
|
|
<s:attribute name="EventGroupName" type="s:string" />
|
|
<s:attribute name="EventClassDescription" type="s:string" />
|
|
<s:attribute name="CustomNotificationMessage" type="s:string" />
|
|
<s:attribute name="IsEnabled" type="s:boolean" use="required" />
|
|
<s:attribute name="NotificationListName" type="s:string" />
|
|
<s:attribute name="NotificationScheduleName" type="s:string" />
|
|
<s:attribute name="TriggerType" type="s:string" />
|
|
<s:attribute name="Trigger" type="s:string" />
|
|
<s:attribute name="Notes" type="s:string" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventSummaryTimeTriggeredActions">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventSummaryTimeTriggeredActions" nillable="true" type="tns:EventSummaryTimeTriggeredActions" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventSummaryTimeTriggeredActions">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Notes" type="s:string" />
|
|
</s:sequence>
|
|
<s:attribute name="EventGroupName" type="s:string" />
|
|
<s:attribute name="EventTypeDescription" type="s:string" />
|
|
<s:attribute name="SceneName" type="s:string" />
|
|
<s:attribute name="TriggerType" type="s:string" />
|
|
</s:complexType>
|
|
<s:element name="GetEventSummary">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventSummaryResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventSummaryResult" type="tns:SummaryConfiguredEventString" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SummaryConfiguredEventString">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventSummary" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="TransactNotificationListEvents">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SentToPanelEvents" type="tns:ArrayOfSentToPanelEvents" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventNotifications" type="tns:ArrayOfEventNotification" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneTriggers" type="tns:ArrayOfSceneTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoTriggers" type="tns:ArrayOfVideoTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeTriggeredActions" type="tns:ArrayOfTimeTriggeredAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CloudSceneTriggers" type="tns:ArrayOfCloudSceneTrigger" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TransactNotificationListEventsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TransactNotificationListEventsResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TransactSensorsMaskStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NewEvents" type="tns:ArrayOfZoneMaskInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfZoneMaskInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneMaskInfo" nillable="true" type="tns:ZoneMaskInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneMaskInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneDescription" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaskStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaskDisabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="TransactSensorsMaskStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TransactSensorsMaskStatusResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TransactSensorsMaskStatusEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NewEvents" type="tns:ArrayOfZoneMaskInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionID" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TransactSensorsMaskStatusExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TransactSensorsMaskStatusExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllNotificationConditionalStates">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllNotificationConditionalStatesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllNotificationConditionalStatesResult" type="tns:NotificationConditionalStateResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="NotificationConditionalStateResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationConditionalStates" type="tns:ArrayOfNotificationConditionalState" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfNotificationConditionalState">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NotificationConditionalState" nillable="true" type="tns:NotificationConditionalState" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationConditionalState">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ConditionalStateID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ConditionalStateName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllNotificationSchedules">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllNotificationSchedulesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllNotificationSchedulesResult" type="tns:NotificationScheduleResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="NotificationScheduleResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationSchedules" type="tns:ArrayOfNotificationSchedule" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfNotificationSchedule">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NotificationSchedule" nillable="true" type="tns:NotificationSchedule" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationSchedule">
|
|
<s:attribute name="NotificationScheduleID" type="s:long" use="required" />
|
|
<s:attribute name="NotificationScheduleName" type="s:string" />
|
|
<s:attribute name="DayID" type="s:int" use="required" />
|
|
<s:attribute name="StartTime" type="s:string" />
|
|
<s:attribute name="EndTime" type="s:string" />
|
|
<s:attribute name="IsInUse" type="s:boolean" use="required" />
|
|
</s:complexType>
|
|
<s:element name="TransactNotificationSchedules">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationSchedules" type="tns:ArrayOfNotificationSchedule" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TransactNotificationSchedulesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TransactNotificationSchedulesResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllNotificationLists">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllNotificationListsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllNotificationListsResult" type="tns:GetAllNotificationListsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetAllNotificationListsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationListCollection" type="tns:ArrayOfNotificationListBaseInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfNotificationListBaseInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NotificationListBaseInfo" nillable="true" type="tns:NotificationListBaseInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationListBaseInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationListID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationListName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsNotificationListEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsInUse" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AssociatedUsers" type="tns:ArrayOfNotificationListUserInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfNotificationListUserInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NotificationListUserInfo" nillable="true" type="tns:NotificationListUserInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationListUserInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="TransactNotificationLists">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationListCollection" type="tns:ArrayOfNotificationListBaseInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TransactNotificationListsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TransactNotificationListsResult" type="tns:TransactNotificationListResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="TransactNotificationListResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SendTestNotification">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationListID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendTestNotificationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SendTestNotificationResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="NotificationPause">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="mode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="delay" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="NotificationPauseResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationPauseResult" type="tns:NotificationPauseResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="NotificationPauseResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationPaused" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetAllSensorsMaskStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllSensorsMaskStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllSensorsMaskStatusResult" type="tns:SensorEventResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SensorEventResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SensorMaskStatus" type="tns:ArrayOfSensorMaskStatus" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationLimitations" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSensorMaskStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SensorMaskStatus" nillable="true" type="tns:SensorMaskStatus" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SensorMaskStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneDescription" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaskStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VideoTriggerCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaskDisabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllSensorsMaskStatusEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partitionID" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllSensorsMaskStatusExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllSensorsMaskStatusExResult" type="tns:SensorEventResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventMetaData">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEventMetaDataResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEventMetaDataResult" type="tns:EventMetaDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EventMetaDataResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventClassCollection" type="tns:ArrayOfEventClassInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSecurityUpdateRequired" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventClassInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventClassInfo" nillable="true" type="tns:EventClassInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventClassInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventClassID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventClassDescription" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventTypeCollection" type="tns:ArrayOfEventTypeInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEventTypeInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EventTypeInfo" nillable="true" type="tns:EventTypeInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EventTypeInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventTypeID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventTypeDescription" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventModifierCollection" type="tns:ArrayOfEventModifierInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPanelMetaDataAndFullStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelMetaDataAndFullStatusResult" type="tns:PanelMetadataAndStatusResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelMetadataAndStatusResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelMetadataAndStatus" type="tns:PanelMetadataAndStatusInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPanelSecurityStatusforUser">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationIDList" type="tns:ArrayOfLong" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelSecurityStatusforUserResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelSecurityStatusforUserResult" type="tns:ArrayOfLocationBasicInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelMetaDataAndFullStatusExResult" type="tns:PanelMetadataAndStatusResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelMetadataAndStatusResultsEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelMetadataAndStatus" type="tns:PanelMetadataAndStatusInfoEx" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelMetadataAndStatusInfoEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PromptForImportSecuritySettings" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelBaseInfoEx" abstract="true">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfo">
|
|
<s:attribute name="SyncSecDeviceFlag" type="s:boolean" use="required" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="isSceneZones" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusEx_V1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelMetaDataAndFullStatusEx_V1Result" type="tns:PanelMetadataAndStatusResultsEx_V1" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelMetadataAndStatusResultsEx_V1">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelMetadataAndStatus" type="tns:PanelMetadataAndStatusInfoEx_V1" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelMetadataAndStatusInfoEx_V1">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneInfoEx" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PromptForImportSecuritySettings" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneInfoEx" nillable="true" type="tns:ZoneInfoEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AlarmTriggerTime" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AlarmTriggerTimeLocalized" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneTypeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceType" type="s:int" />
|
|
</s:sequence>
|
|
<s:attribute name="ZoneID" type="s:int" use="required" />
|
|
<s:attribute name="ZoneDescription" type="s:string" />
|
|
<s:attribute name="ZoneStatus" type="s:int" use="required" />
|
|
<s:attribute name="PartitionID" type="s:int" use="required" />
|
|
<s:attribute name="CanBeBypassed" type="s:int" use="required" />
|
|
</s:complexType>
|
|
<s:element name="GetPanelMetaDataAndFullStatusEx_V2">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionID" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusEx_V2Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelMetaDataAndFullStatusEx_V2Result" type="tns:PanelMetadataAndStatusResultsEx_V2" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelMetadataAndStatusResultsEx_V2">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelMetadataAndStatus" type="tns:PanelMetadataAndStatusInfoEx_V1" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmingState" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPanelFullStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelFullStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelFullStatusResult" type="tns:PanelStatusResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelStatusResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelStatus" type="tns:PanelStatusInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelStatusInfo">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneStatusInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneStatusInfo" nillable="true" type="tns:ZoneStatusInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneStatusInfo">
|
|
<s:attribute name="ZoneID" type="s:int" use="required" />
|
|
<s:attribute name="ZoneStatus" type="s:int" use="required" />
|
|
<s:attribute name="ZoneTypeId" type="s:int" use="required" />
|
|
</s:complexType>
|
|
<s:element name="GetPanelFullStatusByDeviceID">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelFullStatusByDeviceIDResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelFullStatusByDeviceIDResult" type="tns:PanelStatusResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelFullStatusEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelFullStatusExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelFullStatusExResult" type="tns:PanelStatusResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelStatusResultsEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelStatus" type="tns:PanelStatusInfoEx" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelStatusInfoEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneStatusInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPanelFullStatusEx_V1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelFullStatusEx_V1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelFullStatusEx_V1Result" type="tns:PanelStatusResultsEx_V1" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelStatusResultsEx_V1">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelStatus" type="tns:PanelStatusInfoEx_V1" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelStatusInfoEx_V1">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneStatusInfoEx_V1" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneStatusInfoEx_V1">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneStatusInfoEx_V1" nillable="true" type="tns:ZoneStatusInfoEx_V1" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneStatusInfoEx_V1">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AlarmTriggerTime" nillable="true" type="s:dateTime" />
|
|
</s:sequence>
|
|
<s:attribute name="ZoneID" type="s:int" use="required" />
|
|
<s:attribute name="ZoneStatus" type="s:int" use="required" />
|
|
<s:attribute name="IsBypassableZone" type="s:int" use="required" />
|
|
<s:attribute name="ZoneTypeId" type="s:int" use="required" />
|
|
</s:complexType>
|
|
<s:element name="GetPanelFullStatusEx_V2">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionIDs" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelFullStatusEx_V2Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelFullStatusEx_V2Result" type="tns:PanelStatusResultsExV1" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PanelStatusResultsExV1">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PanelStatus" type="tns:PanelStatusInfoExV1" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmingState" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelStatusInfoExV1">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfoExV1">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneStatusInfoEx_V1" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelBaseInfoExV1">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PanelBaseInfoV1">
|
|
<s:attribute name="SyncSecDeviceFlag" type="s:boolean" use="required" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PanelBaseInfoV1">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfPartitionDetails" />
|
|
</s:sequence>
|
|
<s:attribute name="LastUpdatedTimestampTicks" type="s:long" use="required" />
|
|
<s:attribute name="ConfigurationSequenceNumber" type="s:int" use="required" />
|
|
<s:attribute name="IsInACLoss" type="s:boolean" use="required" />
|
|
<s:attribute name="IsCoverTampered" type="s:boolean" use="required" />
|
|
<s:attribute name="IsInLowBattery" type="s:boolean" use="required" />
|
|
<s:attribute name="Bell1SupervisionFailure" type="s:boolean" use="required" />
|
|
<s:attribute name="Bell2SupervisionFailure" type="s:boolean" use="required" />
|
|
<s:attribute name="IsInRfJam" type="s:boolean" use="required" />
|
|
<s:attribute name="IsInBatteryMissing" type="s:boolean" use="required" />
|
|
<s:attribute name="IsEnrollmentMode" type="s:boolean" use="required" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartitionDetails">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartitionDetails" nillable="true" type="tns:PartitionDetails" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartitionDetails">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:PartitionInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsStayArmed" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsFireEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsCommonEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsLocked" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsNewPartition" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsNightStayEnabled" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsInWalkTest" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ExitDelayTimer" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPanelFullStatusByDeviceIDEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelFullStatusByDeviceIDExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelFullStatusByDeviceIDExResult" type="tns:PanelStatusResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetZonesListInState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ListIdentifierID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetZonesListInStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetZonesListInStateResult" type="tns:GetZonesListInStateResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetZonesListInStateResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneStatus" type="tns:ZoneStatusList" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneStatusList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneStatusInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetZonesListInStateEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ListIdentifierID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetZonesListInStateExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetZonesListInStateExResult" type="tns:GetZonesListInStateExResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetZonesListInStateExResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneStatus" type="tns:ZoneStatusListEx" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneStatusListEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneStatusInfoEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneStatusInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneStatusInfoEx" nillable="true" type="tns:ZoneStatusInfoEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneStatusInfoEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:ZoneStatusInfo">
|
|
<s:attribute name="CanBeBypassed" type="s:int" use="required" />
|
|
<s:attribute name="ZoneFlags" type="s:string" />
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusByDeviceIDResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelMetaDataAndFullStatusByDeviceIDResult" type="tns:PanelMetadataAndStatusResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastSequenceNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastUpdatedTimestampTicks" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPanelMetaDataAndFullStatusByDeviceIDExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPanelMetaDataAndFullStatusByDeviceIDExResult" type="tns:PanelMetadataAndStatusResultsEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="BypassAll">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneIDs" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="BypassAllResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="BypassAllResult" type="tns:ZoneBypassResultEx" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ZoneBypassResultEx">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneBypassStatus" type="tns:ArrayOfZoneBypassStatus" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneBypassStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneBypassStatus" nillable="true" type="tns:ZoneBypassStatus" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneBypassStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="Bypass">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Zone" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="BypassResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="BypassResult" type="tns:ZoneBypassResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveGeofenceInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="geofenceSettings" type="tns:GeofenceSettings" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GeofenceSettings">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="GeofenceStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Latitude" nillable="true" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Longitude" nillable="true" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Radius" nillable="true" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GeofenceID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SaveGeofenceInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveGeofenceInfoResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDeviceInviteToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDeviceInviteTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDeviceInviteTokenResult" type="tns:DeviceInviteTokenResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DeviceInviteTokenResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Token" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetDeviceProvisioningStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDeviceProvisioningStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDeviceProvisioningStatusResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateDoorBellDetail">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="wiFiDoorBellInfo" type="tns:WiFiDoorBellInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="wiFiDoorBellUserInfo" type="tns:WiFiDoorBellUserInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WiFiDoorBellUserInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccessToken" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="UpdateDoorBellDetailResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateDoorBellDetailResult" type="tns:UpdateDoorbellDetailResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UpdateDoorbellDetailResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SetupStateID" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="RemoveDoorbellDevice">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoveDoorbellDeviceResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RemoveDoorbellDeviceResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoveDoorbellDeviceEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoveDoorbellDeviceExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RemoveDoorbellDeviceExResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellDeviceDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellDeviceDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiDoorBellDeviceDetailsResult" type="tns:WiFiDoorBellInfoResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WiFiDoorBellInfoResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="getWiFiDoorBellResult" type="tns:GetWiFiDoorBellResult" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="GetWiFiDoorBellResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WiFiDoorBellInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="WiFiStrength" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PushNotificationFlag" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsOffline" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CreatedAt" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UpdatedAt" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Avatar" type="tns:Avatar" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSRTPEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NeedToGetStatus" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="Avatar">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Bucket" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Region" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CreatedAt" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellDeviceDetailsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiDoorBellDeviceDetailsExResult" type="tns:WiFiDoorBellInfoResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiDoorBellSettingsResult" type="tns:GetDoorBellSettingsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetDoorBellSettingsResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="wiFiDoorBellSettings" type="tns:WiFiDoorBellSettings" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiDoorBellSettings">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RingTone" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DoNotRing" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IndoorChime" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DigitalDoorbell" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoProfile" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MicrophoneVolume" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SpeakerVolume" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ChimeLevel" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MotionSensitivity" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LowLightThreshold" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MediumLightThreshold" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HighLightThreshold" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LowDACBrightness" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MediumDACBrightness" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HighDACBrightness" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RGBRedValue" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RGBGreenValue" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RGBBlueValue" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FrontLEDBrightness" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MotionPolicy" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="UpdateWiFiDoorBellSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="wiFiDoorBellSettings" type="tns:WiFiDoorBellSettings" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateWiFiDoorBellSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateWiFiDoorBellSettingsResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAssociatedSkybellDevices">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccessToken" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAssociatedSkybellDevicesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAssociatedSkybellDevicesResult" type="tns:GetAssociatedSkybellDevicesResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetAssociatedSkybellDevicesResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="doorbellDeviceList" type="tns:ArrayOfWiFiDoorBellConfigInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWiFiDoorBellConfigInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WiFiDoorBellConfigInfo" nillable="true" type="tns:WiFiDoorBellConfigInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiDoorBellConfigInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DoorBellConfigState" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPartnerVideoURL">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceEventId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerVideoURLResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerVideoURLResult" type="tns:GetPartnerVideoURLResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetPartnerVideoURLResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="activityUrl" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetDoorBellClientID">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDoorBellClientIDResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDoorBellClientIDResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellDeviceDiagnosticDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiDoorBellDeviceDiagnosticDetailsResult" type="tns:GetWiFiDoorBellDiagnosticsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetWiFiDoorBellDiagnosticsResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="wiFiDoorBellDiagnosticInfoResult" type="tns:WiFiDoorBellDiagnosticInfoResult" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiDoorBellDiagnosticInfoResult">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LastCheckIn" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IPAddress" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BitRate" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WifiSignalLevel" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LinkQuality" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Noise" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WifiName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WifiLink" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiDoorBellDeviceDiagnosticDetailsExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiDoorBellDeviceDiagnosticDetailsExResult" type="tns:GetWiFiDoorBellDiagnosticsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDeviceMaxCount">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDeviceMaxCountResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDeviceMaxCountResult" type="tns:GetMaxDeviceCountResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetMaxDeviceCountResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="MaxDeviceCount" type="tns:ArrayOfMaxDeviceCount" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfMaxDeviceCount">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="MaxDeviceCount" nillable="true" type="tns:MaxDeviceCount" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MaxDeviceCount">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceclassID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxCount" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceClassName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="EnrollPartnerCamera">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraMacAddress" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraType" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" nillable="true" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="EnrollPartnerCameraResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EnrollPartnerCameraResult" type="tns:EnrollmentResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EnrollmentResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EnrollmentDetails" type="tns:EnrollmentDetails" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="EnrollmentDetails">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RegistrationID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ProvisioningServerThumbprint" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ProvisioningServiceUri" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="InsertUpdatePartnerCamera">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraType" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="InsertUpdatePartnerCameraResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsertUpdatePartnerCameraResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteEnrolledPartnerCamera">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteEnrolledPartnerCameraResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteEnrolledPartnerCameraResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraActivationStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraActivationStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraActivationStatusResult" type="tns:CameraActivationStatusResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraActivationStatusResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ActivationStatus" type="s:short" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPartnerCameraActivationStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraActivationStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraActivationStatusResult" type="tns:CameraActivationStatusResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraAccessToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraAccessTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraAccessTokenResult" type="tns:AccessTokenResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AccessTokenResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccessToken" type="tns:TCCAuthtokenResponse" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="TCCAuthtokenResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="access_token" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="token_type" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="expiry" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="refresh_token" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="scope" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="additionalinfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPartnerCameraRefreshToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="refreshToken" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraRefreshTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraRefreshTokenResult" type="tns:AccessTokenResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraSettingsResult" type="tns:PartnerCameraSettingResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PartnerCameraSettingResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerCameraSettings" type="tns:PartnerCameraSetting" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PartnerCameraSetting">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AudioDetection" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AudioSensitivity" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LedStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MicStatus" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MotionAarea" type="tns:ArrayOfMotionArea" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MotionDetection" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MotionZone" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NightMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrivacyMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RecordingAhead" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SpeakerStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StoragePlan" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Timezone" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IPAddress" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MaxResolution" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareVersion" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirmwareLastUpdated" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxMotionAreas" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraType" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SignalStrength" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Dst" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VAVEnabled" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VideoQuality" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecurityPanelStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AssociationStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfMotionArea">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="MotionArea" nillable="true" type="tns:MotionArea" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MotionArea">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="height" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="sensitivity" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="shape" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="start_x" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="start_y" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="width" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SavePartnerCameraSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraSettings" type="tns:PartnerCameraSetting" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SavePartnerCameraSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SavePartnerCameraSettingsResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemovePartnerCamera">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemovePartnerCameraResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RemovePartnerCameraResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraLiveStream">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraLiveStreamResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraLiveStreamResult" type="tns:LiveStreamResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="LiveStreamResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LiveStreamResponse" type="tns:LiveStreamResponse" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="LiveStreamResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="reason" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="devid" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="additionalinfo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetCameraStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCameraStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCameraStatusResult" type="tns:CameraStatusResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CameraStatusResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraStatus" type="tns:CameraStatusInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CameraStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="rsiStatusInfo" type="tns:ArrayOfRSIDeviceStatus" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="lyricCameraStatusInfo" type="tns:ArrayOfLyricCameraStatusInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="wifidoorbellinfo" type="tns:ArrayOfWiFiDoorBellInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="motionViewerStatusInfo" type="tns:ArrayOfMotionViewerCameraStatusInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfRSIDeviceStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="RSIDeviceStatus" nillable="true" type="tns:RSIDeviceStatus" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="RSIDeviceStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="RSIDeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DevcieIndex" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SupervisionStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoverTamper" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLyricCameraStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LyricCameraStatusInfo" nillable="true" type="tns:LyricCameraStatusInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LyricCameraStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrivacyMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OnlineStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SignalStrength" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SnapShotURI" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SnapShotCreatedDate" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LiveSnapShotURI" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirmwareUpgradeStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RebootRequired" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfMotionViewerCameraStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="MotionViewerCameraStatusInfo" nillable="true" type="tns:MotionViewerCameraStatusInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MotionViewerCameraStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LowBattery" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Fault" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SupervisionFailure" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OnlineStatus" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Alarm" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Bypass" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Trouble" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Tamper" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SnapShotURI" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SnapShotCreatedDate" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MediaId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VoDEnabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPartnerCameraStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceIDs" type="tns:ArrayOfLong" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraStatusResult" type="tns:CameraStatusResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RecordPartnerCameraVideo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RecordPartnerCameraVideoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RecordPartnerCameraVideoResult" type="tns:RecordVideoResponseResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="RecordVideoResponseResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RecordVideoResponse" type="tns:RecordVideoResponse" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="RecordVideoResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="reason" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPartnerCameraClipKey">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceEventId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraClipKeyResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraClipKeyResult" type="tns:ClipKeyResponseResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ClipKeyResponseResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClipKeyResponse" type="tns:ClipKeyResponse" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ClipKeyResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClipId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClipKey" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EPHPublicKey" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="RequestPartnerCameraSnapshot">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RequestPartnerCameraSnapshotResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RequestPartnerCameraSnapshotResult" type="tns:SnapshotResponseResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SnapshotResponseResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SnapshotResponse" type="tns:SnapshotResponse" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SnapshotResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="reason" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SavePartnerCameraPrivacySettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrivacyMode" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SavePartnerCameraPrivacySettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SavePartnerCameraPrivacySettingsResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LogActivity">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MessageBody" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LogActivityResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LogActivityResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraRtspLiveStream">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartnerId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partnerCameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="streamingMode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartnerCameraRtspLiveStreamResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartnerCameraRtspLiveStreamResult" type="tns:RtspLiveStreamResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="RtspLiveStreamResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RtspLiveStreamResponse" type="tns:RtspLiveStreamResponse" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="RtspLiveStreamResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="reason" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraType" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SaveVAVCameraSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraSerialNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneIDs" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveVAVCameraSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveVAVCameraSettingsResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVAVCameraZoneInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetVAVCameraZoneInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetVAVCameraZoneInfoResult" type="tns:VAVCameraResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="VAVCameraResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="VAVCameraResponse" type="tns:VAVCameraResponse" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="VAVCameraResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraZoneList" type="tns:ArrayOfCameraZoneInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCameraZoneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CameraZoneInfo" nillable="true" type="tns:CameraZoneInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CameraZoneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneList" type="tns:ArrayOfZoneList" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneList" nillable="true" type="tns:ZoneList" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneList">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneDescription" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetPartitionsDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionIDs" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartitionsDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartitionsDetailsResult" type="tns:SecurityPanelPartitionsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SecurityPanelPartitionsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionsInfoList" type="tns:ArrayOfPartitionDetails" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetPartitionAuthorityLevel">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="userId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPartitionAuthorityLevelResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPartitionAuthorityLevelResult" type="tns:SecurityPartitionAuthorityLevelResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SecurityPartitionAuthorityLevelResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SecurityPartitionAuthorityLevelInfo" type="tns:ArrayOfSecurityPartitionAuthorityLevelInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSecurityPartitionAuthorityLevelInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SecurityPartitionAuthorityLevelInfo" nillable="true" type="tns:SecurityPartitionAuthorityLevelInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SecurityPartitionAuthorityLevelInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceId" type="tns:ArrayOfLong" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionAuthorityLevelInfo" type="tns:ArrayOfPartitionAuthorityLevelInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartitionAuthorityLevelInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartitionAuthorityLevelInfo" nillable="true" type="tns:PartitionAuthorityLevelInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartitionAuthorityLevelInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AuthorityLevelID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthorityLevelName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthorityLevelDesc" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PriorityOrder" type="s:unsignedByte" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetUserPartitionAuthority">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetUserPartitionAuthorityResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetUserPartitionAuthorityResult" type="tns:UserDetailsPartitionResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UserDetailsPartitionResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserDetailsPartition" type="tns:UserDetailsPartition" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="UserDetailsPartition">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceDetailsList" type="tns:ArrayOfDeviceDetailsList" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDeviceDetailsList">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DeviceDetailsList" nillable="true" type="tns:DeviceDetailsList" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceDetailsList">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionAuthorityList" type="tns:ArrayOfPartitionAuthority" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPartitionAuthority">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PartitionAuthority" nillable="true" type="tns:PartitionAuthority" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PartitionAuthority">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AuthorityLevel" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetZonesListInStateEx_V1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionID" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ListIdentifierID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetZonesListInStateEx_V1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetZonesListInStateEx_V1Result" type="tns:GetZonesListInStateEx_V1Result" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetZonesListInStateEx_V1Result">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneStatus" type="tns:ZoneStatusListEx_V1" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneStatusListEx_V1">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Zones" type="tns:ArrayOfZoneStatusInfoWithPartitionId" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfZoneStatusInfoWithPartitionId">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ZoneStatusInfoWithPartitionId" nillable="true" type="tns:ZoneStatusInfoWithPartitionId" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneStatusInfoWithPartitionId">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:ZoneStatusInfoEx">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Batterylevel" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Signalstrength" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="zoneAdditionalInfo" type="tns:ZoneAdditionalInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ZoneAdditionalInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SensorSerialNumber" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LoopNumber" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResponseType" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AlarmReportState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneSupervisionType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ChimeState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ArmSecuritySystemPartitions">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ArmSecuritySystemPartitionsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ArmSecuritySystemPartitionsResult" type="tns:ArmSecuritySystemResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisarmSecuritySystemPartitions">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisarmSecuritySystemPartitionsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DisarmSecuritySystemPartitionsResult" type="tns:DisarmSecuritySystemResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ArmSecuritySystemPartitionsV1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ArmType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ArmSecuritySystemPartitionsV1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ArmSecuritySystemPartitionsV1Result" type="tns:ArmSecuritySystemPartitionResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArmSecuritySystemPartitionResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="StatusChange" type="tns:PartitionsStateChange" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="PartitionsStateChange">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionStateChange" type="tns:ArrayOfPartitionCommentStateChange" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DisarmSecuritySystemPartitionsV1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Partitions" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisarmSecuritySystemPartitionsV1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DisarmSecuritySystemPartitionsV1Result" type="tns:DisarmSecuritySystemPartitionResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DisarmSecuritySystemPartitionResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="StatusChange" type="tns:PartitionsStateChange" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="UpdatePartitionConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartitionDetails" type="tns:ArrayOfPartitionDetails" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdatePartitionConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdatePartitionConfigurationResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="InsertUserMobileDeviceToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ClientSoftwareTypeID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MobileDeviceID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="InsertUserMobileDeviceTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsertUserMobileDeviceTokenResult" type="tns:InsertMobileDeviceTokenResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="InsertMobileDeviceTokenResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccessToken" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="UpdatePushSubscription">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PushNotificationStatus" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdatePushSubscriptionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdatePushSubscriptionResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoveUserMobileDeviceToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MobileDeviceTokenID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RemoveUserMobileDeviceTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RemoveUserMobileDeviceTokenResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="PauseAllNotifications">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Pause" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Mode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="PauseAllNotificationsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PauseAllNotificationsResult" type="tns:NotificationStatusResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="NotificationStatusResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="NotificationStatus" type="tns:NotificationStatus" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="NotificationStatus">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="NotificationsPaused" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PushNotificationStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllRSIDeviceStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllRSIDeviceStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllRSIDeviceStatusResult" type="tns:RSIDeviceStatusResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="RSIDeviceStatusResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIDeviceStatus" type="tns:ArrayOfRSIDeviceStatus" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="RSICameraLookin">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIModuleSerialNo" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraIndex" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RSICameraLookinResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSICameraLookinResult" type="tns:RSICamLookinResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="RSICamLookinResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="TVideoResult" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SetRSICameraSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIModuleSerialNo" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraIndex" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Sensitivity" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SetRSICameraSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SetRSICameraSettingsResult" type="tns:SetRSICameraSettingsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SetRSICameraSettingsResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PanelAttributesResult" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetRSICameraSettings">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIModuleSerialNo" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CameraIndex" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetRSICameraSettingsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetRSICameraSettingsResult" type="tns:GetRSICameraSettingsResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetRSICameraSettingsResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Sensitivity" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetRSIVideoURLInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceEventId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetRSIVideoURLInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetRSIVideoURLInfoResult" type="tns:GetRSIVideoURLInfoResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetRSIVideoURLInfoResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIVideoURLInfo" type="tns:RSIVideoURLInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="RSIVideoURLInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoURI" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIEventID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RSIDeviceIndex" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIAlarmID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VideoLoadPercentage" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RSIVideoResult" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RSIDeviceStatusEvent" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="VideoToken" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ExpiredDt" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RSIModuleSerialNo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetWiFiLockLocations">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="accessToken" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiLockLocationsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiLockLocationsResult" type="tns:WiFiLockLocationsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WiFiLockLocationsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiLocations" type="tns:ArrayOfWiFiLockLocationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWiFiLockLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WiFiLockLocationInfo" nillable="true" type="tns:WiFiLockLocationInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiLockLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WifiLocks" type="tns:ArrayOfWiFiLockInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWiFiLockInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WiFiLockInfo" nillable="true" type="tns:WiFiLockInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiLockInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockStatus" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockConfiguration" type="tns:WiFiLockConfigInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiLockConfigInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockConfigState" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SaveWiFiLockDevice">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="wifiLockLocationID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="wifiLockDevices" type="tns:ArrayOfWiFiLockInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveWiFiLockDeviceResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveWiFiLockDeviceResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GenerateAccessToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="accessCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GenerateAccessTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GenerateAccessTokenResult" type="tns:WiFiAuthTokenResponse" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WiFiAuthTokenResponse">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ResultData" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PResultCode" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetWiFiThermostatLocations">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TCCUsername" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TCCPassword" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWiFiThermostatLocationsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWiFiThermostatLocationsResult" type="tns:TCCWiFiLocationsResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="TCCWiFiLocationsResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WiFiLocations" type="tns:ArrayOfTCCWiFiLocationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfTCCWiFiLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="TCCWiFiLocationInfo" nillable="true" type="tns:TCCWiFiLocationInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TCCWiFiLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="TCCLocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Devices" type="tns:ArrayOfTCCWiFiDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfTCCWiFiDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="TCCWiFiDeviceInfo" nillable="true" type="tns:TCCWiFiDeviceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TCCWiFiDeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="TCCDeviceID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatConfiguration" type="tns:WiFiThermostatConfigInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatLocationName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatSerialNo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WiFiThermostatConfigInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatConfigState" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="AddDeleteWiFiThermostats">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TCCLocationID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TCCWiFiDeviceInfo" type="tns:ArrayOfTCCWiFiDeviceInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddDeleteWiFiThermostatsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddDeleteWiFiThermostatsResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWifiThermostatSchedule">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetWifiThermostatScheduleResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetWifiThermostatScheduleResult" type="tns:WifiThermostatScheduleResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="WifiThermostatScheduleResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatSchedule" type="tns:WifiThermostatSchedule" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="WifiThermostatSchedule">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxNumberOfPeriodsInDay" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SchedulePeriodInfo" type="tns:ArrayOfSchedulePeriodInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSchedulePeriodInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SchedulePeriodInfo" nillable="true" type="tns:SchedulePeriodInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SchedulePeriodInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ScheduleDay" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PeriodType" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StartTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsScheduled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FanMode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="UpdateWifiThermostatSchedule">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SchedulePeriodInfo" type="tns:ArrayOfSchedulePeriodInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateWifiThermostatScheduleResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateWifiThermostatScheduleResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GenerateThermostatAccessToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="authCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GenerateThermostatAccessTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GenerateThermostatAccessTokenResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TestEmergencyAlert">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AcKrequired" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TestEmergencyAlertResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="TestEmergencyAlertResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateSwitchIcon">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchIconID" type="s:unsignedByte" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateSwitchIconResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateSwitchIconResult" type="tns:UpdateSwitchIconResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UpdateSwitchIconResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="UpdateThermostatSchedule">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatSchedule" type="tns:ThermostatSchedule" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ThermostatSchedule">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SetPoints" type="tns:ArrayOfScheduleInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HighThresholdValue" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LowThresholdValue" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HighThresholdStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LowThresholdStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfScheduleInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ScheduleInfo" nillable="true" type="tns:ScheduleInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ScheduleInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ScheduleID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ScheduleDay" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimePeriods" type="tns:ArrayOfTimePeriodInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfTimePeriodInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="TimePeriodInfo" nillable="true" type="tns:TimePeriodInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TimePeriodInfo">
|
|
<s:attribute name="Index" type="s:short" use="required" />
|
|
<s:attribute name="Enabled" type="s:boolean" use="required" />
|
|
<s:attribute name="TempHeat" type="s:short" use="required" />
|
|
<s:attribute name="TempCool" type="s:short" use="required" />
|
|
<s:attribute name="Time" type="s:string" />
|
|
</s:complexType>
|
|
<s:element name="UpdateThermostatScheduleResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateThermostatScheduleResult" type="tns:UpdateThermostatScheduleResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="UpdateThermostatScheduleResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetThermostatSchedule">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetThermostatScheduleResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetThermostatScheduleResult" type="tns:ThermostatScheduleResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ThermostatScheduleResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatSchedule" type="tns:ThermostatSchedule" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="ExecuteAScene">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ExecuteASceneResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ExecuteASceneResult" type="tns:ExecuteASceneResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ExecuteASceneResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="CreateEditAScene">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneIconID" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSceneEnabled" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Automation_Switch" type="tns:ArrayOfSceneSwitch" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Automation_Thermostat" type="tns:ArrayOfSceneThermostat" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Automation_Lock" type="tns:ArrayOfSceneLock" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfSceneSwitch">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneSwitch" nillable="true" type="tns:SceneSwitch" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneSwitch">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneSwitchState" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneSwitchLevel" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneThermostat">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneThermostat" nillable="true" type="tns:SceneThermostat" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneThermostat">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneThermostatModeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneThermostatFanMode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneThermostatHeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneThermostatCoolSetPoint" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneLock">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneLock" nillable="true" type="tns:SceneLock" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneLock">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneLockState" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneAuthorizationCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CreateEditASceneResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CreateEditASceneResult" type="tns:CreateEditASceneResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CreateEditASceneResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="DeleteAScene">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteASceneResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteASceneResult" type="tns:SceneDeletionResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SceneDeletionResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetAScene">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetASceneResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetASceneResult" type="tns:SceneDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SceneDataResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneAutomationData" type="tns:SceneAutomationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SceneAutomationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneInfoHeader" type="tns:SceneInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceSerialNumber" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationSwitch" type="tns:ArrayOfSceneStatusSwitch" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationThermostat" type="tns:ArrayOfSceneStatusThermostat" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationLock" type="tns:ArrayOfSceneStatusLock" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSceneEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneIconID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="InUse" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneStatusSwitch">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneStatusSwitch" nillable="true" type="tns:SceneStatusSwitch" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneStatusSwitch">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneSwitchInfo" type="tns:SwitchInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneSwitch" type="tns:SceneSwitch" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SwitchInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SwitchName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchIndex" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchState" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchLevel" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchIconID" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceStatusID" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanRemoteClose" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateTimeUpdated" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FaultStatusId" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EndUserControl" nillable="true" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EndUserVisibility" nillable="true" type="s:unsignedByte" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneStatusThermostat">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneStatusThermostat" nillable="true" type="tns:SceneStatusThermostat" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneStatusThermostat">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneThermostatInfo" type="tns:ThermostatInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneThermostat" type="tns:SceneThermostat" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneStatusLock">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneStatusLock" nillable="true" type="tns:SceneStatusLock" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneStatusLock">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneLockInfo" type="tns:LockInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneLock" type="tns:SceneLock" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LockInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockIndex" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockState" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryState" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceStatusID" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateTimeUpdated" type="s:dateTime" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetSceneList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSceneListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSceneListResult" type="tns:SceneListInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SceneListInfo">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneData" type="tns:ArrayOfSceneInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneInfo" nillable="true" type="tns:SceneInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAutomationDeviceStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAutomationDeviceStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAutomationDeviceStatusResult" type="tns:AutomationDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AutomationDataResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationData" type="tns:AutomationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="AutomationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceSerialNumber" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceCapacityPerScene" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SyncDeviceFlag" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CommunicationState" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutomationStatusLimit" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationSwitch" type="tns:ArrayOfSwitchInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationThermostat" type="tns:ArrayOfThermostatInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationLock" type="tns:ArrayOfLockInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSwitchInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SwitchInfo" nillable="true" type="tns:SwitchInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfThermostatInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ThermostatInfo" nillable="true" type="tns:ThermostatInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLockInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LockInfo" nillable="true" type="tns:LockInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAllAutomationDeviceStatusEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllAutomationDeviceStatusExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllAutomationDeviceStatusExResult" type="tns:AutomationDataResults_Transitional" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AutomationDataResults_Transitional">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationData" type="tns:AutomationInfo_Transitional" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="AutomationInfo_Transitional">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceSerialNumber" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SceneCapacity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceCapacityPerScene" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SyncDeviceFlag" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CommunicationState" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutomationStatusLimit" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationSwitch" type="tns:ArrayOfSwitchInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationThermostat" type="tns:ArrayOfThermostatInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutomationLock" type="tns:ArrayOfLockInfo_Transitional" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="paneltype" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLockInfo_Transitional">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LockInfo_Transitional" nillable="true" type="tns:LockInfo_Transitional" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LockInfo_Transitional">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockIndex" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockState" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryState" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceStatusID" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceTypeID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DateTimeUpdated" type="s:dateTime" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetAutomationDeviceStatusEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAutomationDeviceStatusExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAutomationDeviceStatusExResult" type="tns:AutomationDataResults_Transitional" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAutomationLocks">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAutomationLocksResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAutomationLocksResult" type="tns:AutomationLockDataResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AutomationLockDataResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="lockInfo" type="tns:ArrayOfLockInfo_Transitional" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetDeviceStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceTypeandId" type="tns:ArrayOfDeviceTypeAndID" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfDeviceTypeAndID">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DeviceTypeAndID" nillable="true" type="tns:DeviceTypeAndID" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceTypeAndID">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetDeviceStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDeviceStatusResult" type="tns:GetDeviceStatusResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetDeviceStatusResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="deviceInfo" type="tns:DeviceStatusInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="lockInfo" type="tns:LockStausInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="securityInfo" type="tns:SecurityStatusInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LockStausInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SecurityStatusInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecurityStatus" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ControlALock">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockDesiredState" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthorizingCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlALockResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ControlALockResult" type="tns:LockControlDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="LockControlDataResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="ControlAThermostat">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentOpModeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatThreshold" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolThreshold" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatModeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatFanModeID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlAThermostatResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ControlAThermostatResult" type="tns:ThermostatControlDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ThermostatControlDataResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SetThermostatSchedule">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="scheduleStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SetThermostatScheduleResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SetThermostatScheduleResult" type="tns:ThermostatControlDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlAThermostatEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentOpModeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatThreshold" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolThreshold" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatModeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatFanModeID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TempHoldTime" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlAThermostatExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ControlAThermostatExResult" type="tns:ThermostatControlDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlASwitch">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchAction" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlASwitchResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ControlASwitchResult" type="tns:SwitchControlDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SwitchControlDataResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SynchronizeSecurityPanel">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InstallerCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserCode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ForceImport" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SynchronizeSecurityPanelResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SynchronizeSecurityPanelResult" type="tns:AutomationSyncResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AutomationSyncResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="JobID" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetSyncJobStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="JobID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSyncJobStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSyncJobStatusResult" type="tns:SyncJobResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SyncJobResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="JobState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneSyncState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutomationSyncState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserSyncState" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="DisconnectPanel">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DisconnectPanelResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DisconnectPanelResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllAutomationDeviceStatusExV1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAllAutomationDeviceStatusExV1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAllAutomationDeviceStatusExV1Result" type="tns:AutomationDataResults_Transitional" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAutomationDeviceStatusExV1">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AdditionalInput" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAutomationDeviceStatusExV1Response">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAutomationDeviceStatusExV1Result" type="tns:AutomationDataResults_Transitional" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlMultiFamilyThermostat">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="listMultiFamliyThermostatInfo" type="tns:ListMultiFamliyThermostatInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ListMultiFamliyThermostatInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Thermostats" type="tns:ArrayOfMultiFamliyThermostatInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfMultiFamliyThermostatInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="MultiFamliyThermostatInfo" nillable="true" type="tns:MultiFamliyThermostatInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MultiFamliyThermostatInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatIndex" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentOpMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatFanMode" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EnergySaveHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EnergySaveCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TemperatureScale" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentTemperture" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BatteryState" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FanModeList" type="tns:ArrayOfModeInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatModeList" type="tns:ArrayOfModeInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatSupportedOpModeList" type="tns:ArrayOfModeInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceStatusID" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LyricUserID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutoChangeOverEnabled" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TccThermostat" type="tns:TccThermostat" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LyricThermostat" type="tns:LyricThermostat" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TccThermostat">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IndoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorTemperature" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TempHoldTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsScheduleCapable" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforF" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ScheduleHeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ScheduleCoolSetPoint" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatMac" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerLocationID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PartnerDeviceID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LyricThermostat">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IndoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorHumidity" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="OutdoorTemperature" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TempHoldTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxHeatSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MinCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxCoolSetPoint" type="s:short" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforF" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeadbandforC" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatScheduleType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatScheduleStatus" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ControlMultiFamilyThermostatResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ControlMultiFamilyThermostatResult" type="tns:ThermostatControlDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SynchronizeSecurityPanelEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="synchronizeSecurityPanelInfo" type="tns:SynchronizeSecurityPanelInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SynchronizeSecurityPanelInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InstallerCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserCode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ForceImport" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SynchronizeSecurityPanelExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SynchronizeSecurityPanelExResult" type="tns:AutomationSyncResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ControlALockEx">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="lockControlInfo" type="tns:LockControlInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="LockControlInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockDesiredState" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthorizingCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ControlALockExResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ControlALockExResult" type="tns:LockControlDataResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetContentConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetContentConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetContentConfigurationResult" type="tns:ContentConfigurationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ContentConfigurationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ContentConfiguration" type="tns:ContentConfigurationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ContentConfigurationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AvailableContentTypeList" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ContentSettingsList" type="tns:ArrayOfContentSettingsInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NewsRegionsList" type="tns:ArrayOfNewsRegionsInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HomeIconList" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirstRefreshTime" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecondRefreshTime" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfContentSettingsInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ContentSettingsInfo" nillable="true" type="tns:ContentSettingsInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ContentSettingsInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ContentType" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ConfigurationValues" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfNewsRegionsInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NewsRegionsInfo" nillable="true" type="tns:NewsRegionsInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NewsRegionsInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="RegionId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RegionName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SaveContentConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ContentConfiguration" type="tns:ContentConfigurationInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveContentConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveContentConfigurationResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCurrentWeather">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCurrentWeatherResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCurrentWeatherResult" type="tns:CurrentWeatherResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CurrentWeatherResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WeatherData" type="tns:CurrentWeatherInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CurrentWeatherInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Unit" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Time" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CurrentWeather" type="tns:CurrentWeatherRecord" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CurrentWeatherRecord">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Temperature" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApparentTemperature" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Humidity" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WeatherText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WeatherIcon" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetForecastWeather">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetForecastWeatherResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetForecastWeatherResult" type="tns:ForecastWeatherResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ForecastWeatherResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WeatherData" type="tns:ForecastWeatherInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ForecastWeatherInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Unit" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Time" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ForecastWeatherList" type="tns:ArrayOfForecastWeatherRecord" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfForecastWeatherRecord">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ForecastWeatherRecord" nillable="true" type="tns:ForecastWeatherRecord" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ForecastWeatherRecord">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Day" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DayCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Date" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WeatherText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WeatherIcon" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HighTemperature" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LowTemperature" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetDealerMessages">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetDealerMessagesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetDealerMessagesResult" type="tns:DealerMessageResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="DealerMessageResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DealerMessageList" type="tns:ArrayOfDealerMessageInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDealerMessageInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DealerMessageInfo" nillable="true" type="tns:DealerMessageInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DealerMessageInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DisplayTypeID" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Priority" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MessageID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MessageType" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MessageData" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ReceivedTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ReadState" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="UpdateDealerMessageReadState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MessageID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateDealerMessageReadStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateDealerMessageReadStateResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCurrentWeatherWithURL">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCurrentWeatherWithURLResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetCurrentWeatherWithURLResult" type="tns:CurrentWeatherURLResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CurrentWeatherURLResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WeatherData" type="tns:CurrentWeatherInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="BaseURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetForecastWeatherWithURL">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetForecastWeatherWithURLResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetForecastWeatherWithURLResult" type="tns:ForecastWeatherURLResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ForecastWeatherURLResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="WeatherData" type="tns:ForecastWeatherInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="BaseURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="ValidateEmailAddressInSession">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidationKey" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ValidateEmailAddressInSessionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidateEmailAddressInSessionResult" type="tns:EmailValidationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EmailValidationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults" />
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="ValidateEmailAddress">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidationKey" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ValidateEmailAddressResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidateEmailAddressResult" type="tns:EmailValidationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ValidateNewEmailAddress">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidationKey" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ValidateNewEmailAddressResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ValidateNewEmailAddressResult" type="tns:NewEmailValidationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="NewEmailValidationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Validationstatus" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PasswordGUID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Image" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SendEmailValidationDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendEmailValidationDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SendEmailValidationDetailsResult" type="tns:EmailValidationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendMultipleEmailValidationDetails">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="userIdList" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendMultipleEmailValidationDetailsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SendMultipleEmailValidationDetailsResult" type="tns:ArrayOfMultiEmailValidationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfMultiEmailValidationResult">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="MultiEmailValidationResult" nillable="true" type="tns:MultiEmailValidationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="MultiEmailValidationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:long" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="GetGPSDevices">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetGPSDevicesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetGPSDevicesResult" type="tns:GPSDevicesResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GPSDevicesResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GPSDevices" type="tns:ArrayOfGPSInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfGPSInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="GPSInfo" nillable="true" type="tns:GPSInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="GPSInfo">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:DeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PhotoId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GPSDeviceClassId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GPSServiceLevelId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IconId" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="DeviceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceSerialNumber" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceClassId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceAlias" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceCreatedTimeStamp" type="s:dateTime" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetGPSDeviceLocationData">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetGPSDeviceLocationDataResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetGPSDeviceLocationDataResult" type="tns:GPSLocationResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GPSLocationResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GPSLocationData" type="tns:GPSLocationInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="GPSLocationInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Alias" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeviceSerialText" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Latitude" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Longitude" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Address" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZIP" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Speed" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Heading" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetGPSDeviceGeoFence">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetGPSDeviceGeoFenceResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetGPSDeviceGeoFenceResult" type="tns:GPSDeviceGeoFenceResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GPSDeviceGeoFenceResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GeoFenceData" type="tns:GPSDeviceGeoFenceData" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="GPSDeviceGeoFenceData">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GeoFenceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GeoFenceId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Direction" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Timestamp" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Address" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Latitude" type="s:float" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Longitude" type="s:float" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetEnteredGPSGeofences">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEnteredGPSGeofencesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEnteredGPSGeofencesResult" type="tns:GeofenceListResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GeofenceListResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GeoFences" type="tns:ArrayOfGeofenceInfo" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfGeofenceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="GeofenceInfo" nillable="true" type="tns:GeofenceInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="GeofenceInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GeoFenceName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GeofenceID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Latitude" type="s:float" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Longitude" type="s:float" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Radius" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventTypeID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SendGPSLocateNowMessage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendGPSLocateNowMessageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SendGPSLocateNowMessageResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SavePhotoForGPSDevice">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Image" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SavePhotoForGPSDeviceResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SavePhotoForGPSDeviceResult" type="tns:PhotoURLResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PhotoURLResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PhotoID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhotoURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="SaveGPSDeviceData">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GPSData" type="tns:GPSInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SaveGPSDeviceDataResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SaveGPSDeviceDataResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RequestTWMSession">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RequestTWMSessionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RequestTWMSessionResult" type="tns:GPSPopupURLResult" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GPSPopupURLResult">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GPSPopupURL" type="s:string" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:element name="AddEditSmartScene">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="smartScene" type="tns:SmartScene" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SmartScene">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:SmartSceneSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartSceneID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartSceneIndex" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TriggerType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsSmartSceneEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartSceneIconID" type="s:short" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SmartSceneSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneSwitchSubActions" type="tns:ArrayOfSceneSwitchSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneLockSubActions" type="tns:ArrayOfSceneLockSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SceneThermostatSubActions" type="tns:ArrayOfSceneThermostatSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TimeTriggeredAction" type="tns:ScenesTimeTriggeredAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TriggerEvent" type="tns:ScenesTriggerEvent" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneSwitchSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneSwitchSubAction" nillable="true" type="tns:SceneSwitchSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneSwitchSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchState" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchLevel" type="s:short" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneLockSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneLockSubAction" nillable="true" type="tns:SceneLockSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneLockSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockState" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AuthorizationCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSceneThermostatSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SceneThermostatSubAction" nillable="true" type="tns:SceneThermostatSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SceneThermostatSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ModeID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FanMode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ScenesTimeTriggeredAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventItemID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TriggerTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SelectedDayID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FlashEventCardType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ScenesTriggerEvent">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventTypeID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventItemID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EventModifierID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsEnabled" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FlashEventCardType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="AddEditSmartSceneResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddEditSmartSceneResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartSceneList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SmartSceneIDs" type="tns:ArrayOfLong" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartSceneListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSmartSceneListResult" type="tns:GetScenesListResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetScenesListResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SmartScenes" type="tns:ArrayOfSmartScene" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentSmartSceneCount" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSmartScene">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SmartScene" nillable="true" type="tns:SmartScene" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="DeleteSmartScene">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartSceneID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteSmartSceneResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteSmartSceneResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RunSmartScene">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartSceneID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RunSmartSceneResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RunSmartSceneResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartSceneConfiguration">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartSceneConfigurationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSmartSceneConfigurationResult" type="tns:GetSmartSceneConfigurationResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetSmartSceneConfigurationResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Configuration" type="tns:SmartSceneConfiguration" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SmartSceneConfiguration">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaximumSmartScenes" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaximumDevicesPerScene" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CurrentSmartSceneCount" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetEulaInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsPostLoginEula" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEulaInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEulaInfoResult" type="tns:EULAResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EULAResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="EULAS" type="tns:ArrayOfEULA" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfEULA">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="EULA" nillable="true" type="tns:EULA" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="EULA">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LanguageList" type="tns:ArrayOfLanguage" />
|
|
</s:sequence>
|
|
<s:attribute name="EulaId" type="s:long" use="required" />
|
|
<s:attribute name="CountryId" type="s:long" use="required" />
|
|
<s:attribute name="CountryName" type="s:string" />
|
|
<s:attribute name="DateActiveFrom" type="s:dateTime" use="required" />
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLanguage">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Language" nillable="true" type="tns:Language" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Language">
|
|
<s:attribute name="LanguageId" type="s:long" use="required" />
|
|
<s:attribute name="LanguageDesc" type="s:string" />
|
|
<s:attribute name="LanguagePriority" type="s:int" use="required" />
|
|
</s:complexType>
|
|
<s:element name="GetEulaText">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EulaID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LanguageID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetEulaTextResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetEulaTextResult" type="tns:EULATextResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="EULATextResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="elText" type="tns:EULAText" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="EULAText">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LanguageID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LanguageText" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PrivacyStatementText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EulaDateActiveFrom" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EulaID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="signEULA">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EulaId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LanguageId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryId" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="signEULAResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="signEULAResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPreLoginEulaInfo">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="GetPreLoginEulaInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPreLoginEulaInfoResult" type="tns:EULAResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPreLoginEulaText">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EulaID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LanguageID" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPreLoginEulaTextResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetPreLoginEulaTextResult" type="tns:EULATextResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AcceptRootedDeviceUsage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AcceptRootedDeviceUsageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AcceptRootedDeviceUsageResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddEditSmartAction">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="smartAction" type="tns:SmartAction" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="userCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="SmartAction">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:SmartActionSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionIndex" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TriggerType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Created" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="State" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SyncStatus" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionIconId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionOrigin" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PartitionId" type="s:int" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="SmartActionSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SwitchSubActions" type="tns:ArrayOfSwitchSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LockSubActions" type="tns:ArrayOfLockSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ThermostatSubActions" type="tns:ArrayOfThermostatSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="WifiThermostatSubActions" type="tns:ArrayOfWifiThermostatSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CameraSubActions" type="tns:ArrayOfCameraSubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SecuritySubActions" type="tns:ArrayOfSecuritySubAction" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TriggerEvent" type="tns:SmartActionTriggerEvent" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Schedule" type="tns:SmartActionSchedule" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SmartActionSensors" type="tns:ArrayOfSmartActionSensor" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="GeoFenceTriggerType" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSwitchSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SwitchSubAction" nillable="true" type="tns:SwitchSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SwitchSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SubActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SwitchID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="State" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Level" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceDuration" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfLockSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="LockSubAction" nillable="true" type="tns:LockSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="LockSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SubActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LockID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="State" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AuthorizationCode" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfThermostatSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ThermostatSubAction" nillable="true" type="tns:ThermostatSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ThermostatSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SubActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Mode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FanMode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfWifiThermostatSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="WifiThermostatSubAction" nillable="true" type="tns:WifiThermostatSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="WifiThermostatSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SubActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WifiThermostatID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Mode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FanMode" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HeatSetPoint" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CoolSetPoint" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCameraSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CameraSubAction" nillable="true" type="tns:CameraSubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CameraSubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SubActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Type" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Action" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSecuritySubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SecuritySubAction" nillable="true" type="tns:SecuritySubAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SecuritySubAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SubActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecuritySystemID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="State" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ByPassZones" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SmartActionTriggerEvent">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionTriggerEventID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecurityTriggerEvent" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SecurityTriggerDeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TriggerZoneID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TriggerZoneType" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TriggerEventType" type="s:short" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceState" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SmartActionSchedule">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionScheduleID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FrequencyType" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ScheduleDate" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DayOfWeek" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DayOfMonth" type="tns:ArrayOfInt" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="StartTime" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Sunrise" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Sunset" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RandomMinutesBefore" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RandomMinutesAfter" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSmartActionSensor">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SmartActionSensor" nillable="true" type="tns:SmartActionSensor" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SmartActionSensor">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionSensorID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SmartActionID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SensorID" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZoneID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZoneDescription" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SensorAction" type="s:unsignedByte" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DeviceDuration" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="AddEditSmartActionResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddEditSmartActionResult" type="tns:WebMethodResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartActionList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:long" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="smartActionIDs" type="tns:ArrayOfLong" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="getState" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSmartActionListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSmartActionListResult" type="tns:GetSmartActionListResults" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="GetSmartActionListResults">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:WebMethodResults">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SmartActions" type="tns:ArrayOfSmartAction" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSmartAction">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SmartAction" nillable="true" type="tns:SmartAction" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ArmSecuritySystemResults" nillable="true" type="tns:ArmSecuritySystemResults" />
|
|
<s:element name="CustomArmSettingsResult" nillable="true" type="tns:CustomArmSettingsResult" />
|
|
<s:element name="DisarmSecuritySystemResults" nillable="true" type="tns:DisarmSecuritySystemResults" />
|
|
<s:element name="ReadConsoleDisplayResults" nillable="true" type="tns:ReadConsoleDisplayResults" />
|
|
<s:element name="WebMethodResults" nillable="true" type="tns:WebMethodResults" />
|
|
<s:element name="PanelConnectionStatusInfoResults" nillable="true" type="tns:PanelConnectionStatusInfoResults" />
|
|
<s:element name="UserConfigurationResults" nillable="true" type="tns:UserConfigurationResults" />
|
|
<s:element name="DeleteUserInfoResults" nillable="true" type="tns:DeleteUserInfoResults" />
|
|
<s:element name="DisableEnableUserResults" nillable="true" type="tns:DisableEnableUserResults" />
|
|
<s:element name="UserInfoResults" nillable="true" type="tns:UserInfoResults" />
|
|
<s:element name="DeleteUserResults" nillable="true" type="tns:DeleteUserResults" />
|
|
<s:element name="UserDetailResults" nillable="true" type="tns:UserDetailResults" />
|
|
<s:element name="UserDetailsExResults" nillable="true" type="tns:UserDetailsExResults" />
|
|
<s:element name="SaveUserResults" nillable="true" type="tns:SaveUserResults" />
|
|
<s:element name="UserListResults" nillable="true" type="tns:UserListResults" />
|
|
<s:element name="SMSEmailCarrierResults" nillable="true" type="tns:SMSEmailCarrierResults" />
|
|
<s:element name="NotificationMethodResults" nillable="true" type="tns:NotificationMethodResults" />
|
|
<s:element name="ListHelpDocsResults" nillable="true" type="tns:ListHelpDocsResults" />
|
|
<s:element name="RemoteAuthenticateLoginResults" nillable="true" type="tns:RemoteAuthenticateLoginResults" />
|
|
<s:element name="MPTAuthenticateLoginResults" nillable="true" type="tns:MPTAuthenticateLoginResults" />
|
|
<s:element name="AuthenticateLoginResults" nillable="true" type="tns:AuthenticateLoginResults" />
|
|
<s:element name="SessionDetailResults" nillable="true" type="tns:SessionDetailResults" />
|
|
<s:element name="SessionDetailResultsEx" nillable="true" type="tns:SessionDetailResultsEx" />
|
|
<s:element name="InterfaceSchemaResults" nillable="true" type="tns:InterfaceSchemaResults" />
|
|
<s:element name="InterfaceSchemaResultsEx" nillable="true" type="tns:InterfaceSchemaResultsEx" />
|
|
<s:element name="InterfaceSchemaAndLogoResults" nillable="true" type="tns:InterfaceSchemaAndLogoResults" />
|
|
<s:element name="AppStaticKeyListInfo" nillable="true" type="tns:AppStaticKeyListInfo" />
|
|
<s:element name="GetSmartActionConfigurationResults" nillable="true" type="tns:GetSmartActionConfigurationResults" />
|
|
<s:element name="VideoPIRConfigurationResults" nillable="true" type="tns:VideoPIRConfigurationResults" />
|
|
<s:element name="VideoPIRListResults" nillable="true" type="tns:VideoPIRListResults" />
|
|
<s:element name="VideoPIRCaptureTypesResults" nillable="true" type="tns:VideoPIRCaptureTypesResults" />
|
|
<s:element name="GetVideoPIREventRecordResults" nillable="true" type="tns:GetVideoPIREventRecordResults" />
|
|
<s:element name="GetVideoPIRDeviceEventsResults" nillable="true" type="tns:GetVideoPIRDeviceEventsResults" />
|
|
<s:element name="WiFiLocationsResults" nillable="true" type="tns:WiFiLocationsResults" />
|
|
<s:element name="WiFiWeatherResponse" nillable="true" type="tns:WiFiWeatherResponse" />
|
|
<s:element name="ThermostatResponse" nillable="true" type="tns:ThermostatResponse" />
|
|
<s:element name="LyricThermostatLocationsResults" nillable="true" type="tns:LyricThermostatLocationsResults" />
|
|
<s:element name="base64Binary" nillable="true" type="s:base64Binary" />
|
|
<s:element name="LocationResult" nillable="true" type="tns:LocationResult" />
|
|
<s:element name="LocationSimpleResult" nillable="true" type="tns:LocationSimpleResult" />
|
|
<s:element name="CountryListResult" nillable="true" type="tns:CountryListResult" />
|
|
<s:element name="CountryStateListResult" nillable="true" type="tns:CountryStateListResult" />
|
|
<s:element name="CountryStateListResultEx" nillable="true" type="tns:CountryStateListResultEx" />
|
|
<s:element name="PartnerListResult" nillable="true" type="tns:PartnerListResult" />
|
|
<s:element name="DealerInfoResult" nillable="true" type="tns:DealerInfoResult" />
|
|
<s:element name="SubscriberInfoResult" nillable="true" type="tns:SubscriberInfoResult" />
|
|
<s:element name="TimeZonesResult" nillable="true" type="tns:TimeZonesResult" />
|
|
<s:element name="VideoFileURLResult" nillable="true" type="tns:VideoFileURLResult" />
|
|
<s:element name="VideoFileURLExResult" nillable="true" type="tns:VideoFileURLExResult" />
|
|
<s:element name="NotesResult" nillable="true" type="tns:NotesResult" />
|
|
<s:element name="EventsResult" nillable="true" type="tns:EventsResult" />
|
|
<s:element name="DoorbellEventsResult" nillable="true" type="tns:DoorbellEventsResult" />
|
|
<s:element name="EventTypeFilterResult" nillable="true" type="tns:EventTypeFilterResult" />
|
|
<s:element name="CameraStateResult" nillable="true" type="tns:CameraStateResult" />
|
|
<s:element name="CameraIOStateResult" nillable="true" type="tns:CameraIOStateResult" />
|
|
<s:element name="CameraPositionResult" nillable="true" type="tns:CameraPositionResult" />
|
|
<s:element name="ConfigStreamModeResult" nillable="true" type="tns:ConfigStreamModeResult" />
|
|
<s:element name="CameraListResult" nillable="true" type="tns:CameraListResult" />
|
|
<s:element name="AllCameraListResult" nillable="true" type="tns:AllCameraListResult" />
|
|
<s:element name="MediaServerConfigurationResults" nillable="true" type="tns:MediaServerConfigurationResults" />
|
|
<s:element name="CameraConfigurationResults" nillable="true" type="tns:CameraConfigurationResults" />
|
|
<s:element name="CameraConfigurationResults2" nillable="true" type="tns:CameraConfigurationResults2" />
|
|
<s:element name="CameraFirmwareListResult" nillable="true" type="tns:CameraFirmwareListResult" />
|
|
<s:element name="CameraSignalStrengthResults" nillable="true" type="tns:CameraSignalStrengthResults" />
|
|
<s:element name="CameraInformationResults" nillable="true" type="tns:CameraInformationResults" />
|
|
<s:element name="WAPClientsListResults" nillable="true" type="tns:WAPClientsListResults" />
|
|
<s:element name="CameraBatteryStatusResult" nillable="true" type="tns:CameraBatteryStatusResult" />
|
|
<s:element name="EventMetaDataExResult" nillable="true" type="tns:EventMetaDataExResult" />
|
|
<s:element name="ConfiguredEventResult" nillable="true" type="tns:ConfiguredEventResult" />
|
|
<s:element name="ConfiguredEventNotificationResult" nillable="true" type="tns:ConfiguredEventNotificationResult" />
|
|
<s:element name="SummaryConfiguredEventXML" nillable="true" type="tns:SummaryConfiguredEventXML" />
|
|
<s:element name="SummaryConfiguredEventString" nillable="true" type="tns:SummaryConfiguredEventString" />
|
|
<s:element name="NotificationConditionalStateResult" nillable="true" type="tns:NotificationConditionalStateResult" />
|
|
<s:element name="NotificationScheduleResult" nillable="true" type="tns:NotificationScheduleResult" />
|
|
<s:element name="GetAllNotificationListsResults" nillable="true" type="tns:GetAllNotificationListsResults" />
|
|
<s:element name="NotificationPauseResult" nillable="true" type="tns:NotificationPauseResult" />
|
|
<s:element name="SensorEventResult" nillable="true" type="tns:SensorEventResult" />
|
|
<s:element name="EventMetaDataResults" nillable="true" type="tns:EventMetaDataResults" />
|
|
<s:element name="PanelMetadataAndStatusResults" nillable="true" type="tns:PanelMetadataAndStatusResults" />
|
|
<s:element name="PanelMetadataAndStatusResultsEx" nillable="true" type="tns:PanelMetadataAndStatusResultsEx" />
|
|
<s:element name="PanelMetadataAndStatusResultsEx_V1" nillable="true" type="tns:PanelMetadataAndStatusResultsEx_V1" />
|
|
<s:element name="PanelStatusResults" nillable="true" type="tns:PanelStatusResults" />
|
|
<s:element name="PanelStatusResultsEx" nillable="true" type="tns:PanelStatusResultsEx" />
|
|
<s:element name="PanelStatusResultsEx_V1" nillable="true" type="tns:PanelStatusResultsEx_V1" />
|
|
<s:element name="GetZonesListInStateResult" nillable="true" type="tns:GetZonesListInStateResult" />
|
|
<s:element name="GetZonesListInStateExResult" nillable="true" type="tns:GetZonesListInStateExResult" />
|
|
<s:element name="ZoneBypassResultEx" nillable="true" type="tns:ZoneBypassResultEx" />
|
|
<s:element name="ZoneBypassResults" nillable="true" type="tns:ZoneBypassResults" />
|
|
<s:element name="DeviceInviteTokenResults" nillable="true" type="tns:DeviceInviteTokenResults" />
|
|
<s:element name="WiFiDoorBellInfoResult" nillable="true" type="tns:WiFiDoorBellInfoResult" />
|
|
<s:element name="GetDoorBellSettingsResult" nillable="true" type="tns:GetDoorBellSettingsResult" />
|
|
<s:element name="GetAssociatedSkybellDevicesResult" nillable="true" type="tns:GetAssociatedSkybellDevicesResult" />
|
|
<s:element name="GetPartnerVideoURLResult" nillable="true" type="tns:GetPartnerVideoURLResult" />
|
|
<s:element name="GetWiFiDoorBellDiagnosticsResult" nillable="true" type="tns:GetWiFiDoorBellDiagnosticsResult" />
|
|
<s:element name="GetMaxDeviceCountResults" nillable="true" type="tns:GetMaxDeviceCountResults" />
|
|
<s:element name="CameraActivationStatusResult" nillable="true" type="tns:CameraActivationStatusResult" />
|
|
<s:element name="AccessTokenResult" nillable="true" type="tns:AccessTokenResult" />
|
|
<s:element name="PartnerCameraSettingResults" nillable="true" type="tns:PartnerCameraSettingResults" />
|
|
<s:element name="LiveStreamResult" nillable="true" type="tns:LiveStreamResult" />
|
|
<s:element name="CameraStatusResults" nillable="true" type="tns:CameraStatusResults" />
|
|
<s:element name="RecordVideoResponseResult" nillable="true" type="tns:RecordVideoResponseResult" />
|
|
<s:element name="ClipKeyResponseResult" nillable="true" type="tns:ClipKeyResponseResult" />
|
|
<s:element name="SnapshotResponseResult" nillable="true" type="tns:SnapshotResponseResult" />
|
|
<s:element name="RtspLiveStreamResult" nillable="true" type="tns:RtspLiveStreamResult" />
|
|
<s:element name="VAVCameraResult" nillable="true" type="tns:VAVCameraResult" />
|
|
<s:element name="SecurityPartitionAuthorityLevelResults" nillable="true" type="tns:SecurityPartitionAuthorityLevelResults" />
|
|
<s:element name="UserDetailsPartitionResults" nillable="true" type="tns:UserDetailsPartitionResults" />
|
|
<s:element name="InsertMobileDeviceTokenResult" nillable="true" type="tns:InsertMobileDeviceTokenResult" />
|
|
<s:element name="NotificationStatusResult" nillable="true" type="tns:NotificationStatusResult" />
|
|
<s:element name="RSIDeviceStatusResults" nillable="true" type="tns:RSIDeviceStatusResults" />
|
|
<s:element name="RSICamLookinResults" nillable="true" type="tns:RSICamLookinResults" />
|
|
<s:element name="SetRSICameraSettingsResult" nillable="true" type="tns:SetRSICameraSettingsResult" />
|
|
<s:element name="GetRSICameraSettingsResult" nillable="true" type="tns:GetRSICameraSettingsResult" />
|
|
<s:element name="GetRSIVideoURLInfoResult" nillable="true" type="tns:GetRSIVideoURLInfoResult" />
|
|
<s:element name="WiFiLockLocationsResults" nillable="true" type="tns:WiFiLockLocationsResults" />
|
|
<s:element name="WiFiAuthTokenResponse" nillable="true" type="tns:WiFiAuthTokenResponse" />
|
|
<s:element name="TCCWiFiLocationsResults" nillable="true" type="tns:TCCWiFiLocationsResults" />
|
|
<s:element name="WifiThermostatScheduleResults" nillable="true" type="tns:WifiThermostatScheduleResults" />
|
|
<s:element name="UpdateSwitchIconResults" nillable="true" type="tns:UpdateSwitchIconResults" />
|
|
<s:element name="ThermostatScheduleResults" nillable="true" type="tns:ThermostatScheduleResults" />
|
|
<s:element name="ExecuteASceneResults" nillable="true" type="tns:ExecuteASceneResults" />
|
|
<s:element name="SceneDeletionResults" nillable="true" type="tns:SceneDeletionResults" />
|
|
<s:element name="SceneDataResults" nillable="true" type="tns:SceneDataResults" />
|
|
<s:element name="SceneListInfo" nillable="true" type="tns:SceneListInfo" />
|
|
<s:element name="AutomationDataResults" nillable="true" type="tns:AutomationDataResults" />
|
|
<s:element name="AutomationDataResults_Transitional" nillable="true" type="tns:AutomationDataResults_Transitional" />
|
|
<s:element name="AutomationLockDataResult" nillable="true" type="tns:AutomationLockDataResult" />
|
|
<s:element name="LockControlDataResults" nillable="true" type="tns:LockControlDataResults" />
|
|
<s:element name="ThermostatControlDataResults" nillable="true" type="tns:ThermostatControlDataResults" />
|
|
<s:element name="SwitchControlDataResults" nillable="true" type="tns:SwitchControlDataResults" />
|
|
<s:element name="AutomationSyncResults" nillable="true" type="tns:AutomationSyncResults" />
|
|
<s:element name="SyncJobResult" nillable="true" type="tns:SyncJobResult" />
|
|
<s:element name="ContentConfigurationResult" nillable="true" type="tns:ContentConfigurationResult" />
|
|
<s:element name="CurrentWeatherResult" nillable="true" type="tns:CurrentWeatherResult" />
|
|
<s:element name="ForecastWeatherResult" nillable="true" type="tns:ForecastWeatherResult" />
|
|
<s:element name="DealerMessageResult" nillable="true" type="tns:DealerMessageResult" />
|
|
<s:element name="CurrentWeatherURLResult" nillable="true" type="tns:CurrentWeatherURLResult" />
|
|
<s:element name="ForecastWeatherURLResult" nillable="true" type="tns:ForecastWeatherURLResult" />
|
|
<s:element name="EmailValidationResult" nillable="true" type="tns:EmailValidationResult" />
|
|
<s:element name="NewEmailValidationResult" nillable="true" type="tns:NewEmailValidationResult" />
|
|
<s:element name="ArrayOfMultiEmailValidationResult" nillable="true" type="tns:ArrayOfMultiEmailValidationResult" />
|
|
<s:element name="GPSDevicesResult" nillable="true" type="tns:GPSDevicesResult" />
|
|
<s:element name="GPSLocationResult" nillable="true" type="tns:GPSLocationResult" />
|
|
<s:element name="GPSDeviceGeoFenceResult" nillable="true" type="tns:GPSDeviceGeoFenceResult" />
|
|
<s:element name="GeofenceListResult" nillable="true" type="tns:GeofenceListResult" />
|
|
<s:element name="PhotoURLResult" nillable="true" type="tns:PhotoURLResult" />
|
|
<s:element name="GPSPopupURLResult" nillable="true" type="tns:GPSPopupURLResult" />
|
|
<s:element name="GetSmartSceneConfigurationResults" nillable="true" type="tns:GetSmartSceneConfigurationResults" />
|
|
<s:element name="EULAResults" nillable="true" type="tns:EULAResults" />
|
|
<s:element name="EULATextResults" nillable="true" type="tns:EULATextResults" />
|
|
</s:schema>
|
|
<s:schema targetNamespace="https://services.alarmnet.com/TC2/AbstractTypes">
|
|
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
<s:complexType name="StringArray">
|
|
<s:complexContent mixed="false">
|
|
<s:restriction base="soapenc:Array">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
|
|
</s:sequence>
|
|
</s:restriction>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="ArmSecuritySystemSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystem" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystemResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CustomArmSecuritySystemSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CustomArmSecuritySystem" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CustomArmSecuritySystemSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CustomArmSecuritySystemResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCustomArmSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCustomArmSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCustomArmSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCustomArmSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DisarmSecuritySystem" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DisarmSecuritySystemResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ReadConsoleDisplaySoapIn">
|
|
<wsdl:part name="parameters" element="tns:ReadConsoleDisplay" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ReadConsoleDisplaySoapOut">
|
|
<wsdl:part name="parameters" element="tns:ReadConsoleDisplayResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectToPanelSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ConnectToPanel" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectToPanelSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ConnectToPanelResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendKeySoapIn">
|
|
<wsdl:part name="parameters" element="tns:SendKey" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendKeySoapOut">
|
|
<wsdl:part name="parameters" element="tns:SendKeyResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="OverrideSecurityPanelSessionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:OverrideSecurityPanelSession" />
|
|
</wsdl:message>
|
|
<wsdl:message name="OverrideSecurityPanelSessionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:OverrideSecurityPanelSessionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandStateEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandStateExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExV1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandStateExV1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExV1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandStateExV1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExV2SoapIn">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandStateExV2" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExV2SoapOut">
|
|
<wsdl:part name="parameters" element="tns:CheckSecurityPanelLastCommandStateExV2Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelConnectionStatusInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelConnectionStatusInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelConnectionStatusInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelConnectionStatusInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetIndividualZoneDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetIndividualZoneDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetIndividualZoneDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetIndividualZoneDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RefreshSecrurityPanelStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RefreshSecrurityPanelStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RefreshSecrurityPanelStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RefreshSecrurityPanelStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelSecurityStatusByLocationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelSecurityStatusByLocation" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelSecurityStatusByLocationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelSecurityStatusByLocationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystemEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystemExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisArmSecuritySystemExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DisArmSecuritySystemEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisArmSecuritySystemExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DisArmSecuritySystemExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:BypassEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:BypassExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetUsers" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetUsersResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteUserInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteUserInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DisableEnableUser" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DisableEnableUserResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEulaSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateEula" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEulaSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateEulaResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetUserInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetUserInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteUser" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteUserResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DisableEnableUserEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DisableEnableUserExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetUserDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetUserDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllUserDetailsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllUserDetailsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExV1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllUserDetailsExV1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExV1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllUserDetailsExV1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetUserDetailsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetUserDetailsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveUser" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveUserResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveUserEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveUserExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserEx1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveUserEx1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserEx1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveUserEx1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddEditUserSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddEditUser" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddEditUserSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddEditUserResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserCode" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserCodeResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveMasterUserCode" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveMasterUserCodeResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetUsersEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetUsersExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizePanelUserSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SynchronizePanelUser" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizePanelUserSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SynchronizePanelUserResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSMSEmailCarriersSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSMSEmailCarriers" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSMSEmailCarriersSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSMSEmailCarriersResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNotificationMethodsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetNotificationMethods" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNotificationMethodsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetNotificationMethodsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsUserNameValidSoapIn">
|
|
<wsdl:part name="parameters" element="tns:IsUserNameValid" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsUserNameValidSoapOut">
|
|
<wsdl:part name="parameters" element="tns:IsUserNameValidResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveCreateUserInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveCreateUserInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveCreateUserInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveCreateUserInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserClientPreferencesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveUserClientPreferences" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserClientPreferencesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveUserClientPreferencesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetHelpDocumentsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetHelpDocuments" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetHelpDocumentsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetHelpDocumentsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserLanguageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserLanguage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserLanguageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserLanguageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserPasswordSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserPassword" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserPasswordSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserPasswordResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedbackSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SubmitUserFeedback" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedbackSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SubmitUserFeedbackResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedback_V1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:SubmitUserFeedback_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedback_V1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:SubmitUserFeedback_V1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ValidateUserCode" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ValidateUserCodeResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResetUserPasswordSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ResetUserPassword" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResetUserPasswordSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ResetUserPasswordResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveMasterUserCodeEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveMasterUserCodeExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserCodeEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateUserCodeExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ValidateUserCodeEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ValidateUserCodeExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoteAuthenticateUserLoginSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RemoteAuthenticateUserLogin" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoteAuthenticateUserLoginSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RemoteAuthenticateUserLoginResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateMPTGUIDLoginSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateMPTGUIDLogin" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateMPTGUIDLoginSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateMPTGUIDLoginResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateUserLogin" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateUserLoginResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateUserLoginEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateUserLoginExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateGUIDLogin" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateGUIDLoginResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateGUIDLoginEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateGUIDLoginExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSessionDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSessionDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetSessionDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetSessionDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateAndGetSessionIdByGuidSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateAndGetSessionIdByGuid" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateAndGetSessionIdByGuidSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateAndGetSessionIdByGuidResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetSessionDetailsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetSessionDetailsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetUserSessionDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetUserSessionDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetUserSessionDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetUserSessionDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsEncryptExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetSessionDetailsEncryptEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsEncryptExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:LoginAndGetSessionDetailsEncryptExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="KeepAliveSoapIn">
|
|
<wsdl:part name="parameters" element="tns:KeepAlive" />
|
|
</wsdl:message>
|
|
<wsdl:message name="KeepAliveSoapOut">
|
|
<wsdl:part name="parameters" element="tns:KeepAliveResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogoutSoapIn">
|
|
<wsdl:part name="parameters" element="tns:Logout" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogoutSoapOut">
|
|
<wsdl:part name="parameters" element="tns:LogoutResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AnythingChangedSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AnythingChanged" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AnythingChangedSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AnythingChangedResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetInterfaceSchemaDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetInterfaceSchemaDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetInterfaceSchemaDetailsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetInterfaceSchemaDetailsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaAndLogoDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetInterfaceSchemaAndLogoDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaAndLogoDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetInterfaceSchemaAndLogoDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAppKeysSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllAppKeys" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAppKeysSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllAppKeysResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartAction" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartActionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartActionList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartActionListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SetSmartActionState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SetSmartActionStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RunSmartAction" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RunSmartActionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSmartActionConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSmartActionConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartActionEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartActionExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SetSmartActionStateEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SetSmartActionStateExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RunSmartActionEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RunSmartActionExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRLocationDeviceListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRLocationDeviceList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRLocationDeviceListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRLocationDeviceListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRCaptureTypesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRCaptureTypes" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRCaptureTypesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRCaptureTypesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateVideoPIRConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateVideoPIRConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateVideoPIRConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateVideoPIRConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIREventRecordSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIREventRecord" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIREventRecordSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIREventRecordResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TakeVideoPIRSnapshotsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TakeVideoPIRSnapshots" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TakeVideoPIRSnapshotsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TakeVideoPIRSnapshotsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRDeviceEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRDeviceEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRDeviceEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVideoPIRDeviceEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLocationsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiLocations" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLocationsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiLocationsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ActivateWiFiDeviceSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ActivateWiFiDevice" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ActivateWiFiDeviceSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ActivateWiFiDeviceResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiSmartAwaySoapIn">
|
|
<wsdl:part name="parameters" element="tns:WiFiSmartAway" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiSmartAwaySoapOut">
|
|
<wsdl:part name="parameters" element="tns:WiFiSmartAwayResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveWiFiDeviceSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RemoveWiFiDevice" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveWiFiDeviceSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RemoveWiFiDeviceResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiWeatherFromDeviceSoapIn">
|
|
<wsdl:part name="parameters" element="tns:WiFiWeatherFromDevice" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiWeatherFromDeviceSoapOut">
|
|
<wsdl:part name="parameters" element="tns:WiFiWeatherFromDeviceResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetThermostat" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetThermostatResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLyricLocationsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLyricLocations" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLyricLocationsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLyricLocationsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddRemoveLyricThermostatSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddRemoveLyricThermostat" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddRemoveLyricThermostatSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddRemoveLyricThermostatResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetImageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetImage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetImageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetImageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLogoImageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLogoImage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLogoImageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLogoImageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLocation" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLocationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSimpleSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLocationSimple" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSimpleSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLocationSimpleResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveLocationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveLocation" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveLocationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveLocationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveLocationSimpleSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveLocationSimple" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveLocationSimpleSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveLocationSimpleResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCountryList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCountryListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryStateListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCountryStateList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryStateListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCountryStateListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllCountryStateListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllCountryStateList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllCountryStateListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllCountryStateListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartners" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartnersResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartnersEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartnersExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersMultiLocationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartnersMultiLocation" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersMultiLocationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartnersMultiLocationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersMultiLocationExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartnersMultiLocationEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersMultiLocationExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedPartnersMultiLocationExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubscribeUnsubscrbeCHILAccountSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SubscribeUnsubscrbeCHILAccount" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubscribeUnsubscrbeCHILAccountSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SubscribeUnsubscrbeCHILAccountResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDealerInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDealerInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSubscriberInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSubscriberInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSubscriberInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSubscriberInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetTimeZones" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetTimeZonesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesForCameraSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetTimeZonesForCamera" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesForCameraSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetTimeZonesForCameraResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ServiceVersionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ServiceVersion" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ServiceVersionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ServiceVersionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVideoFileURLs" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVideoFileURLsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVideoFileURLsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVideoFileURLsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventNotesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventNotes" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventNotesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventNotesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDoorbellEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDoorbellEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsEx_V1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventsEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsEx_V1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventsEx_V1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventTypeFilterSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventTypeFilter" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventTypeFilterSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventTypeFilterResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventTypeFilterSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllEventTypeFilter" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventTypeFilterSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllEventTypeFilterResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLiveEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLiveEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLiveEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLiveEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllLiveEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllLiveEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllLiveEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllLiveEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellLiveEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDoorbellLiveEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellLiveEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDoorbellLiveEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventNotesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateEventNotes" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventNotesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateEventNotesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordHideStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateEventRecordHideState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordHideStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateEventRecordHideStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordLockStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateEventRecordLockState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordLockStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateEventRecordLockStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateFavoriteEventRecordStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateFavoriteEventRecordState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateFavoriteEventRecordStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateFavoriteEventRecordStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsCameraAvailableSoapIn">
|
|
<wsdl:part name="parameters" element="tns:IsCameraAvailable" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsCameraAvailableSoapOut">
|
|
<wsdl:part name="parameters" element="tns:IsCameraAvailableResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraIOStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraIOState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraIOStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraIOStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraPositionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraPosition" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraPositionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraPositionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GotoPresetSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GotoPreset" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GotoPresetSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GotoPresetResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StorePresetSoapIn">
|
|
<wsdl:part name="parameters" element="tns:StorePreset" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StorePresetSoapOut">
|
|
<wsdl:part name="parameters" element="tns:StorePresetResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="MoveCameraSoapIn">
|
|
<wsdl:part name="parameters" element="tns:MoveCamera" />
|
|
</wsdl:message>
|
|
<wsdl:message name="MoveCameraSoapOut">
|
|
<wsdl:part name="parameters" element="tns:MoveCameraResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DirectPanTiltSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DirectPanTilt" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DirectPanTiltSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DirectPanTiltResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WLLED_ControlSoapIn">
|
|
<wsdl:part name="parameters" element="tns:WLLED_Control" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WLLED_ControlSoapOut">
|
|
<wsdl:part name="parameters" element="tns:WLLED_ControlResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="Output_ControlSoapIn">
|
|
<wsdl:part name="parameters" element="tns:Output_Control" />
|
|
</wsdl:message>
|
|
<wsdl:message name="Output_ControlSoapOut">
|
|
<wsdl:part name="parameters" element="tns:Output_ControlResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TriggerVideoCaptureSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TriggerVideoCapture" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TriggerVideoCaptureSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TriggerVideoCaptureResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConfigStreamModeSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ConfigStreamMode" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConfigStreamModeSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ConfigStreamModeResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationCameraListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLocationCameraList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationCameraListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLocationCameraListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLocationAllCameraList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLocationAllCameraListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLocationAllCameraListEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLocationAllCameraListExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMediaServerConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetMediaServerConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMediaServerConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetMediaServerConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfiguration2SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraConfiguration2" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfiguration2SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraConfiguration2Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateCameraConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateCameraConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateCameraConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateCameraConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetDefaultCameraSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SetDefaultCamera" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetDefaultCameraSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SetDefaultCameraResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpgradeCameraFirmwareSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpgradeCameraFirmware" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpgradeCameraFirmwareSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpgradeCameraFirmwareResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFirmwareListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetFirmwareList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFirmwareListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetFirmwareListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWirelessStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWirelessStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWirelessStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWirelessStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraInformationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraInformation" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraInformationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraInformationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWAPClientsInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWAPClientsInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWAPClientsInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWAPClientsInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetBatteryStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetBatteryStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetBatteryStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetBatteryStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaDataEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaDataExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaDataExV1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaDataExV1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV2SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaDataExV2" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV2SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaDataExV2Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetConfiguredEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetConfiguredEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetConfiguredEventsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetConfiguredEventsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryXMLSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventSummaryXML" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryXMLSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventSummaryXMLResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummarySoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventSummary" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummarySoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventSummaryResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactNotificationListEventsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TransactNotificationListEvents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactNotificationListEventsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TransactNotificationListEventsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactSensorsMaskStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TransactSensorsMaskStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactSensorsMaskStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TransactSensorsMaskStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactSensorsMaskStatusExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TransactSensorsMaskStatusEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactSensorsMaskStatusExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TransactSensorsMaskStatusExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationConditionalStatesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllNotificationConditionalStates" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationConditionalStatesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllNotificationConditionalStatesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationSchedulesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllNotificationSchedules" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationSchedulesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllNotificationSchedulesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactNotificationSchedulesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TransactNotificationSchedules" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactNotificationSchedulesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TransactNotificationSchedulesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationListsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllNotificationLists" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationListsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllNotificationListsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactNotificationListsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TransactNotificationLists" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TransactNotificationListsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TransactNotificationListsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendTestNotificationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SendTestNotification" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendTestNotificationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SendTestNotificationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NotificationPauseSoapIn">
|
|
<wsdl:part name="parameters" element="tns:NotificationPause" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NotificationPauseSoapOut">
|
|
<wsdl:part name="parameters" element="tns:NotificationPauseResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllSensorsMaskStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllSensorsMaskStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllSensorsMaskStatusEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllSensorsMaskStatusExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaData" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEventMetaDataResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelSecurityStatusforUserSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelSecurityStatusforUser" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelSecurityStatusforUserSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelSecurityStatusforUserResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusEx_V1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V2SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusEx_V2" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V2SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusEx_V2Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusByDeviceID" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusByDeviceIDResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusEx_V1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V2SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusEx_V2" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V2SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusEx_V2Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusByDeviceIDEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelFullStatusByDeviceIDExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetZonesListInState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetZonesListInStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetZonesListInStateEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetZonesListInStateExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusByDeviceID" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusByDeviceIDResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusByDeviceIDEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPanelMetaDataAndFullStatusByDeviceIDExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassAllSoapIn">
|
|
<wsdl:part name="parameters" element="tns:BypassAll" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassAllSoapOut">
|
|
<wsdl:part name="parameters" element="tns:BypassAllResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassSoapIn">
|
|
<wsdl:part name="parameters" element="tns:Bypass" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassSoapOut">
|
|
<wsdl:part name="parameters" element="tns:BypassResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveGeofenceInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveGeofenceInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveGeofenceInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveGeofenceInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceInviteTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceInviteToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceInviteTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceInviteTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceProvisioningStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceProvisioningStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceProvisioningStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceProvisioningStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDoorBellDetailSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateDoorBellDetail" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDoorBellDetailSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateDoorBellDetailResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RemoveDoorbellDevice" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RemoveDoorbellDeviceResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RemoveDoorbellDeviceEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RemoveDoorbellDeviceExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDetailsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDetailsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateWiFiDoorBellSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateWiFiDoorBellSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateWiFiDoorBellSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateWiFiDoorBellSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedSkybellDevicesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedSkybellDevices" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedSkybellDevicesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAssociatedSkybellDevicesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerVideoURLSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerVideoURL" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerVideoURLSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerVideoURLResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorBellClientIDSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDoorBellClientID" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorBellClientIDSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDoorBellClientIDResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDiagnosticDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDiagnosticDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDiagnosticDetailsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiDoorBellDeviceDiagnosticDetailsExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceMaxCountSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceMaxCount" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceMaxCountSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceMaxCountResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnrollPartnerCameraSoapIn">
|
|
<wsdl:part name="parameters" element="tns:EnrollPartnerCamera" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnrollPartnerCameraSoapOut">
|
|
<wsdl:part name="parameters" element="tns:EnrollPartnerCameraResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUpdatePartnerCameraSoapIn">
|
|
<wsdl:part name="parameters" element="tns:InsertUpdatePartnerCamera" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUpdatePartnerCameraSoapOut">
|
|
<wsdl:part name="parameters" element="tns:InsertUpdatePartnerCameraResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteEnrolledPartnerCameraSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteEnrolledPartnerCamera" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteEnrolledPartnerCameraSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteEnrolledPartnerCameraResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraActivationStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraActivationStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraActivationStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraActivationStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraActivationStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraActivationStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraActivationStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraActivationStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraAccessTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraAccessToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraAccessTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraAccessTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRefreshTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraRefreshToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRefreshTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraRefreshTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SavePartnerCameraSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SavePartnerCameraSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemovePartnerCameraSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RemovePartnerCamera" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemovePartnerCameraSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RemovePartnerCameraResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraLiveStreamSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraLiveStream" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraLiveStreamSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraLiveStreamResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCameraStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCameraStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecordPartnerCameraVideoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RecordPartnerCameraVideo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecordPartnerCameraVideoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RecordPartnerCameraVideoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraClipKeySoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraClipKey" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraClipKeySoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraClipKeyResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestPartnerCameraSnapshotSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RequestPartnerCameraSnapshot" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestPartnerCameraSnapshotSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RequestPartnerCameraSnapshotResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraPrivacySettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SavePartnerCameraPrivacySettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraPrivacySettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SavePartnerCameraPrivacySettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogActivitySoapIn">
|
|
<wsdl:part name="parameters" element="tns:LogActivity" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogActivitySoapOut">
|
|
<wsdl:part name="parameters" element="tns:LogActivityResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRtspLiveStreamSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraRtspLiveStream" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRtspLiveStreamSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartnerCameraRtspLiveStreamResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveVAVCameraSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveVAVCameraSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveVAVCameraSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveVAVCameraSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVAVCameraZoneInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetVAVCameraZoneInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVAVCameraZoneInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetVAVCameraZoneInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionsDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartitionsDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionsDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartitionsDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionAuthorityLevelSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPartitionAuthorityLevel" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionAuthorityLevelSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPartitionAuthorityLevelResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserPartitionAuthoritySoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetUserPartitionAuthority" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserPartitionAuthoritySoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetUserPartitionAuthorityResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateEx_V1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetZonesListInStateEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateEx_V1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetZonesListInStateEx_V1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemPartitionsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystemPartitions" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemPartitionsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystemPartitionsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemPartitionsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DisarmSecuritySystemPartitions" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemPartitionsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DisarmSecuritySystemPartitionsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemPartitionsV1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystemPartitionsV1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemPartitionsV1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:ArmSecuritySystemPartitionsV1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemPartitionsV1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:DisarmSecuritySystemPartitionsV1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemPartitionsV1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:DisarmSecuritySystemPartitionsV1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePartitionConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdatePartitionConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePartitionConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdatePartitionConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUserMobileDeviceTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:InsertUserMobileDeviceToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUserMobileDeviceTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:InsertUserMobileDeviceTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePushSubscriptionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdatePushSubscription" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePushSubscriptionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdatePushSubscriptionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveUserMobileDeviceTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RemoveUserMobileDeviceToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveUserMobileDeviceTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RemoveUserMobileDeviceTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PauseAllNotificationsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:PauseAllNotifications" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PauseAllNotificationsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:PauseAllNotificationsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllRSIDeviceStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllRSIDeviceStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllRSIDeviceStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllRSIDeviceStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RSICameraLookinSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RSICameraLookin" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RSICameraLookinSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RSICameraLookinResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetRSICameraSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SetRSICameraSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetRSICameraSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SetRSICameraSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSICameraSettingsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetRSICameraSettings" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSICameraSettingsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetRSICameraSettingsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSIVideoURLInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetRSIVideoURLInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSIVideoURLInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetRSIVideoURLInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLockLocationsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiLockLocations" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLockLocationsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiLockLocationsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveWiFiLockDeviceSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveWiFiLockDevice" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveWiFiLockDeviceSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveWiFiLockDeviceResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateAccessTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GenerateAccessToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateAccessTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GenerateAccessTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiThermostatLocationsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiThermostatLocations" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiThermostatLocationsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWiFiThermostatLocationsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddDeleteWiFiThermostatsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddDeleteWiFiThermostats" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddDeleteWiFiThermostatsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddDeleteWiFiThermostatsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWifiThermostatScheduleSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetWifiThermostatSchedule" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWifiThermostatScheduleSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetWifiThermostatScheduleResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateWifiThermostatScheduleSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateWifiThermostatSchedule" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateWifiThermostatScheduleSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateWifiThermostatScheduleResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateThermostatAccessTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GenerateThermostatAccessToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateThermostatAccessTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GenerateThermostatAccessTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TestEmergencyAlertSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TestEmergencyAlert" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TestEmergencyAlertSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TestEmergencyAlertResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateSwitchIconSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateSwitchIcon" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateSwitchIconSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateSwitchIconResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateThermostatScheduleSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateThermostatSchedule" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateThermostatScheduleSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateThermostatScheduleResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatScheduleSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetThermostatSchedule" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatScheduleSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetThermostatScheduleResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ExecuteASceneSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ExecuteAScene" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ExecuteASceneSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ExecuteASceneResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateEditASceneSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CreateEditAScene" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateEditASceneSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CreateEditASceneResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteASceneSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteAScene" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteASceneSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteASceneResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetASceneSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAScene" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetASceneSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetASceneResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSceneListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSceneList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSceneListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSceneListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationDeviceStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationDeviceStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllAutomationDeviceStatusEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllAutomationDeviceStatusExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationDeviceStatusEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationDeviceStatusExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationLocksSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationLocks" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationLocksSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationLocksResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDeviceStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ControlALock" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ControlALockResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ControlAThermostat" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ControlAThermostatResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetThermostatScheduleSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SetThermostatSchedule" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetThermostatScheduleSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SetThermostatScheduleResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ControlAThermostatEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ControlAThermostatExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlASwitchSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ControlASwitch" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlASwitchSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ControlASwitchResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SynchronizeSecurityPanel" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SynchronizeSecurityPanelResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSyncJobStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSyncJobStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSyncJobStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSyncJobStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisconnectPanelSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DisconnectPanel" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisconnectPanelSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DisconnectPanelResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExV1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAllAutomationDeviceStatusExV1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExV1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAllAutomationDeviceStatusExV1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExV1SoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationDeviceStatusExV1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExV1SoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAutomationDeviceStatusExV1Response" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlMultiFamilyThermostatSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ControlMultiFamilyThermostat" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlMultiFamilyThermostatSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ControlMultiFamilyThermostatResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SynchronizeSecurityPanelEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SynchronizeSecurityPanelExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockExSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ControlALockEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockExSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ControlALockExResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetContentConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetContentConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetContentConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetContentConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveContentConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveContentConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveContentConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveContentConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCurrentWeather" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCurrentWeatherResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetForecastWeather" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetForecastWeatherResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerMessagesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetDealerMessages" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerMessagesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetDealerMessagesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDealerMessageReadStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateDealerMessageReadState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDealerMessageReadStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateDealerMessageReadStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherWithURLSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCurrentWeatherWithURL" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherWithURLSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCurrentWeatherWithURLResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherWithURLSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetForecastWeatherWithURL" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherWithURLSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetForecastWeatherWithURLResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressInSessionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ValidateEmailAddressInSession" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressInSessionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ValidateEmailAddressInSessionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ValidateEmailAddress" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ValidateEmailAddressResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateNewEmailAddressSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ValidateNewEmailAddress" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateNewEmailAddressSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ValidateNewEmailAddressResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendEmailValidationDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SendEmailValidationDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendEmailValidationDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SendEmailValidationDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendMultipleEmailValidationDetailsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SendMultipleEmailValidationDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendMultipleEmailValidationDetailsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SendMultipleEmailValidationDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDevicesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetGPSDevices" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDevicesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetGPSDevicesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceLocationDataSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetGPSDeviceLocationData" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceLocationDataSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetGPSDeviceLocationDataResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceGeoFenceSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetGPSDeviceGeoFence" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceGeoFenceSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetGPSDeviceGeoFenceResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEnteredGPSGeofencesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEnteredGPSGeofences" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEnteredGPSGeofencesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEnteredGPSGeofencesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendGPSLocateNowMessageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SendGPSLocateNowMessage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendGPSLocateNowMessageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SendGPSLocateNowMessageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePhotoForGPSDeviceSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SavePhotoForGPSDevice" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePhotoForGPSDeviceSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SavePhotoForGPSDeviceResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveGPSDeviceDataSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SaveGPSDeviceData" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveGPSDeviceDataSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SaveGPSDeviceDataResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestTWMSessionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RequestTWMSession" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestTWMSessionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RequestTWMSessionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddEditSmartSceneSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddEditSmartScene" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddEditSmartSceneSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddEditSmartSceneResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSmartSceneList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSmartSceneListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartSceneSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartScene" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartSceneSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteSmartSceneResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartSceneSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RunSmartScene" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartSceneSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RunSmartSceneResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneConfigurationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSmartSceneConfiguration" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneConfigurationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSmartSceneConfigurationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEulaInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEulaInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaTextSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetEulaText" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaTextSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetEulaTextResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="signEULASoapIn">
|
|
<wsdl:part name="parameters" element="tns:signEULA" />
|
|
</wsdl:message>
|
|
<wsdl:message name="signEULASoapOut">
|
|
<wsdl:part name="parameters" element="tns:signEULAResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPreLoginEulaInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPreLoginEulaInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaTextSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPreLoginEulaText" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaTextSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPreLoginEulaTextResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AcceptRootedDeviceUsageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AcceptRootedDeviceUsage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AcceptRootedDeviceUsageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AcceptRootedDeviceUsageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddEditSmartActionSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddEditSmartAction" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddEditSmartActionSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddEditSmartActionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSmartActionList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSmartActionListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ArmType" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ArmSecuritySystemResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCustomArmSettingsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCustomArmSettingsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CustomArmSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DisarmSecuritySystemResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ReadConsoleDisplayHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ReadConsoleDisplayHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ReadConsoleDisplayResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectToPanelHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectToPanelHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendKeyHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="KeyChar" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendKeyHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="OverrideSecurityPanelSessionHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="OverrideSecurityPanelSessionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="CommandCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="CommandCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelConnectionStatusInfoHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelConnectionStatusInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelConnectionStatusInfoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RefreshSecrurityPanelStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RefreshSecrurityPanelStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserInfoHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DeleteUserInfoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="StateToSet" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DisableEnableUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEulaHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="Eula" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEulaHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserInfoHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserInfoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="UserTypeID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DeleteUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="StateToSet" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DisableEnableUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsExResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExV1HttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExV1HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsExResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsExResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="oldUsercode" type="s:string" />
|
|
<wsdl:part name="newUsercode" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="PanelUserCode" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SaveUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserListResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSMSEmailCarriersHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSMSEmailCarriersHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SMSEmailCarrierResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNotificationMethodsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNotificationMethodsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:NotificationMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserClientPreferencesHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="PreferencesString" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserClientPreferencesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetHelpDocumentsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetHelpDocumentsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ListHelpDocsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserLanguageHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
<wsdl:part name="LanguageID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserLanguageHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserPasswordHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="oldPassword" type="s:string" />
|
|
<wsdl:part name="newPassword" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserPasswordHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedbackHttpGetIn">
|
|
<wsdl:part name="UserName" type="s:string" />
|
|
<wsdl:part name="AppID" type="s:string" />
|
|
<wsdl:part name="AppVersion" type="s:string" />
|
|
<wsdl:part name="ClientName" type="s:string" />
|
|
<wsdl:part name="ClientOS" type="s:string" />
|
|
<wsdl:part name="UserMessage" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedbackHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedback_V1HttpGetIn">
|
|
<wsdl:part name="UserName" type="s:string" />
|
|
<wsdl:part name="AppID" type="s:string" />
|
|
<wsdl:part name="AppVersion" type="s:string" />
|
|
<wsdl:part name="ClientName" type="s:string" />
|
|
<wsdl:part name="ClientOS" type="s:string" />
|
|
<wsdl:part name="UserMessage" type="s:string" />
|
|
<wsdl:part name="EmailID" type="s:string" />
|
|
<wsdl:part name="Rating" type="s:string" />
|
|
<wsdl:part name="Category" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedback_V1HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResetUserPasswordHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="newPassword" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResetUserPasswordHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoteAuthenticateUserLoginHttpGetIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="RemoteApplicationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoteAuthenticateUserLoginHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:RemoteAuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateMPTGUIDLoginHttpGetIn">
|
|
<wsdl:part name="GUID" type="s:string" />
|
|
<wsdl:part name="MACID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateMPTGUIDLoginHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:MPTAuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginHttpGetIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginExHttpGetIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginHttpGetIn">
|
|
<wsdl:part name="GUID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginExHttpGetIn">
|
|
<wsdl:part name="GUID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionDetailsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsHttpGetIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateAndGetSessionIdByGuidHttpGetIn">
|
|
<wsdl:part name="guid" type="s:string" />
|
|
<wsdl:part name="applicationId" type="s:string" />
|
|
<wsdl:part name="applicationVersion" type="s:string" />
|
|
<wsdl:part name="localeCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateAndGetSessionIdByGuidHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsExHttpGetIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetUserSessionDetailsHttpGetIn">
|
|
<wsdl:part name="username" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="applicationId" type="s:string" />
|
|
<wsdl:part name="applicationVersion" type="s:string" />
|
|
<wsdl:part name="localeCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetUserSessionDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsEncryptExHttpGetIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsEncryptExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="KeepAliveHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="KeepAliveHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogoutHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogoutHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:InterfaceSchemaResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:InterfaceSchemaResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaAndLogoDetailsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaAndLogoDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:InterfaceSchemaAndLogoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAppKeysHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAppKeysHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AppStaticKeyListInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="smartActionID" type="s:string" />
|
|
<wsdl:part name="userCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="smartActionID" type="s:string" />
|
|
<wsdl:part name="state" type="s:string" />
|
|
<wsdl:part name="userCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="smartActionID" type="s:string" />
|
|
<wsdl:part name="userCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionConfigurationHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetSmartActionConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRConfigurationHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:VideoPIRConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRLocationDeviceListHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRLocationDeviceListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:VideoPIRListResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRCaptureTypesHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceClassID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRCaptureTypesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:VideoPIRCaptureTypesResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateVideoPIRConfigurationHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="DeviceName" type="s:string" />
|
|
<wsdl:part name="SYSTEM_Data" type="s:string" />
|
|
<wsdl:part name="VIDEO_Data" type="s:string" />
|
|
<wsdl:part name="MOTION_Data" type="s:string" />
|
|
<wsdl:part name="EVENT_Data" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateVideoPIRConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIREventRecordHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIREventRecordHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetVideoPIREventRecordResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TakeVideoPIRSnapshotsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TakeVideoPIRSnapshotsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRDeviceEventsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="EventID" type="s:string" />
|
|
<wsdl:part name="DateStamp" type="s:string" />
|
|
<wsdl:part name="CaptureFilterTypeID" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRDeviceEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetVideoPIRDeviceEventsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLocationsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LyricUsername" type="s:string" />
|
|
<wsdl:part name="LyricPassword" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLocationsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WiFiLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiSmartAwayHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
<wsdl:part name="active" type="s:string" />
|
|
<wsdl:part name="hours" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiSmartAwayHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveWiFiDeviceHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveWiFiDeviceHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiWeatherFromDeviceHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiWeatherFromDeviceHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WiFiWeatherResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLyricLocationsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LyricUsername" type="s:string" />
|
|
<wsdl:part name="LyricPassword" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLyricLocationsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:LyricThermostatLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetImageHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="ImageId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetImageHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:base64Binary" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLogoImageHttpGetIn">
|
|
<wsdl:part name="ImageId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLogoImageHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:base64Binary" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:LocationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSimpleHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSimpleHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:LocationSimpleResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryListHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CountryListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryStateListHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="CountryID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryStateListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CountryStateListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllCountryStateListHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllCountryStateListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CountryStateListResultEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PartnerListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersExHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PartnerListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubscribeUnsubscrbeCHILAccountHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="appID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="connectionID" type="s:string" />
|
|
<wsdl:part name="IsEnable" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubscribeUnsubscrbeCHILAccountHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerInfoHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DealerInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSubscriberInfoHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSubscriberInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SubscriberInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:TimeZonesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesForCameraHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesForCameraHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:TimeZonesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ServiceVersionHttpGetIn" />
|
|
<wsdl:message name="ServiceVersionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:VideoFileURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsExHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:VideoFileURLExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventNotesHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventNotesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:NotesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="EventTypeFilter" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="StartDateTime" type="s:string" />
|
|
<wsdl:part name="EndDateTime" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
<wsdl:part name="SortOrder" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="EventTypeFilter" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="StartDateTime" type="s:string" />
|
|
<wsdl:part name="EndDateTime" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
<wsdl:part name="SortOrder" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellEventsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="EventTypeFilter" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="StartDateTime" type="s:string" />
|
|
<wsdl:part name="EndDateTime" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
<wsdl:part name="SortOrder" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DoorbellEventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventTypeFilterHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventTypeFilterHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventTypeFilterResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventTypeFilterHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventTypeFilterHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventTypeFilterResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLiveEventsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLiveEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllLiveEventsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllLiveEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellLiveEventsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellLiveEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DoorbellEventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventNotesHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="Note" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventNotesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordHideStateHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="IsHidden" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordHideStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordLockStateHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="IsLocked" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordLockStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateFavoriteEventRecordStateHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="IsMarked" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateFavoriteEventRecordStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsCameraAvailableHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsCameraAvailableHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStateHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraIOStateHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraIOStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraIOStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraPositionHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraPositionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraPositionResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GotoPresetHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="PresetSlot" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GotoPresetHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StorePresetHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="PresetSlot" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StorePresetHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="MoveCameraHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="Direction" type="s:string" />
|
|
<wsdl:part name="Degrees" type="s:string" />
|
|
<wsdl:part name="PanSpeed" type="s:string" />
|
|
<wsdl:part name="TiltSpeed" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="MoveCameraHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DirectPanTiltHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="X" type="s:string" />
|
|
<wsdl:part name="Y" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DirectPanTiltHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WLLED_ControlHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="NewState" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WLLED_ControlHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="Output_ControlHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="OutputNumber" type="s:string" />
|
|
<wsdl:part name="NewState" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="Output_ControlHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TriggerVideoCaptureHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TriggerVideoCaptureHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConfigStreamModeHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ModeSelector" type="s:string" />
|
|
<wsdl:part name="Size" type="s:string" />
|
|
<wsdl:part name="FramesPerSecond" type="s:string" />
|
|
<wsdl:part name="QualityType" type="s:string" />
|
|
<wsdl:part name="Quality" type="s:string" />
|
|
<wsdl:part name="BitRate" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConfigStreamModeHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ConfigStreamModeResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationCameraListHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationCameraListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AllCameraListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AllCameraListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMediaServerConfigurationHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMediaServerConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:MediaServerConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfigurationHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfiguration2HttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfiguration2HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraConfigurationResults2" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateCameraConfigurationHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="CameraName" type="s:string" />
|
|
<wsdl:part name="SYSTEM_Data" type="s:string" />
|
|
<wsdl:part name="VIDEO_Data" type="s:string" />
|
|
<wsdl:part name="MOTION_Data" type="s:string" />
|
|
<wsdl:part name="IO_Data" type="s:string" />
|
|
<wsdl:part name="EVENT_Data" type="s:string" />
|
|
<wsdl:part name="PTZ_Data" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateCameraConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetDefaultCameraHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetDefaultCameraHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpgradeCameraFirmwareHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="FirmwareVersionNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpgradeCameraFirmwareHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFirmwareListHttpGetIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFirmwareListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraFirmwareListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWirelessStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SearchType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWirelessStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraSignalStrengthResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraInformationHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SearchType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraInformationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraInformationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWAPClientsInfoHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWAPClientsInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WAPClientsListResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetBatteryStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="Type" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetBatteryStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraBatteryStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV1HttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV1HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV2HttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV2HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ConfiguredEventResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ConfiguredEventNotificationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryXMLHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryXMLHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SummaryConfiguredEventXML" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SummaryConfiguredEventString" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationConditionalStatesHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationConditionalStatesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:NotificationConditionalStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationSchedulesHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationSchedulesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:NotificationScheduleResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationListsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationListsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetAllNotificationListsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendTestNotificationHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="NotificationListID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendTestNotificationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NotificationPauseHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="mode" type="s:string" />
|
|
<wsdl:part name="delay" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NotificationPauseHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:NotificationPauseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SensorEventResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V1HttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
<wsdl:part name="isSceneZones" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V1HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResultsEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V1HttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V1HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResultsEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
<wsdl:part name="ListIdentifierID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetZonesListInStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
<wsdl:part name="ListIdentifierID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetZonesListInStateExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassAllHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ZoneIDs" type="s1:StringArray" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassAllHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ZoneBypassResultEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="Zone" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ZoneBypassResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceInviteTokenHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceInviteTokenHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DeviceInviteTokenResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceProvisioningStatusHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="token" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceProvisioningStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceExHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WiFiDoorBellInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsExHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WiFiDoorBellInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellSettingsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerDeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellSettingsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetDoorBellSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedSkybellDevicesHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="AccessToken" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedSkybellDevicesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetAssociatedSkybellDevicesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerVideoURLHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="deviceEventId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerVideoURLHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetPartnerVideoURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorBellClientIDHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorBellClientIDHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetWiFiDoorBellDiagnosticsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsExHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetWiFiDoorBellDiagnosticsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceMaxCountHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceMaxCountHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetMaxDeviceCountResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUpdatePartnerCameraHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="PartnerCameraName" type="s:string" />
|
|
<wsdl:part name="LockId" type="s:string" />
|
|
<wsdl:part name="PartitionId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUpdatePartnerCameraHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteEnrolledPartnerCameraHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteEnrolledPartnerCameraHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraActivationStatusHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraActivationStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraActivationStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraActivationStatusHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraActivationStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraActivationStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraAccessTokenHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraAccessTokenHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AccessTokenResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRefreshTokenHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="refreshToken" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRefreshTokenHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AccessTokenResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraSettingsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraSettingsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PartnerCameraSettingResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemovePartnerCameraHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemovePartnerCameraHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraLiveStreamHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraLiveStreamHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:LiveStreamResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CameraStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecordPartnerCameraVideoHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecordPartnerCameraVideoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:RecordVideoResponseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraClipKeyHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="deviceEventId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraClipKeyHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ClipKeyResponseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestPartnerCameraSnapshotHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestPartnerCameraSnapshotHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SnapshotResponseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraPrivacySettingsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="PrivacyMode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraPrivacySettingsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogActivityHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="MessageBody" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogActivityHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRtspLiveStreamHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="streamingMode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRtspLiveStreamHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:RtspLiveStreamResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVAVCameraZoneInfoHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVAVCameraZoneInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:VAVCameraResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionAuthorityLevelHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="userId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionAuthorityLevelHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SecurityPartitionAuthorityLevelResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserPartitionAuthorityHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserPartitionAuthorityHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsPartitionResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUserMobileDeviceTokenHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserID" type="s:string" />
|
|
<wsdl:part name="ClientSoftwareTypeID" type="s:string" />
|
|
<wsdl:part name="MobileDeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUserMobileDeviceTokenHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:InsertMobileDeviceTokenResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePushSubscriptionHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserID" type="s:string" />
|
|
<wsdl:part name="PushNotificationStatus" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePushSubscriptionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveUserMobileDeviceTokenHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserID" type="s:string" />
|
|
<wsdl:part name="MobileDeviceTokenID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveUserMobileDeviceTokenHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PauseAllNotificationsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="Pause" type="s:string" />
|
|
<wsdl:part name="Mode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PauseAllNotificationsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:NotificationStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllRSIDeviceStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllRSIDeviceStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:RSIDeviceStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RSICameraLookinHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="RSIModuleSerialNo" type="s:string" />
|
|
<wsdl:part name="CameraIndex" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RSICameraLookinHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:RSICamLookinResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetRSICameraSettingsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="RSIModuleSerialNo" type="s:string" />
|
|
<wsdl:part name="CameraIndex" type="s:string" />
|
|
<wsdl:part name="Sensitivity" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetRSICameraSettingsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SetRSICameraSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSICameraSettingsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="RSIModuleSerialNo" type="s:string" />
|
|
<wsdl:part name="CameraIndex" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSICameraSettingsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetRSICameraSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSIVideoURLInfoHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="deviceEventId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSIVideoURLInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetRSIVideoURLInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLockLocationsHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="accessToken" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLockLocationsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WiFiLockLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateAccessTokenHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="accessCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateAccessTokenHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WiFiAuthTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiThermostatLocationsHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="TCCUsername" type="s:string" />
|
|
<wsdl:part name="TCCPassword" type="s:string" />
|
|
<wsdl:part name="PartnerID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiThermostatLocationsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:TCCWiFiLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWifiThermostatScheduleHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWifiThermostatScheduleHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WifiThermostatScheduleResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateThermostatAccessTokenHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="authCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateThermostatAccessTokenHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TestEmergencyAlertHttpGetIn">
|
|
<wsdl:part name="AccountId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="Message" type="s:string" />
|
|
<wsdl:part name="AcKrequired" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TestEmergencyAlertHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateSwitchIconHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SwitchID" type="s:string" />
|
|
<wsdl:part name="SwitchIconID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateSwitchIconHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:UpdateSwitchIconResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatScheduleHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatScheduleHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatScheduleResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ExecuteASceneHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ExecuteASceneHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ExecuteASceneResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteASceneHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteASceneHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SceneDeletionResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetASceneHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetASceneHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SceneDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSceneListHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSceneListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SceneListInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationLocksHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="LockID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationLocksHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AutomationLockDataResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LockID" type="s:string" />
|
|
<wsdl:part name="LockDesiredState" type="s:string" />
|
|
<wsdl:part name="AuthorizingCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:LockControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
<wsdl:part name="CurrentOpModeID" type="s:string" />
|
|
<wsdl:part name="HeatThreshold" type="s:string" />
|
|
<wsdl:part name="CoolThreshold" type="s:string" />
|
|
<wsdl:part name="ThermostatModeID" type="s:string" />
|
|
<wsdl:part name="HeatSetPoint" type="s:string" />
|
|
<wsdl:part name="CoolSetPoint" type="s:string" />
|
|
<wsdl:part name="ThermostatFanModeID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetThermostatScheduleHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
<wsdl:part name="scheduleStatus" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetThermostatScheduleHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatExHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
<wsdl:part name="CurrentOpModeID" type="s:string" />
|
|
<wsdl:part name="HeatThreshold" type="s:string" />
|
|
<wsdl:part name="CoolThreshold" type="s:string" />
|
|
<wsdl:part name="ThermostatModeID" type="s:string" />
|
|
<wsdl:part name="HeatSetPoint" type="s:string" />
|
|
<wsdl:part name="CoolSetPoint" type="s:string" />
|
|
<wsdl:part name="ThermostatFanModeID" type="s:string" />
|
|
<wsdl:part name="TempHoldTime" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatExHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlASwitchHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SwitchID" type="s:string" />
|
|
<wsdl:part name="SwitchAction" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlASwitchHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SwitchControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="InstallerCode" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="ForceImport" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AutomationSyncResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSyncJobStatusHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="JobID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSyncJobStatusHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:SyncJobResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisconnectPanelHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisconnectPanelHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExV1HttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExV1HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExV1HttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExV1HttpGetOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetContentConfigurationHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetContentConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ContentConfigurationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CurrentWeatherResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ForecastWeatherResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerMessagesHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerMessagesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:DealerMessageResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDealerMessageReadStateHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="MessageID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDealerMessageReadStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherWithURLHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherWithURLHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:CurrentWeatherURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherWithURLHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherWithURLHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ForecastWeatherURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressInSessionHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="EmailAddress" type="s:string" />
|
|
<wsdl:part name="ValidationKey" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressInSessionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressHttpGetIn">
|
|
<wsdl:part name="UserName" type="s:string" />
|
|
<wsdl:part name="ValidationKey" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateNewEmailAddressHttpGetIn">
|
|
<wsdl:part name="ValidationKey" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateNewEmailAddressHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:NewEmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendEmailValidationDetailsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="EmailAddress" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendEmailValidationDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendMultipleEmailValidationDetailsHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="userIdList" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendMultipleEmailValidationDetailsHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:ArrayOfMultiEmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDevicesHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDevicesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GPSDevicesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceLocationDataHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceLocationDataHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GPSLocationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceGeoFenceHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceGeoFenceHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GPSDeviceGeoFenceResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEnteredGPSGeofencesHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEnteredGPSGeofencesHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GeofenceListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendGPSLocateNowMessageHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendGPSLocateNowMessageHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePhotoForGPSDeviceHttpGetIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="Image" type="s1:StringArray" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePhotoForGPSDeviceHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:PhotoURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestTWMSessionHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestTWMSessionHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GPSPopupURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartSceneHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="SmartSceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartSceneHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartSceneHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="SmartSceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartSceneHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneConfigurationHttpGetIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneConfigurationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:GetSmartSceneConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaInfoHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="IsPostLoginEula" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EULAResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaTextHttpGetIn">
|
|
<wsdl:part name="EulaID" type="s:string" />
|
|
<wsdl:part name="LanguageID" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaTextHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EULATextResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="signEULAHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="EulaId" type="s:string" />
|
|
<wsdl:part name="LanguageId" type="s:string" />
|
|
<wsdl:part name="CountryId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="signEULAHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaInfoHttpGetIn" />
|
|
<wsdl:message name="GetPreLoginEulaInfoHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EULAResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaTextHttpGetIn">
|
|
<wsdl:part name="EulaID" type="s:string" />
|
|
<wsdl:part name="LanguageID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaTextHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:EULATextResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AcceptRootedDeviceUsageHttpGetIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AcceptRootedDeviceUsageHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ArmType" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ArmSecuritySystemHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ArmSecuritySystemResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCustomArmSettingsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCustomArmSettingsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CustomArmSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisarmSecuritySystemHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DisarmSecuritySystemResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ReadConsoleDisplayHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ReadConsoleDisplayHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ReadConsoleDisplayResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectToPanelHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectToPanelHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendKeyHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="KeyChar" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendKeyHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="OverrideSecurityPanelSessionHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="OverrideSecurityPanelSessionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="CommandCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="CommandCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CheckSecurityPanelLastCommandStateExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelConnectionStatusInfoHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelConnectionStatusInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelConnectionStatusInfoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RefreshSecrurityPanelStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RefreshSecrurityPanelStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserInfoHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DeleteUserInfoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="StateToSet" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DisableEnableUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEulaHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="Eula" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEulaHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserInfoHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserInfoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="UserTypeID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteUserHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DeleteUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="StateToSet" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisableEnableUserExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DisableEnableUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsExResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExV1HttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllUserDetailsExV1HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsExResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserId" type="s:string" />
|
|
<wsdl:part name="UserTypeId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserDetailsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsExResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="oldUsercode" type="s:string" />
|
|
<wsdl:part name="newUsercode" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserCodeHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ManageUserID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="PanelUserCode" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveMasterUserCodeHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SaveUserResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUsersExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserListResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSMSEmailCarriersHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSMSEmailCarriersHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SMSEmailCarrierResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNotificationMethodsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNotificationMethodsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:NotificationMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserClientPreferencesHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="PreferencesString" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SaveUserClientPreferencesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetHelpDocumentsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetHelpDocumentsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ListHelpDocsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserLanguageHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
<wsdl:part name="LanguageID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserLanguageHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserPasswordHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="oldPassword" type="s:string" />
|
|
<wsdl:part name="newPassword" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateUserPasswordHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedbackHttpPostIn">
|
|
<wsdl:part name="UserName" type="s:string" />
|
|
<wsdl:part name="AppID" type="s:string" />
|
|
<wsdl:part name="AppVersion" type="s:string" />
|
|
<wsdl:part name="ClientName" type="s:string" />
|
|
<wsdl:part name="ClientOS" type="s:string" />
|
|
<wsdl:part name="UserMessage" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedbackHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedback_V1HttpPostIn">
|
|
<wsdl:part name="UserName" type="s:string" />
|
|
<wsdl:part name="AppID" type="s:string" />
|
|
<wsdl:part name="AppVersion" type="s:string" />
|
|
<wsdl:part name="ClientName" type="s:string" />
|
|
<wsdl:part name="ClientOS" type="s:string" />
|
|
<wsdl:part name="UserMessage" type="s:string" />
|
|
<wsdl:part name="EmailID" type="s:string" />
|
|
<wsdl:part name="Rating" type="s:string" />
|
|
<wsdl:part name="Category" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubmitUserFeedback_V1HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateUserCodeHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResetUserPasswordHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="newPassword" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResetUserPasswordHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoteAuthenticateUserLoginHttpPostIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="RemoteApplicationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoteAuthenticateUserLoginHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:RemoteAuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateMPTGUIDLoginHttpPostIn">
|
|
<wsdl:part name="GUID" type="s:string" />
|
|
<wsdl:part name="MACID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateMPTGUIDLoginHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:MPTAuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginHttpPostIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginExHttpPostIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserLoginExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginHttpPostIn">
|
|
<wsdl:part name="GUID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginExHttpPostIn">
|
|
<wsdl:part name="GUID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateGUIDLoginExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionDetailsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsHttpPostIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateAndGetSessionIdByGuidHttpPostIn">
|
|
<wsdl:part name="guid" type="s:string" />
|
|
<wsdl:part name="applicationId" type="s:string" />
|
|
<wsdl:part name="applicationVersion" type="s:string" />
|
|
<wsdl:part name="localeCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateAndGetSessionIdByGuidHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AuthenticateLoginResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsExHttpPostIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetUserSessionDetailsHttpPostIn">
|
|
<wsdl:part name="username" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="applicationId" type="s:string" />
|
|
<wsdl:part name="applicationVersion" type="s:string" />
|
|
<wsdl:part name="localeCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetUserSessionDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsEncryptExHttpPostIn">
|
|
<wsdl:part name="userName" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
<wsdl:part name="ApplicationVersion" type="s:string" />
|
|
<wsdl:part name="LocaleCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginAndGetSessionDetailsEncryptExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SessionDetailResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="KeepAliveHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="KeepAliveHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogoutHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogoutHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:InterfaceSchemaResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaDetailsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:InterfaceSchemaResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaAndLogoDetailsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetInterfaceSchemaAndLogoDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:InterfaceSchemaAndLogoResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAppKeysHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ApplicationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAppKeysHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AppStaticKeyListInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="smartActionID" type="s:string" />
|
|
<wsdl:part name="userCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartActionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="smartActionID" type="s:string" />
|
|
<wsdl:part name="state" type="s:string" />
|
|
<wsdl:part name="userCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetSmartActionStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="smartActionID" type="s:string" />
|
|
<wsdl:part name="userCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartActionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionConfigurationHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartActionConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetSmartActionConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRConfigurationHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:VideoPIRConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRLocationDeviceListHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRLocationDeviceListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:VideoPIRListResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRCaptureTypesHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceClassID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRCaptureTypesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:VideoPIRCaptureTypesResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateVideoPIRConfigurationHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="DeviceName" type="s:string" />
|
|
<wsdl:part name="SYSTEM_Data" type="s:string" />
|
|
<wsdl:part name="VIDEO_Data" type="s:string" />
|
|
<wsdl:part name="MOTION_Data" type="s:string" />
|
|
<wsdl:part name="EVENT_Data" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateVideoPIRConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIREventRecordHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIREventRecordHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetVideoPIREventRecordResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TakeVideoPIRSnapshotsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TakeVideoPIRSnapshotsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRDeviceEventsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="EventID" type="s:string" />
|
|
<wsdl:part name="DateStamp" type="s:string" />
|
|
<wsdl:part name="CaptureFilterTypeID" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="AdditionalInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoPIRDeviceEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetVideoPIRDeviceEventsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLocationsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LyricUsername" type="s:string" />
|
|
<wsdl:part name="LyricPassword" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLocationsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WiFiLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiSmartAwayHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
<wsdl:part name="active" type="s:string" />
|
|
<wsdl:part name="hours" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiSmartAwayHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveWiFiDeviceHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveWiFiDeviceHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiWeatherFromDeviceHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WiFiWeatherFromDeviceHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WiFiWeatherResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLyricLocationsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LyricUsername" type="s:string" />
|
|
<wsdl:part name="LyricPassword" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLyricLocationsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:LyricThermostatLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetImageHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="ImageId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetImageHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:base64Binary" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLogoImageHttpPostIn">
|
|
<wsdl:part name="ImageId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLogoImageHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:base64Binary" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:LocationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSimpleHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationSimpleHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:LocationSimpleResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryListHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CountryListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryStateListHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="CountryID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCountryStateListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CountryStateListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllCountryStateListHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllCountryStateListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CountryStateListResultEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PartnerListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersExHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedPartnersExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PartnerListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubscribeUnsubscrbeCHILAccountHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="appID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="connectionID" type="s:string" />
|
|
<wsdl:part name="IsEnable" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SubscribeUnsubscrbeCHILAccountHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerInfoHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DealerInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSubscriberInfoHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSubscriberInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SubscriberInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:TimeZonesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesForCameraHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTimeZonesForCameraHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:TimeZonesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ServiceVersionHttpPostIn" />
|
|
<wsdl:message name="ServiceVersionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:VideoFileURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsExHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVideoFileURLsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:VideoFileURLExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventNotesHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventNotesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:NotesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="EventTypeFilter" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="StartDateTime" type="s:string" />
|
|
<wsdl:part name="EndDateTime" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
<wsdl:part name="SortOrder" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="EventTypeFilter" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="StartDateTime" type="s:string" />
|
|
<wsdl:part name="EndDateTime" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
<wsdl:part name="SortOrder" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellEventsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="EventTypeFilter" type="s:string" />
|
|
<wsdl:part name="ShowHidden" type="s:string" />
|
|
<wsdl:part name="StartDateTime" type="s:string" />
|
|
<wsdl:part name="EndDateTime" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
<wsdl:part name="SortOrder" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DoorbellEventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventTypeFilterHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventTypeFilterHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventTypeFilterResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventTypeFilterHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllEventTypeFilterHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventTypeFilterResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLiveEventsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLiveEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllLiveEventsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllLiveEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellLiveEventsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="LastEventIdReceived" type="s:string" />
|
|
<wsdl:part name="MaxRecords" type="s:string" />
|
|
<wsdl:part name="DateFormat" type="s:string" />
|
|
<wsdl:part name="TimeFormat" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorbellLiveEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DoorbellEventsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventNotesHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="Note" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventNotesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordHideStateHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="IsHidden" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordHideStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordLockStateHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="IsLocked" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateEventRecordLockStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateFavoriteEventRecordStateHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="FilterClass" type="s:string" />
|
|
<wsdl:part name="EventRecordId" type="s:string" />
|
|
<wsdl:part name="IsMarked" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateFavoriteEventRecordStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsCameraAvailableHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsCameraAvailableHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStateHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraIOStateHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraIOStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraIOStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraPositionHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraPositionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraPositionResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GotoPresetHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="PresetSlot" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GotoPresetHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StorePresetHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="PresetSlot" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StorePresetHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="MoveCameraHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="Direction" type="s:string" />
|
|
<wsdl:part name="Degrees" type="s:string" />
|
|
<wsdl:part name="PanSpeed" type="s:string" />
|
|
<wsdl:part name="TiltSpeed" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="MoveCameraHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DirectPanTiltHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="X" type="s:string" />
|
|
<wsdl:part name="Y" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DirectPanTiltHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WLLED_ControlHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="NewState" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WLLED_ControlHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="Output_ControlHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="OutputNumber" type="s:string" />
|
|
<wsdl:part name="NewState" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="Output_ControlHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TriggerVideoCaptureHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TriggerVideoCaptureHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConfigStreamModeHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="ModeSelector" type="s:string" />
|
|
<wsdl:part name="Size" type="s:string" />
|
|
<wsdl:part name="FramesPerSecond" type="s:string" />
|
|
<wsdl:part name="QualityType" type="s:string" />
|
|
<wsdl:part name="Quality" type="s:string" />
|
|
<wsdl:part name="BitRate" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConfigStreamModeHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ConfigStreamModeResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationCameraListHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationCameraListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AllCameraListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLocationAllCameraListExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AllCameraListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMediaServerConfigurationHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMediaServerConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:MediaServerConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfigurationHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfiguration2HttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraConfiguration2HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraConfigurationResults2" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateCameraConfigurationHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="CameraName" type="s:string" />
|
|
<wsdl:part name="SYSTEM_Data" type="s:string" />
|
|
<wsdl:part name="VIDEO_Data" type="s:string" />
|
|
<wsdl:part name="MOTION_Data" type="s:string" />
|
|
<wsdl:part name="IO_Data" type="s:string" />
|
|
<wsdl:part name="EVENT_Data" type="s:string" />
|
|
<wsdl:part name="PTZ_Data" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateCameraConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetDefaultCameraHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetDefaultCameraHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpgradeCameraFirmwareHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="FirmwareVersionNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpgradeCameraFirmwareHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFirmwareListHttpPostIn">
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFirmwareListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraFirmwareListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWirelessStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SearchType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWirelessStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraSignalStrengthResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraInformationHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="SearchType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraInformationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraInformationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWAPClientsInfoHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWAPClientsInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WAPClientsListResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetBatteryStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="MAC" type="s:string" />
|
|
<wsdl:part name="Type" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetBatteryStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraBatteryStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV1HttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV1HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV2HttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataExV2HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ConfiguredEventResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetConfiguredEventsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ConfiguredEventNotificationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryXMLHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryXMLHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SummaryConfiguredEventXML" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventSummaryHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SummaryConfiguredEventString" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationConditionalStatesHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationConditionalStatesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:NotificationConditionalStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationSchedulesHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationSchedulesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:NotificationScheduleResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationListsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllNotificationListsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetAllNotificationListsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendTestNotificationHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="NotificationListID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendTestNotificationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NotificationPauseHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="mode" type="s:string" />
|
|
<wsdl:part name="delay" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NotificationPauseHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:NotificationPauseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllSensorsMaskStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SensorEventResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEventMetaDataHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EventMetaDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V1HttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
<wsdl:part name="isSceneZones" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusEx_V1HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResultsEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V1HttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusEx_V1HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResultsEx_V1" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelFullStatusByDeviceIDExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
<wsdl:part name="ListIdentifierID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetZonesListInStateResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
<wsdl:part name="ListIdentifierID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetZonesListInStateExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetZonesListInStateExResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LastSequenceNumber" type="s:string" />
|
|
<wsdl:part name="LastUpdatedTimestampTicks" type="s:string" />
|
|
<wsdl:part name="PartitionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPanelMetaDataAndFullStatusByDeviceIDExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PanelMetadataAndStatusResultsEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassAllHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ZoneIDs" type="s1:StringArray" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassAllHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ZoneBypassResultEx" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="Zone" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="BypassHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ZoneBypassResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceInviteTokenHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceInviteTokenHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DeviceInviteTokenResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceProvisioningStatusHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="token" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceProvisioningStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceExHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveDoorbellDeviceExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WiFiDoorBellInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsExHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDetailsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WiFiDoorBellInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellSettingsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerDeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellSettingsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetDoorBellSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedSkybellDevicesHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="AccessToken" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAssociatedSkybellDevicesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetAssociatedSkybellDevicesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerVideoURLHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="deviceEventId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerVideoURLHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetPartnerVideoURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorBellClientIDHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDoorBellClientIDHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetWiFiDoorBellDiagnosticsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsExHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiDoorBellDeviceDiagnosticDetailsExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetWiFiDoorBellDiagnosticsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceMaxCountHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDeviceMaxCountHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetMaxDeviceCountResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUpdatePartnerCameraHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="PartnerCameraName" type="s:string" />
|
|
<wsdl:part name="LockId" type="s:string" />
|
|
<wsdl:part name="PartitionId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUpdatePartnerCameraHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteEnrolledPartnerCameraHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteEnrolledPartnerCameraHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraActivationStatusHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraActivationStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraActivationStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraActivationStatusHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="PartnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraActivationStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraActivationStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraAccessTokenHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraAccessTokenHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AccessTokenResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRefreshTokenHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="refreshToken" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRefreshTokenHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AccessTokenResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraSettingsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraSettingsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PartnerCameraSettingResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemovePartnerCameraHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemovePartnerCameraHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraLiveStreamHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraLiveStreamHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:LiveStreamResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCameraStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CameraStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecordPartnerCameraVideoHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecordPartnerCameraVideoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:RecordVideoResponseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraClipKeyHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="deviceEventId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraClipKeyHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ClipKeyResponseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestPartnerCameraSnapshotHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestPartnerCameraSnapshotHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SnapshotResponseResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraPrivacySettingsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="PrivacyMode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePartnerCameraPrivacySettingsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogActivityHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="MessageBody" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LogActivityHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRtspLiveStreamHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="PartnerId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="partnerCameraSerialNumber" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="streamingMode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartnerCameraRtspLiveStreamHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:RtspLiveStreamResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVAVCameraZoneInfoHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVAVCameraZoneInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:VAVCameraResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionAuthorityLevelHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="userId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPartitionAuthorityLevelHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SecurityPartitionAuthorityLevelResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserPartitionAuthorityHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetUserPartitionAuthorityHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UserDetailsPartitionResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUserMobileDeviceTokenHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserID" type="s:string" />
|
|
<wsdl:part name="ClientSoftwareTypeID" type="s:string" />
|
|
<wsdl:part name="MobileDeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertUserMobileDeviceTokenHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:InsertMobileDeviceTokenResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePushSubscriptionHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserID" type="s:string" />
|
|
<wsdl:part name="PushNotificationStatus" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdatePushSubscriptionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveUserMobileDeviceTokenHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="UserID" type="s:string" />
|
|
<wsdl:part name="MobileDeviceTokenID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RemoveUserMobileDeviceTokenHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PauseAllNotificationsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="Pause" type="s:string" />
|
|
<wsdl:part name="Mode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PauseAllNotificationsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:NotificationStatusResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllRSIDeviceStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllRSIDeviceStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:RSIDeviceStatusResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RSICameraLookinHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="RSIModuleSerialNo" type="s:string" />
|
|
<wsdl:part name="CameraIndex" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RSICameraLookinHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:RSICamLookinResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetRSICameraSettingsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="RSIModuleSerialNo" type="s:string" />
|
|
<wsdl:part name="CameraIndex" type="s:string" />
|
|
<wsdl:part name="Sensitivity" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetRSICameraSettingsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SetRSICameraSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSICameraSettingsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="RSIModuleSerialNo" type="s:string" />
|
|
<wsdl:part name="CameraIndex" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSICameraSettingsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetRSICameraSettingsResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSIVideoURLInfoHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="deviceEventId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRSIVideoURLInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetRSIVideoURLInfoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLockLocationsHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="accessToken" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiLockLocationsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WiFiLockLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateAccessTokenHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="locationId" type="s:string" />
|
|
<wsdl:part name="accessCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateAccessTokenHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WiFiAuthTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiThermostatLocationsHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="TCCUsername" type="s:string" />
|
|
<wsdl:part name="TCCPassword" type="s:string" />
|
|
<wsdl:part name="PartnerID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWiFiThermostatLocationsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:TCCWiFiLocationsResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWifiThermostatScheduleHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetWifiThermostatScheduleHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WifiThermostatScheduleResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateThermostatAccessTokenHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="authCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GenerateThermostatAccessTokenHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TestEmergencyAlertHttpPostIn">
|
|
<wsdl:part name="AccountId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="Message" type="s:string" />
|
|
<wsdl:part name="AcKrequired" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TestEmergencyAlertHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateSwitchIconHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SwitchID" type="s:string" />
|
|
<wsdl:part name="SwitchIconID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateSwitchIconHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:UpdateSwitchIconResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatScheduleHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetThermostatScheduleHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatScheduleResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ExecuteASceneHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ExecuteASceneHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ExecuteASceneResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteASceneHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteASceneHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SceneDeletionResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetASceneHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetASceneHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SceneDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSceneListHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSceneListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SceneListInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationLocksHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceId" type="s:string" />
|
|
<wsdl:part name="LockID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationLocksHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AutomationLockDataResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LockID" type="s:string" />
|
|
<wsdl:part name="LockDesiredState" type="s:string" />
|
|
<wsdl:part name="AuthorizingCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlALockHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:LockControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
<wsdl:part name="CurrentOpModeID" type="s:string" />
|
|
<wsdl:part name="HeatThreshold" type="s:string" />
|
|
<wsdl:part name="CoolThreshold" type="s:string" />
|
|
<wsdl:part name="ThermostatModeID" type="s:string" />
|
|
<wsdl:part name="HeatSetPoint" type="s:string" />
|
|
<wsdl:part name="CoolSetPoint" type="s:string" />
|
|
<wsdl:part name="ThermostatFanModeID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetThermostatScheduleHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="deviceID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
<wsdl:part name="thermostatID" type="s:string" />
|
|
<wsdl:part name="scheduleStatus" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetThermostatScheduleHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatExHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="ThermostatID" type="s:string" />
|
|
<wsdl:part name="CurrentOpModeID" type="s:string" />
|
|
<wsdl:part name="HeatThreshold" type="s:string" />
|
|
<wsdl:part name="CoolThreshold" type="s:string" />
|
|
<wsdl:part name="ThermostatModeID" type="s:string" />
|
|
<wsdl:part name="HeatSetPoint" type="s:string" />
|
|
<wsdl:part name="CoolSetPoint" type="s:string" />
|
|
<wsdl:part name="ThermostatFanModeID" type="s:string" />
|
|
<wsdl:part name="TempHoldTime" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlAThermostatExHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ThermostatControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlASwitchHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="SwitchID" type="s:string" />
|
|
<wsdl:part name="SwitchAction" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ControlASwitchHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SwitchControlDataResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="InstallerCode" type="s:string" />
|
|
<wsdl:part name="UserCode" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="ForceImport" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SynchronizeSecurityPanelHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AutomationSyncResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSyncJobStatusHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="JobID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSyncJobStatusHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:SyncJobResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisconnectPanelHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DisconnectPanelHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExV1HttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAllAutomationDeviceStatusExV1HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExV1HttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="AdditionalInput" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAutomationDeviceStatusExV1HttpPostOut">
|
|
<wsdl:part name="Body" element="tns:AutomationDataResults_Transitional" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetContentConfigurationHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetContentConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ContentConfigurationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CurrentWeatherResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ForecastWeatherResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerMessagesHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetDealerMessagesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:DealerMessageResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDealerMessageReadStateHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="MessageID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateDealerMessageReadStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherWithURLHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCurrentWeatherWithURLHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:CurrentWeatherURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherWithURLHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="LanguageCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetForecastWeatherWithURLHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ForecastWeatherURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressInSessionHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="EmailAddress" type="s:string" />
|
|
<wsdl:part name="ValidationKey" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressInSessionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressHttpPostIn">
|
|
<wsdl:part name="UserName" type="s:string" />
|
|
<wsdl:part name="ValidationKey" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateEmailAddressHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateNewEmailAddressHttpPostIn">
|
|
<wsdl:part name="ValidationKey" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ValidateNewEmailAddressHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:NewEmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendEmailValidationDetailsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="EmailAddress" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendEmailValidationDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendMultipleEmailValidationDetailsHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="userIdList" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendMultipleEmailValidationDetailsHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:ArrayOfMultiEmailValidationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDevicesHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDevicesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GPSDevicesResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceLocationDataHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceLocationDataHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GPSLocationResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceGeoFenceHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetGPSDeviceGeoFenceHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GPSDeviceGeoFenceResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEnteredGPSGeofencesHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEnteredGPSGeofencesHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GeofenceListResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendGPSLocateNowMessageHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="LocationId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendGPSLocateNowMessageHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePhotoForGPSDeviceHttpPostIn">
|
|
<wsdl:part name="SessionId" type="s:string" />
|
|
<wsdl:part name="DeviceID" type="s:string" />
|
|
<wsdl:part name="Image" type="s1:StringArray" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SavePhotoForGPSDeviceHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:PhotoURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestTWMSessionHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestTWMSessionHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GPSPopupURLResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartSceneHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="SmartSceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteSmartSceneHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartSceneHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="LocationID" type="s:string" />
|
|
<wsdl:part name="SmartSceneID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RunSmartSceneHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneConfigurationHttpPostIn">
|
|
<wsdl:part name="sessionID" type="s:string" />
|
|
<wsdl:part name="locationID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSmartSceneConfigurationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:GetSmartSceneConfigurationResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaInfoHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="IsPostLoginEula" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EULAResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaTextHttpPostIn">
|
|
<wsdl:part name="EulaID" type="s:string" />
|
|
<wsdl:part name="LanguageID" type="s:string" />
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetEulaTextHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EULATextResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="signEULAHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
<wsdl:part name="EulaId" type="s:string" />
|
|
<wsdl:part name="LanguageId" type="s:string" />
|
|
<wsdl:part name="CountryId" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="signEULAHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaInfoHttpPostIn" />
|
|
<wsdl:message name="GetPreLoginEulaInfoHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EULAResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaTextHttpPostIn">
|
|
<wsdl:part name="EulaID" type="s:string" />
|
|
<wsdl:part name="LanguageID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPreLoginEulaTextHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:EULATextResults" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AcceptRootedDeviceUsageHttpPostIn">
|
|
<wsdl:part name="SessionID" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AcceptRootedDeviceUsageHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:WebMethodResults" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="svcTC2APISoap">
|
|
<wsdl:operation name="ArmSecuritySystem">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Arm</wsdl:documentation>
|
|
<wsdl:input message="tns:ArmSecuritySystemSoapIn" />
|
|
<wsdl:output message="tns:ArmSecuritySystemSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CustomArmSecuritySystem">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick Commands - CustomArm</wsdl:documentation>
|
|
<wsdl:input message="tns:CustomArmSecuritySystemSoapIn" />
|
|
<wsdl:output message="tns:CustomArmSecuritySystemSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCustomArmSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves latest custom Arm settings set by the user </wsdl:documentation>
|
|
<wsdl:input message="tns:GetCustomArmSettingsSoapIn" />
|
|
<wsdl:output message="tns:GetCustomArmSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystem">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Disarm</wsdl:documentation>
|
|
<wsdl:input message="tns:DisarmSecuritySystemSoapIn" />
|
|
<wsdl:output message="tns:DisarmSecuritySystemSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReadConsoleDisplay">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Reads 16x2 Alpha Keypad Display and LED Status of Security System</wsdl:documentation>
|
|
<wsdl:input message="tns:ReadConsoleDisplaySoapIn" />
|
|
<wsdl:output message="tns:ReadConsoleDisplaySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConnectToPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Establishes Live Connection to Security System</wsdl:documentation>
|
|
<wsdl:input message="tns:ConnectToPanelSoapIn" />
|
|
<wsdl:output message="tns:ConnectToPanelSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendKey">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sends Keystroke to the Security Panel</wsdl:documentation>
|
|
<wsdl:input message="tns:SendKeySoapIn" />
|
|
<wsdl:output message="tns:SendKeySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="OverrideSecurityPanelSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Override Current User's Security Panel Session with his own Previous Session</wsdl:documentation>
|
|
<wsdl:input message="tns:OverrideSecurityPanelSessionSoapIn" />
|
|
<wsdl:output message="tns:OverrideSecurityPanelSessionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateSoapIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateExSoapIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes for Multipartion Arming</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateExV1SoapIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateExV1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateExV2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes for Multipartion Arming</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateExV2SoapIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateExV2SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelConnectionStatusInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the current connection status of the security panel</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelConnectionStatusInfoSoapIn" />
|
|
<wsdl:output message="tns:GetPanelConnectionStatusInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetIndividualZoneDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return List of Zone Informations for given ZoneId's</wsdl:documentation>
|
|
<wsdl:input message="tns:GetIndividualZoneDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetIndividualZoneDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RefreshSecrurityPanelStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Refresh or Insert a Command for a Security Panel</wsdl:documentation>
|
|
<wsdl:input message="tns:RefreshSecrurityPanelStatusSoapIn" />
|
|
<wsdl:output message="tns:RefreshSecrurityPanelStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelSecurityStatusByLocation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the Status of security Panel at list of Locations for Given User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelSecurityStatusByLocationSoapIn" />
|
|
<wsdl:output message="tns:GetPanelSecurityStatusByLocationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Arm</wsdl:documentation>
|
|
<wsdl:input message="tns:ArmSecuritySystemExSoapIn" />
|
|
<wsdl:output message="tns:ArmSecuritySystemExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisArmSecuritySystemEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Arm</wsdl:documentation>
|
|
<wsdl:input message="tns:DisArmSecuritySystemExSoapIn" />
|
|
<wsdl:output message="tns:DisArmSecuritySystemExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initiates Zone Bypass</wsdl:documentation>
|
|
<wsdl:input message="tns:BypassExSoapIn" />
|
|
<wsdl:output message="tns:BypassExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsers">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Partially depreciated in TC2.3+, stuill used for Notifications groups] Get Users that you can Manage</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUsersSoapIn" />
|
|
<wsdl:output message="tns:GetUsersSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUserInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Delete a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteUserInfoSoapIn" />
|
|
<wsdl:output message="tns:DeleteUserInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Disable / Enable a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DisableEnableUserSoapIn" />
|
|
<wsdl:output message="tns:DisableEnableUserSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEula">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update Eula or SMS Eula for a User</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEulaSoapIn" />
|
|
<wsdl:output message="tns:UpdateEulaSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserInfoSoapIn" />
|
|
<wsdl:output message="tns:GetUserInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for DeleteUserInfo. Deletes a Real User or Marks Virtual user for Deletion</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteUserSoapIn" />
|
|
<wsdl:output message="tns:DeleteUserSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUserEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for DisableEnableUser. Disable / Enable a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DisableEnableUserExSoapIn" />
|
|
<wsdl:output message="tns:DisableEnableUserExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deprecated in TC Multilingual - [TC2.1+] Replacement for GetUserInfo. Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetUserDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUserDetails. Get User information when editing another user or editing yourself-Includes Wifi Lock as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllUserDetailsExSoapIn" />
|
|
<wsdl:output message="tns:GetAllUserDetailsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.24 +] Replacement for GetAllUserDetailsEx. It will return user partition related informations</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllUserDetailsExV1SoapIn" />
|
|
<wsdl:output message="tns:GetAllUserDetailsExV1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUserDetails. Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserDetailsExSoapIn" />
|
|
<wsdl:output message="tns:GetUserDetailsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED in TC Multilingual - [TC2.1+] Replacement for SaveCreateUserInfo. Stores User information when editing self/another user or creating a new User</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveUserSoapIn" />
|
|
<wsdl:output message="tns:SaveUserSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for SaveCreateUserInfo. Stores User information when editing self/another user or creating a new User</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveUserExSoapIn" />
|
|
<wsdl:output message="tns:SaveUserExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserEx1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for SaveUserEx. Stores User information when editing self/another user or creating a new User.Added addtional feature</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveUserEx1SoapIn" />
|
|
<wsdl:output message="tns:SaveUserEx1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.24+] Replacement for SaveUserEx1. Included Partition informations</wsdl:documentation>
|
|
<wsdl:input message="tns:AddEditUserSoapIn" />
|
|
<wsdl:output message="tns:AddEditUserSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the usercode after login, so sessionid, oldUsercode, NewUserCode, UserId, LocationID is must</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserCodeSoapIn" />
|
|
<wsdl:output message="tns:UpdateUserCodeSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.8+] Created for Save MasterUsercode in TC if MasterUsercode changed in the panel.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveMasterUserCodeSoapIn" />
|
|
<wsdl:output message="tns:SaveMasterUserCodeSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsersEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUsers. Returns List of Real Users that one can manage if asked at AccountLevel. This also returns Real+Virtual Users if asked at Location Level.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUsersExSoapIn" />
|
|
<wsdl:output message="tns:GetUsersExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizePanelUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Synchronize Total Connect Users with Security System user codes</wsdl:documentation>
|
|
<wsdl:input message="tns:SynchronizePanelUserSoapIn" />
|
|
<wsdl:output message="tns:SynchronizePanelUserSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSMSEmailCarriers">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Provides list of SMS Email Carriers</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSMSEmailCarriersSoapIn" />
|
|
<wsdl:output message="tns:GetSMSEmailCarriersSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNotificationMethods">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.2+] Provides list of Notification Methods</wsdl:documentation>
|
|
<wsdl:input message="tns:GetNotificationMethodsSoapIn" />
|
|
<wsdl:output message="tns:GetNotificationMethodsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsUserNameValid">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Check if a UserName is ok to use</wsdl:documentation>
|
|
<wsdl:input message="tns:IsUserNameValidSoapIn" />
|
|
<wsdl:output message="tns:IsUserNameValidSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveCreateUserInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Add a user to an existing account, save user updates to another user, save user updates to yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveCreateUserInfoSoapIn" />
|
|
<wsdl:output message="tns:SaveCreateUserInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserClientPreferences">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save User-Client Preferences</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveUserClientPreferencesSoapIn" />
|
|
<wsdl:output message="tns:SaveUserClientPreferencesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetHelpDocuments">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get listing of Help Documents URLs</wsdl:documentation>
|
|
<wsdl:input message="tns:GetHelpDocumentsSoapIn" />
|
|
<wsdl:output message="tns:GetHelpDocumentsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserLanguage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update only the Language (LocaleId value) for a User. Country Code (ex. en-US) or a language Id as defined within TC2 can be used to update the value in the User Table.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserLanguageSoapIn" />
|
|
<wsdl:output message="tns:UpdateUserLanguageSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserPassword">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the user password after login, so sessioid, OldPassword and NewPassword is must</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserPasswordSoapIn" />
|
|
<wsdl:output message="tns:UpdateUserPasswordSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.12+] Used to get feedback from users</wsdl:documentation>
|
|
<wsdl:input message="tns:SubmitUserFeedbackSoapIn" />
|
|
<wsdl:output message="tns:SubmitUserFeedbackSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.12+] Used to get feedback from users along with EmailID and rating</wsdl:documentation>
|
|
<wsdl:input message="tns:SubmitUserFeedback_V1SoapIn" />
|
|
<wsdl:output message="tns:SubmitUserFeedback_V1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Validate user code </wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateUserCodeSoapIn" />
|
|
<wsdl:output message="tns:ValidateUserCodeSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResetUserPassword">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the user password after login, so sessioid, userName and NewPassword is must</wsdl:documentation>
|
|
<wsdl:input message="tns:ResetUserPasswordSoapIn" />
|
|
<wsdl:output message="tns:ResetUserPasswordSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCodeEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.8+] Created for Save MasterUsercode in TC if MasterUsercode changed in the panel.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveMasterUserCodeExSoapIn" />
|
|
<wsdl:output message="tns:SaveMasterUserCodeExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCodeEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the usercode after login, so sessionid, oldUsercode, NewUserCode, UserId, LocationID is must</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserCodeExSoapIn" />
|
|
<wsdl:output message="tns:UpdateUserCodeExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCodeEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Validate user code </wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateUserCodeExSoapIn" />
|
|
<wsdl:output message="tns:ValidateUserCodeExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoteAuthenticateUserLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remote Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoteAuthenticateUserLoginSoapIn" />
|
|
<wsdl:output message="tns:RemoteAuthenticateUserLoginSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateMPTGUIDLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">MAC validation request for the given GUID for Mobile Punch thru access</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateMPTGUIDLoginSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateMPTGUIDLoginSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateUserLoginSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateUserLoginSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLoginEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateUserLoginExSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateUserLoginExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateGUIDLoginSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateGUIDLoginSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLoginEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateGUIDLoginExSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateGUIDLoginExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request session details for the given sessionID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSessionDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetSessionDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsSoapIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateAndGetSessionIdByGuid">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateAndGetSessionIdByGuidSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateAndGetSessionIdByGuidSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsExSoapIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetUserSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Authentication for the given username and password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetUserSessionDetailsSoapIn" />
|
|
<wsdl:output message="tns:LoginAndGetUserSessionDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEncryptEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given encrypted username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsEncryptExSoapIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsEncryptExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="KeepAlive">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Inquire about an active session for the purpose of avoiding a server-side timeout.</wsdl:documentation>
|
|
<wsdl:input message="tns:KeepAliveSoapIn" />
|
|
<wsdl:output message="tns:KeepAliveSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Logout">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given sessionID be logged out and/or terminated.</wsdl:documentation>
|
|
<wsdl:input message="tns:LogoutSoapIn" />
|
|
<wsdl:output message="tns:LogoutSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AnythingChanged">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Determines anything changed since last update. The result will guide the UI further. NOTE: Deprecated and no longer supported.</wsdl:documentation>
|
|
<wsdl:input message="tns:AnythingChangedSoapIn" />
|
|
<wsdl:output message="tns:AnythingChangedSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[DEPRECIATED] Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaDetailsExSoapIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaDetailsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaAndLogoDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaAndLogoDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaAndLogoDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAppKeys">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Static Key information for Clients</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAppKeysSoapIn" />
|
|
<wsdl:output message="tns:GetAllAppKeysSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartAction">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove a single Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartActionSoapIn" />
|
|
<wsdl:output message="tns:DeleteSmartActionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartActionList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove the List of Smart Actions</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartActionListSoapIn" />
|
|
<wsdl:output message="tns:DeleteSmartActionListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Set the Smart Action state</wsdl:documentation>
|
|
<wsdl:input message="tns:SetSmartActionStateSoapIn" />
|
|
<wsdl:output message="tns:SetSmartActionStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartAction">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Execute the Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:RunSmartActionSoapIn" />
|
|
<wsdl:output message="tns:RunSmartActionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Get the Smart Action Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartActionConfigurationSoapIn" />
|
|
<wsdl:output message="tns:GetSmartActionConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartActionEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove a single Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartActionExSoapIn" />
|
|
<wsdl:output message="tns:DeleteSmartActionExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionStateEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Set the Smart Action state</wsdl:documentation>
|
|
<wsdl:input message="tns:SetSmartActionStateExSoapIn" />
|
|
<wsdl:output message="tns:SetSmartActionStateExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartActionEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Execute the Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:RunSmartActionExSoapIn" />
|
|
<wsdl:output message="tns:RunSmartActionExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given Video PIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRConfigurationSoapIn" />
|
|
<wsdl:output message="tns:GetVideoPIRConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRLocationDeviceList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of Video PIR for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRLocationDeviceListSoapIn" />
|
|
<wsdl:output message="tns:GetVideoPIRLocationDeviceListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRCaptureTypes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the capturetypes for VideoPIR device</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRCaptureTypesSoapIn" />
|
|
<wsdl:output message="tns:GetVideoPIRCaptureTypesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateVideoPIRConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the configuration information for the given VideoPIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateVideoPIRConfigurationSoapIn" />
|
|
<wsdl:output message="tns:UpdateVideoPIRConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIREventRecord">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Video PIR event record based on Event TypeID </wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIREventRecordSoapIn" />
|
|
<wsdl:output message="tns:GetVideoPIREventRecordSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TakeVideoPIRSnapshots">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Trigger the Peek In Now Action for VideoPIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:TakeVideoPIRSnapshotsSoapIn" />
|
|
<wsdl:output message="tns:TakeVideoPIRSnapshotsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRDeviceEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get VideoPIR device events with applied filter condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRDeviceEventsSoapIn" />
|
|
<wsdl:output message="tns:GetVideoPIRDeviceEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiLocationsSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiLocationsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ActivateWiFiDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Activate WiFi Devices in Total Connect.</wsdl:documentation>
|
|
<wsdl:input message="tns:ActivateWiFiDeviceSoapIn" />
|
|
<wsdl:output message="tns:ActivateWiFiDeviceSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiSmartAway">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Turn On/Off WiFi Smart Away</wsdl:documentation>
|
|
<wsdl:input message="tns:WiFiSmartAwaySoapIn" />
|
|
<wsdl:output message="tns:WiFiSmartAwaySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveWiFiDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove WiFi Device from Total Connect</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveWiFiDeviceSoapIn" />
|
|
<wsdl:output message="tns:RemoveWiFiDeviceSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiWeatherFromDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This will return the weather forecast for the device location.</wsdl:documentation>
|
|
<wsdl:input message="tns:WiFiWeatherFromDeviceSoapIn" />
|
|
<wsdl:output message="tns:WiFiWeatherFromDeviceSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This will return the results for one thermostat.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetThermostatSoapIn" />
|
|
<wsdl:output message="tns:GetThermostatSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLyricLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of Lyric locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLyricLocationsSoapIn" />
|
|
<wsdl:output message="tns:GetLyricLocationsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddRemoveLyricThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Activate and Remove Lyric Thermostat in Total Connect.</wsdl:documentation>
|
|
<wsdl:input message="tns:AddRemoveLyricThermostatSoapIn" />
|
|
<wsdl:output message="tns:AddRemoveLyricThermostatSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetImage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to Save an image to an object PhotoClassId:1- location, 2 - User image</wsdl:documentation>
|
|
<wsdl:input message="tns:GetImageSoapIn" />
|
|
<wsdl:output message="tns:GetImageSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLogoImage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to Retrieve a Branding Image LOGO</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLogoImageSoapIn" />
|
|
<wsdl:output message="tns:GetLogoImageSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the data associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationSoapIn" />
|
|
<wsdl:output message="tns:GetLocationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationSimple">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the data associated with the basic attributes of a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationSimpleSoapIn" />
|
|
<wsdl:output message="tns:GetLocationSimpleSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveLocation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Saves the data associated with a LocationInfo object to the database. Since this method will only update an existing Location, you are required to pass in its LocationId. Pass in a null value for the Image byte array when either the image has not changed or when the default imageIs to be used. Any previous image will be deleted when either a null or actual image is saved. At the curent triggerTime, the Alias is for the one security system associated with this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveLocationSoapIn" />
|
|
<wsdl:output message="tns:SaveLocationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveLocationSimple">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Saves the data associated with a LocationInfo object to the database. Since this method will only update an existing Location, you are required to pass in its LocationId. Pass in a null value for the Image byte array when either the image has not changed or when the default imageIs to be used. Any previous image will be deleted when either a null or actual image is saved. At the curent triggerTime, the Alias is for the one security system associated with this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveLocationSimpleSoapIn" />
|
|
<wsdl:output message="tns:SaveLocationSimpleSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of supported countries</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCountryListSoapIn" />
|
|
<wsdl:output message="tns:GetCountryListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryStateList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of states for a country</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCountryStateListSoapIn" />
|
|
<wsdl:output message="tns:GetCountryStateListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllCountryStateList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the list of countries & States</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllCountryStateListSoapIn" />
|
|
<wsdl:output message="tns:GetAllCountryStateListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartners">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersSoapIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Multiple Skybell Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersExSoapIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersMultiLocation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersMultiLocationSoapIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersMultiLocationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersMultiLocationEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Multiple Skybell Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersMultiLocationExSoapIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersMultiLocationExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubscribeUnsubscrbeCHILAccount">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Subscribe and Unsubscribe Lyric Account</wsdl:documentation>
|
|
<wsdl:input message="tns:SubscribeUnsubscrbeCHILAccountSoapIn" />
|
|
<wsdl:output message="tns:SubscribeUnsubscrbeCHILAccountSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Dealer Information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDealerInfoSoapIn" />
|
|
<wsdl:output message="tns:GetDealerInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSubscriberInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Subscriber Information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSubscriberInfoSoapIn" />
|
|
<wsdl:output message="tns:GetSubscriberInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZones">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the set of available triggerTime zone regions and their ID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetTimeZonesSoapIn" />
|
|
<wsdl:output message="tns:GetTimeZonesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZonesForCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the set of available triggerTime zone regions and their ID for Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetTimeZonesForCameraSoapIn" />
|
|
<wsdl:output message="tns:GetTimeZonesForCameraSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceVersion">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Provides version information for the web service.</wsdl:documentation>
|
|
<wsdl:input message="tns:ServiceVersionSoapIn" />
|
|
<wsdl:output message="tns:ServiceVersionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLs">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the set of video file URLs for a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoFileURLsSoapIn" />
|
|
<wsdl:output message="tns:GetVideoFileURLsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the set of video file URLs for a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoFileURLsExSoapIn" />
|
|
<wsdl:output message="tns:GetVideoFileURLsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventNotes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the notes associated with a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventNotesSoapIn" />
|
|
<wsdl:output message="tns:GetEventNotesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventsSoapIn" />
|
|
<wsdl:output message="tns:GetEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllEventsSoapIn" />
|
|
<wsdl:output message="tns:GetAllEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns doorbell event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorbellEventsSoapIn" />
|
|
<wsdl:output message="tns:GetDoorbellEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventsExSoapIn" />
|
|
<wsdl:output message="tns:GetEventsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventsEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.Eevnts by partition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventsEx_V1SoapIn" />
|
|
<wsdl:output message="tns:GetEventsEx_V1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventTypeFilter">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of available event type filter values that are to be used for filtering the event record retrieval.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventTypeFilterSoapIn" />
|
|
<wsdl:output message="tns:GetEventTypeFilterSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEventTypeFilter">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of available event type filter values that are to be used for filtering the event record retrieval.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllEventTypeFilterSoapIn" />
|
|
<wsdl:output message="tns:GetAllEventTypeFilterSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLiveEventsSoapIn" />
|
|
<wsdl:output message="tns:GetLiveEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllLiveEventsSoapIn" />
|
|
<wsdl:output message="tns:GetAllLiveEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of doorbell event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorbellLiveEventsSoapIn" />
|
|
<wsdl:output message="tns:GetDoorbellLiveEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventNotes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the note associated with a device or audit event. Storing an empty string will clear a note.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventNotesSoapIn" />
|
|
<wsdl:output message="tns:UpdateEventNotesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordHideState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the hidden state of a device or audit event record. Hidden records are not returned during normal GetEvents requests unlessthe ShowHidden parameter is true.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventRecordHideStateSoapIn" />
|
|
<wsdl:output message="tns:UpdateEventRecordHideStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordLockState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the lock state of a device or audit event record. When a record is locked, the automated clean up process will retain the locked record. Only unlocked records will be removed.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventRecordLockStateSoapIn" />
|
|
<wsdl:output message="tns:UpdateEventRecordLockStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateFavoriteEventRecordState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the lock state of a device or audit event record. When a record is locked, the automated clean up process will retain the locked record. Only unlocked records will be removed.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateFavoriteEventRecordStateSoapIn" />
|
|
<wsdl:output message="tns:UpdateFavoriteEventRecordStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsCameraAvailable">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Determine if the camera is available for a stream at the moment. Current reasons for unavailability would be if the camera is updating</wsdl:documentation>
|
|
<wsdl:input message="tns:IsCameraAvailableSoapIn" />
|
|
<wsdl:output message="tns:IsCameraAvailableSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current state (flags, pan/tilt location, WLLED, output state) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraStateSoapIn" />
|
|
<wsdl:output message="tns:GetCameraStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraIOState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current I/O state (flags, WLLED, output state) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraIOStateSoapIn" />
|
|
<wsdl:output message="tns:GetCameraIOStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraPosition">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current pan/tilt location for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraPositionSoapIn" />
|
|
<wsdl:output message="tns:GetCameraPositionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GotoPreset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move to the given preset pan/tilt location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GotoPresetSoapIn" />
|
|
<wsdl:output message="tns:GotoPresetSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StorePreset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the current pan/tilt location be stored as the given preset slot for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:StorePresetSoapIn" />
|
|
<wsdl:output message="tns:StorePresetSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="MoveCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move in the specified direction, speed and distance.</wsdl:documentation>
|
|
<wsdl:input message="tns:MoveCameraSoapIn" />
|
|
<wsdl:output message="tns:MoveCameraSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DirectPanTilt">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move to the specified location, based on a 640x480 viewport mapping.</wsdl:documentation>
|
|
<wsdl:input message="tns:DirectPanTiltSoapIn" />
|
|
<wsdl:output message="tns:DirectPanTiltSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WLLED_Control">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the WLLED for the given camera be turned on/off.</wsdl:documentation>
|
|
<wsdl:input message="tns:WLLED_ControlSoapIn" />
|
|
<wsdl:output message="tns:WLLED_ControlSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Output_Control">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the output control for the given camera be turned on/off.</wsdl:documentation>
|
|
<wsdl:input message="tns:Output_ControlSoapIn" />
|
|
<wsdl:output message="tns:Output_ControlSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TriggerVideoCapture">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request the given camera to archive a video clip to the server.</wsdl:documentation>
|
|
<wsdl:input message="tns:TriggerVideoCaptureSoapIn" />
|
|
<wsdl:output message="tns:TriggerVideoCaptureSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConfigStreamMode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Configure the given camera to use the specified video mode.</wsdl:documentation>
|
|
<wsdl:input message="tns:ConfigStreamModeSoapIn" />
|
|
<wsdl:output message="tns:ConfigStreamModeSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationCameraList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of cameras for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationCameraListSoapIn" />
|
|
<wsdl:output message="tns:GetLocationCameraListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of All cameras for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationAllCameraListSoapIn" />
|
|
<wsdl:output message="tns:GetLocationAllCameraListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraListEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of All cameras and Multiple Skybell for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationAllCameraListExSoapIn" />
|
|
<wsdl:output message="tns:GetLocationAllCameraListExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMediaServerConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetMediaServerConfigurationSoapIn" />
|
|
<wsdl:output message="tns:GetMediaServerConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraConfigurationSoapIn" />
|
|
<wsdl:output message="tns:GetCameraConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information (including limits) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraConfiguration2SoapIn" />
|
|
<wsdl:output message="tns:GetCameraConfiguration2SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateCameraConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateCameraConfigurationSoapIn" />
|
|
<wsdl:output message="tns:UpdateCameraConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetDefaultCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Adjust default camera settings</wsdl:documentation>
|
|
<wsdl:input message="tns:SetDefaultCameraSoapIn" />
|
|
<wsdl:output message="tns:SetDefaultCameraSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpgradeCameraFirmware">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the camera firmware be upgraded/changed to the specified version (or default, if unspecified)</wsdl:documentation>
|
|
<wsdl:input message="tns:UpgradeCameraFirmwareSoapIn" />
|
|
<wsdl:output message="tns:UpgradeCameraFirmwareSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFirmwareList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request a list of available camera firmware upgrade options for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetFirmwareListSoapIn" />
|
|
<wsdl:output message="tns:GetFirmwareListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWirelessStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get camera wireless status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWirelessStatusSoapIn" />
|
|
<wsdl:output message="tns:GetWirelessStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraInformation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get camera Information - provides camera wireless details and Network data</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraInformationSoapIn" />
|
|
<wsdl:output message="tns:GetCameraInformationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWAPClientsInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets WAP clients status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWAPClientsInfoSoapIn" />
|
|
<wsdl:output message="tns:GetWAPClientsInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetBatteryStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets Camera Battery Status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetBatteryStatusSoapIn" />
|
|
<wsdl:output message="tns:GetBatteryStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExSoapIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExV1SoapIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExV1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location based on Partitions. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExV2SoapIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExV2SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Configured Notification Events at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetConfiguredEventsSoapIn" />
|
|
<wsdl:output message="tns:GetConfiguredEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEventsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Configured Notification Events at the Given Location.Added notification flags for each module</wsdl:documentation>
|
|
<wsdl:input message="tns:GetConfiguredEventsExSoapIn" />
|
|
<wsdl:output message="tns:GetConfiguredEventsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummaryXML">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Summary of Configured Notification Events in XML at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventSummaryXMLSoapIn" />
|
|
<wsdl:output message="tns:GetEventSummaryXMLSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummary">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Summary of Configured Notification Events at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventSummarySoapIn" />
|
|
<wsdl:output message="tns:GetEventSummarySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationListEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the stored data for the list of event notifications for the given location</wsdl:documentation>
|
|
<wsdl:input message="tns:TransactNotificationListEventsSoapIn" />
|
|
<wsdl:output message="tns:TransactNotificationListEventsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactSensorsMaskStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the stored data for the list of event notifications for the given location</wsdl:documentation>
|
|
<wsdl:input message="tns:TransactSensorsMaskStatusSoapIn" />
|
|
<wsdl:output message="tns:TransactSensorsMaskStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactSensorsMaskStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the stored data for the list of event notifications for the given location</wsdl:documentation>
|
|
<wsdl:input message="tns:TransactSensorsMaskStatusExSoapIn" />
|
|
<wsdl:output message="tns:TransactSensorsMaskStatusExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationConditionalStates">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification states permitted for this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationConditionalStatesSoapIn" />
|
|
<wsdl:output message="tns:GetAllNotificationConditionalStatesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationSchedules">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification schedules available.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationSchedulesSoapIn" />
|
|
<wsdl:output message="tns:GetAllNotificationSchedulesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationSchedules">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the stored data for the list of event notification schedules</wsdl:documentation>
|
|
<wsdl:input message="tns:TransactNotificationSchedulesSoapIn" />
|
|
<wsdl:output message="tns:TransactNotificationSchedulesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationLists">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the Notification Lists associated with current user's TotalConnect account)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationListsSoapIn" />
|
|
<wsdl:output message="tns:GetAllNotificationListsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationLists">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the Notification List associated with the User</wsdl:documentation>
|
|
<wsdl:input message="tns:TransactNotificationListsSoapIn" />
|
|
<wsdl:output message="tns:TransactNotificationListsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendTestNotification">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sends Summary Email about the Notification List to the Admin user</wsdl:documentation>
|
|
<wsdl:input message="tns:SendTestNotificationSoapIn" />
|
|
<wsdl:output message="tns:SendTestNotificationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NotificationPause">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Enable/disabled notifications for logged in user and/or return notification pause status.</wsdl:documentation>
|
|
<wsdl:input message="tns:NotificationPauseSoapIn" />
|
|
<wsdl:output message="tns:NotificationPauseSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification states permitted for this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllSensorsMaskStatusSoapIn" />
|
|
<wsdl:output message="tns:GetAllSensorsMaskStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification states permitted for this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllSensorsMaskStatusExSoapIn" />
|
|
<wsdl:output message="tns:GetAllSensorsMaskStatusExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaData">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[DEPRECATED] Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataSoapIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusSoapIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelSecurityStatusforUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the Status of security Panel at multiple Locations for Given User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelSecurityStatusforUserSoapIn" />
|
|
<wsdl:output message="tns:GetPanelSecurityStatusforUserSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusExSoapIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User.Added CanBeBypassable flag to determine zone is bypassable or not</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusEx_V1SoapIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusEx_V1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User.Added CanBeBypassable flag to determine zone is bypassable or not</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusEx_V2SoapIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusEx_V2SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusSoapIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusByDeviceIDSoapIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusByDeviceIDSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusExSoapIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusEx_V1SoapIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusEx_V1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusEx_V2SoapIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusEx_V2SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceIDEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusByDeviceIDExSoapIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusByDeviceIDExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the zones in different states like Alarms, Faults, Trouble, and Bypassed</wsdl:documentation>
|
|
<wsdl:input message="tns:GetZonesListInStateSoapIn" />
|
|
<wsdl:output message="tns:GetZonesListInStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Enriched Method] Get the zones in different states like Alarms, Faults, Trouble, and Bypassed and whether it is Bypassable Zone or Not</wsdl:documentation>
|
|
<wsdl:input message="tns:GetZonesListInStateExSoapIn" />
|
|
<wsdl:output message="tns:GetZonesListInStateExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusByDeviceIDSoapIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusByDeviceIDSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusByDeviceIDExSoapIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusByDeviceIDExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassAll">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initiates Zone Bypass for multiple zones</wsdl:documentation>
|
|
<wsdl:input message="tns:BypassAllSoapIn" />
|
|
<wsdl:output message="tns:BypassAllSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Bypass">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initiates Zone Bypass</wsdl:documentation>
|
|
<wsdl:input message="tns:BypassSoapIn" />
|
|
<wsdl:output message="tns:BypassSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveGeofenceInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update User's Geofence Area selection - includes Latitude, Longitude and Radius</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveGeofenceInfoSoapIn" />
|
|
<wsdl:output message="tns:SaveGeofenceInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceInviteToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Device Invite Token for a Sky Bell User.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceInviteTokenSoapIn" />
|
|
<wsdl:output message="tns:GetDeviceInviteTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceProvisioningStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Device provisioning status for the given token.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceProvisioningStatusSoapIn" />
|
|
<wsdl:output message="tns:GetDeviceProvisioningStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDoorBellDetail">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update DoorBell Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateDoorBellDetailSoapIn" />
|
|
<wsdl:output message="tns:UpdateDoorBellDetailSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Removes Doorbell from TC and Skybell</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveDoorbellDeviceSoapIn" />
|
|
<wsdl:output message="tns:RemoveDoorbellDeviceSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDeviceEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Removes Doorbell from TC and Skybell for Multiple Skybell per Location</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveDoorbellDeviceExSoapIn" />
|
|
<wsdl:output message="tns:RemoveDoorbellDeviceExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Details for Multiple Skybell per location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDetailsExSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDetailsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Settings</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellSettingsSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateWiFiDoorBellSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update WiFi Door Bell Settings</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateWiFiDoorBellSettingsSoapIn" />
|
|
<wsdl:output message="tns:UpdateWiFiDoorBellSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedSkybellDevices">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all devices associated to Skybell Account.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedSkybellDevicesSoapIn" />
|
|
<wsdl:output message="tns:GetAssociatedSkybellDevicesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerVideoURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Partner Video URL for the device event</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerVideoURLSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerVideoURLSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorBellClientID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get DoorBell - Client ID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorBellClientIDSoapIn" />
|
|
<wsdl:output message="tns:GetDoorBellClientIDSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Diagnostic Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Diagnostic Details for Multiple Skybell per Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsExSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceMaxCount">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the maximum device count per location for all devices present in that location</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceMaxCountSoapIn" />
|
|
<wsdl:output message="tns:GetDeviceMaxCountSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnrollPartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Enrollment details for a Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:EnrollPartnerCameraSoapIn" />
|
|
<wsdl:output message="tns:EnrollPartnerCameraSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUpdatePartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Enrollment status for a Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:InsertUpdatePartnerCameraSoapIn" />
|
|
<wsdl:output message="tns:InsertUpdatePartnerCameraSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteEnrolledPartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteEnrolledPartnerCameraSoapIn" />
|
|
<wsdl:output message="tns:DeleteEnrolledPartnerCameraSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraActivationStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Activation status for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraActivationStatusSoapIn" />
|
|
<wsdl:output message="tns:GetCameraActivationStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraActivationStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Activation status for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraActivationStatusSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraActivationStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Access Token detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraAccessTokenSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraAccessTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRefreshToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Refresh Token detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraRefreshTokenSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraRefreshTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Settings for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraSettingsSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:SavePartnerCameraSettingsSoapIn" />
|
|
<wsdl:output message="tns:SavePartnerCameraSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemovePartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove Lyric Camera from the Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:RemovePartnerCameraSoapIn" />
|
|
<wsdl:output message="tns:RemovePartnerCameraSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraLiveStream">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraLiveStreamSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraLiveStreamSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Lyric Camera and RSI Camera status.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraStatusSoapIn" />
|
|
<wsdl:output message="tns:GetCameraStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Lyric Camera and RSI Camera status.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraStatusSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecordPartnerCameraVideo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:RecordPartnerCameraVideoSoapIn" />
|
|
<wsdl:output message="tns:RecordPartnerCameraVideoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraClipKey">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return clip Key detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraClipKeySoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraClipKeySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestPartnerCameraSnapshot">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Snapshot detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:RequestPartnerCameraSnapshotSoapIn" />
|
|
<wsdl:output message="tns:RequestPartnerCameraSnapshotSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraPrivacySettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:SavePartnerCameraPrivacySettingsSoapIn" />
|
|
<wsdl:output message="tns:SavePartnerCameraPrivacySettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LogActivity">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Log Message to Kibana Server</wsdl:documentation>
|
|
<wsdl:input message="tns:LogActivitySoapIn" />
|
|
<wsdl:output message="tns:LogActivitySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRtspLiveStream">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraRtspLiveStreamSoapIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraRtspLiveStreamSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveVAVCameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for VAV Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveVAVCameraSettingsSoapIn" />
|
|
<wsdl:output message="tns:SaveVAVCameraSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVAVCameraZoneInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for VAV Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVAVCameraZoneInfoSoapIn" />
|
|
<wsdl:output message="tns:GetVAVCameraZoneInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionsDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return List of Partitions for the Given DeviceID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartitionsDetailsSoapIn" />
|
|
<wsdl:output message="tns:GetPartitionsDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionAuthorityLevel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return List of Partitions Authority Level info.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartitionAuthorityLevelSoapIn" />
|
|
<wsdl:output message="tns:GetPartitionAuthorityLevelSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserPartitionAuthority">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] R Get User information with Partition Authority</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserPartitionAuthoritySoapIn" />
|
|
<wsdl:output message="tns:GetUserPartitionAuthoritySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Enriched Method] Get the zones in different states like Alarms, Faults, Trouble, and Bypassed and whether it is Bypassable Zone or Not for Multipartition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetZonesListInStateEx_V1SoapIn" />
|
|
<wsdl:output message="tns:GetZonesListInStateEx_V1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemPartitions">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Arm with specified partitions</wsdl:documentation>
|
|
<wsdl:input message="tns:ArmSecuritySystemPartitionsSoapIn" />
|
|
<wsdl:output message="tns:ArmSecuritySystemPartitionsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystemPartitions">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Disarm</wsdl:documentation>
|
|
<wsdl:input message="tns:DisarmSecuritySystemPartitionsSoapIn" />
|
|
<wsdl:output message="tns:DisarmSecuritySystemPartitionsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemPartitionsV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Arm with specified partitions</wsdl:documentation>
|
|
<wsdl:input message="tns:ArmSecuritySystemPartitionsV1SoapIn" />
|
|
<wsdl:output message="tns:ArmSecuritySystemPartitionsV1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystemPartitionsV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Disarm</wsdl:documentation>
|
|
<wsdl:input message="tns:DisarmSecuritySystemPartitionsV1SoapIn" />
|
|
<wsdl:output message="tns:DisarmSecuritySystemPartitionsV1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePartitionConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">configuring enabled feature for each partition-master user</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdatePartitionConfigurationSoapIn" />
|
|
<wsdl:output message="tns:UpdatePartitionConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUserMobileDeviceToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Stores MobileDeviceToken ID for a User</wsdl:documentation>
|
|
<wsdl:input message="tns:InsertUserMobileDeviceTokenSoapIn" />
|
|
<wsdl:output message="tns:InsertUserMobileDeviceTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePushSubscription">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update User's Push notification Subscription</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdatePushSubscriptionSoapIn" />
|
|
<wsdl:output message="tns:UpdatePushSubscriptionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveUserMobileDeviceToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove User's MobileDevice token id</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveUserMobileDeviceTokenSoapIn" />
|
|
<wsdl:output message="tns:RemoveUserMobileDeviceTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PauseAllNotifications">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pause / Allow all notifications for logged in user</wsdl:documentation>
|
|
<wsdl:input message="tns:PauseAllNotificationsSoapIn" />
|
|
<wsdl:output message="tns:PauseAllNotificationsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllRSIDeviceStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI camera wireless, Supervision and Low Battery status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllRSIDeviceStatusSoapIn" />
|
|
<wsdl:output message="tns:GetAllRSIDeviceStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RSICameraLookin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Look in for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:RSICameraLookinSoapIn" />
|
|
<wsdl:output message="tns:RSICameraLookinSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetRSICameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set RSI Camera Settings for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:SetRSICameraSettingsSoapIn" />
|
|
<wsdl:output message="tns:SetRSICameraSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSICameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI Camera Settings for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:GetRSICameraSettingsSoapIn" />
|
|
<wsdl:output message="tns:GetRSICameraSettingsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSIVideoURLInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI Video URL Info for the device event</wsdl:documentation>
|
|
<wsdl:input message="tns:GetRSIVideoURLInfoSoapIn" />
|
|
<wsdl:output message="tns:GetRSIVideoURLInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLockLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiLockLocationsSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiLockLocationsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveWiFiLockDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Add/Remoce WiFi Devices in Total Connect.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveWiFiLockDeviceSoapIn" />
|
|
<wsdl:output message="tns:SaveWiFiLockDeviceSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save August Lock OAUTH Access Token in Total Connect.</wsdl:documentation>
|
|
<wsdl:input message="tns:GenerateAccessTokenSoapIn" />
|
|
<wsdl:output message="tns:GenerateAccessTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiThermostatLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of TCC WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiThermostatLocationsSoapIn" />
|
|
<wsdl:output message="tns:GetWiFiThermostatLocationsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddDeleteWiFiThermostats">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Add/Delete the TCC WiFi Thermostats in Total Connect.</wsdl:documentation>
|
|
<wsdl:input message="tns:AddDeleteWiFiThermostatsSoapIn" />
|
|
<wsdl:output message="tns:AddDeleteWiFiThermostatsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWifiThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Configured TCC WiFi Thermostat Schedules.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWifiThermostatScheduleSoapIn" />
|
|
<wsdl:output message="tns:GetWifiThermostatScheduleSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateWifiThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the TCC WiFi Thermostat Schedules.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateWifiThermostatScheduleSoapIn" />
|
|
<wsdl:output message="tns:UpdateWifiThermostatScheduleSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateThermostatAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Success/Failure on Thermostat Access Token Generation</wsdl:documentation>
|
|
<wsdl:input message="tns:GenerateThermostatAccessTokenSoapIn" />
|
|
<wsdl:output message="tns:GenerateThermostatAccessTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TestEmergencyAlert">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Insert the Severe weather test message for the given locationID</wsdl:documentation>
|
|
<wsdl:input message="tns:TestEmergencyAlertSoapIn" />
|
|
<wsdl:output message="tns:TestEmergencyAlertSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateSwitchIcon">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update a Switch Icon (database only)</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateSwitchIconSoapIn" />
|
|
<wsdl:output message="tns:UpdateSwitchIconSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update a Thermostat schedule (database only)</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateThermostatScheduleSoapIn" />
|
|
<wsdl:output message="tns:UpdateThermostatScheduleSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a Thermostat schedule (from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetThermostatScheduleSoapIn" />
|
|
<wsdl:output message="tns:GetThermostatScheduleSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ExecuteAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a single scene</wsdl:documentation>
|
|
<wsdl:input message="tns:ExecuteASceneSoapIn" />
|
|
<wsdl:output message="tns:ExecuteASceneSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateEditAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Create or Edit a single scene</wsdl:documentation>
|
|
<wsdl:input message="tns:CreateEditASceneSoapIn" />
|
|
<wsdl:output message="tns:CreateEditASceneSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete a single scene</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteASceneSoapIn" />
|
|
<wsdl:output message="tns:DeleteASceneSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a specific scene per Automation panel (database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetASceneSoapIn" />
|
|
<wsdl:output message="tns:GetASceneSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSceneList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of scenes per Automation panel (database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSceneListSoapIn" />
|
|
<wsdl:output message="tns:GetSceneListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusSoapIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database) - Includes HB Thermostat as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAutomationDeviceStatusExSoapIn" />
|
|
<wsdl:output message="tns:GetAllAutomationDeviceStatusExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusExSoapIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationLocks">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Automation Lock Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationLocksSoapIn" />
|
|
<wsdl:output message="tns:GetAutomationLocksSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Device status details will return Lock and security device status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceStatusSoapIn" />
|
|
<wsdl:output message="tns:GetDeviceStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALock">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel lock</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlALockSoapIn" />
|
|
<wsdl:output message="tns:ControlALockSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlAThermostatSoapIn" />
|
|
<wsdl:output message="tns:ControlAThermostatSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Setting Schedule Status for thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:SetThermostatScheduleSoapIn" />
|
|
<wsdl:output message="tns:SetThermostatScheduleSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostatEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlAThermostatExSoapIn" />
|
|
<wsdl:output message="tns:ControlAThermostatExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlASwitch">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a single action on a Automation panel switch</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlASwitchSoapIn" />
|
|
<wsdl:output message="tns:ControlASwitchSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute Security Panel and Automation Synchronization</wsdl:documentation>
|
|
<wsdl:input message="tns:SynchronizeSecurityPanelSoapIn" />
|
|
<wsdl:output message="tns:SynchronizeSecurityPanelSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSyncJobStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to check the status of sync job</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSyncJobStatusSoapIn" />
|
|
<wsdl:output message="tns:GetSyncJobStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisconnectPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Close Current Security Panel Session</wsdl:documentation>
|
|
<wsdl:input message="tns:DisconnectPanelSoapIn" />
|
|
<wsdl:output message="tns:DisconnectPanelSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database) - Includes HB Thermostat as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAutomationDeviceStatusExV1SoapIn" />
|
|
<wsdl:output message="tns:GetAllAutomationDeviceStatusExV1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusExV1SoapIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusExV1SoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlMultiFamilyThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlMultiFamilyThermostatSoapIn" />
|
|
<wsdl:output message="tns:ControlMultiFamilyThermostatSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanelEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute Security Panel and Automation Synchronization</wsdl:documentation>
|
|
<wsdl:input message="tns:SynchronizeSecurityPanelExSoapIn" />
|
|
<wsdl:output message="tns:SynchronizeSecurityPanelExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALockEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel lock</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlALockExSoapIn" />
|
|
<wsdl:output message="tns:ControlALockExSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetContentConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the configuration settings for all the Content</wsdl:documentation>
|
|
<wsdl:input message="tns:GetContentConfigurationSoapIn" />
|
|
<wsdl:output message="tns:GetContentConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveContentConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the configuration settings for all the Content</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveContentConfigurationSoapIn" />
|
|
<wsdl:output message="tns:SaveContentConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeather">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCurrentWeatherSoapIn" />
|
|
<wsdl:output message="tns:GetCurrentWeatherSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeather">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the five days forecast weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetForecastWeatherSoapIn" />
|
|
<wsdl:output message="tns:GetForecastWeatherSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerMessages">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the top 5 dealer messages</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDealerMessagesSoapIn" />
|
|
<wsdl:output message="tns:GetDealerMessagesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDealerMessageReadState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Mark a dealer message as Read</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateDealerMessageReadStateSoapIn" />
|
|
<wsdl:output message="tns:UpdateDealerMessageReadStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeatherWithURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCurrentWeatherWithURLSoapIn" />
|
|
<wsdl:output message="tns:GetCurrentWeatherWithURLSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeatherWithURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the five days forecast weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetForecastWeatherWithURLSoapIn" />
|
|
<wsdl:output message="tns:GetForecastWeatherWithURLSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddressInSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress in session</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateEmailAddressInSessionSoapIn" />
|
|
<wsdl:output message="tns:ValidateEmailAddressInSessionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddress">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress from an external source from an email link</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateEmailAddressSoapIn" />
|
|
<wsdl:output message="tns:ValidateEmailAddressSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateNewEmailAddress">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress from an external source from an email link</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateNewEmailAddressSoapIn" />
|
|
<wsdl:output message="tns:ValidateNewEmailAddressSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendEmailValidationDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to send an validation link to the user</wsdl:documentation>
|
|
<wsdl:input message="tns:SendEmailValidationDetailsSoapIn" />
|
|
<wsdl:output message="tns:SendEmailValidationDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendMultipleEmailValidationDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to send an validation link to the multiple users</wsdl:documentation>
|
|
<wsdl:input message="tns:SendMultipleEmailValidationDetailsSoapIn" />
|
|
<wsdl:output message="tns:SendMultipleEmailValidationDetailsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDevices">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retieve the list of GPS devices associated with a location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDevicesSoapIn" />
|
|
<wsdl:output message="tns:GetGPSDevicesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceLocationData">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the most recent recorded Location related data of the GPS device.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDeviceLocationDataSoapIn" />
|
|
<wsdl:output message="tns:GetGPSDeviceLocationDataSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceGeoFence">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the GeoFence information for a particular GPS device</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDeviceGeoFenceSoapIn" />
|
|
<wsdl:output message="tns:GetGPSDeviceGeoFenceSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEnteredGPSGeofences">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the the list of geofences that the GPS device currently is in.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEnteredGPSGeofencesSoapIn" />
|
|
<wsdl:output message="tns:GetEnteredGPSGeofencesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendGPSLocateNowMessage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">this will cause the GPS device to return its current location to the database. Retrieval will be from a call to GetGPSDeviceLocationData.</wsdl:documentation>
|
|
<wsdl:input message="tns:SendGPSLocateNowMessageSoapIn" />
|
|
<wsdl:output message="tns:SendGPSLocateNowMessageSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePhotoForGPSDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the Photo associated with a GPS Device and returns the PhotoURL for it.</wsdl:documentation>
|
|
<wsdl:input message="tns:SavePhotoForGPSDeviceSoapIn" />
|
|
<wsdl:output message="tns:SavePhotoForGPSDeviceSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveGPSDeviceData">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Saves the Data for a GPSDevice Only. No Photo alteration will be done.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveGPSDeviceDataSoapIn" />
|
|
<wsdl:output message="tns:SaveGPSDeviceDataSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestTWMSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request TWM Session</wsdl:documentation>
|
|
<wsdl:input message="tns:RequestTWMSessionSoapIn" />
|
|
<wsdl:output message="tns:RequestTWMSessionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditSmartScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To add or Edit the Scenes</wsdl:documentation>
|
|
<wsdl:input message="tns:AddEditSmartSceneSoapIn" />
|
|
<wsdl:output message="tns:AddEditSmartSceneSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Retrieve the Scenes information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartSceneListSoapIn" />
|
|
<wsdl:output message="tns:GetSmartSceneListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove a Scenes</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartSceneSoapIn" />
|
|
<wsdl:output message="tns:DeleteSmartSceneSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Execute the Scenes</wsdl:documentation>
|
|
<wsdl:input message="tns:RunSmartSceneSoapIn" />
|
|
<wsdl:output message="tns:RunSmartSceneSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Get the Smart Action Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartSceneConfigurationSoapIn" />
|
|
<wsdl:output message="tns:GetSmartSceneConfigurationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the list of EULA's to be signed by the user.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEulaInfoSoapIn" />
|
|
<wsdl:output message="tns:GetEulaInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaText">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEulaTextSoapIn" />
|
|
<wsdl:output message="tns:GetEulaTextSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="signEULA">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:signEULASoapIn" />
|
|
<wsdl:output message="tns:signEULASoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the list of All EULA's befor login to be viewed by the user.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPreLoginEulaInfoSoapIn" />
|
|
<wsdl:output message="tns:GetPreLoginEulaInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaText">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPreLoginEulaTextSoapIn" />
|
|
<wsdl:output message="tns:GetPreLoginEulaTextSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AcceptRootedDeviceUsage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To update if the device is insecure</wsdl:documentation>
|
|
<wsdl:input message="tns:AcceptRootedDeviceUsageSoapIn" />
|
|
<wsdl:output message="tns:AcceptRootedDeviceUsageSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditSmartAction">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To add or Edit the Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:AddEditSmartActionSoapIn" />
|
|
<wsdl:output message="tns:AddEditSmartActionSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Retrieve the Smart Action information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartActionListSoapIn" />
|
|
<wsdl:output message="tns:GetSmartActionListSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:portType name="svcTC2APIHttpGet">
|
|
<wsdl:operation name="ArmSecuritySystem">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Arm</wsdl:documentation>
|
|
<wsdl:input message="tns:ArmSecuritySystemHttpGetIn" />
|
|
<wsdl:output message="tns:ArmSecuritySystemHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCustomArmSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves latest custom Arm settings set by the user </wsdl:documentation>
|
|
<wsdl:input message="tns:GetCustomArmSettingsHttpGetIn" />
|
|
<wsdl:output message="tns:GetCustomArmSettingsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystem">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Disarm</wsdl:documentation>
|
|
<wsdl:input message="tns:DisarmSecuritySystemHttpGetIn" />
|
|
<wsdl:output message="tns:DisarmSecuritySystemHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReadConsoleDisplay">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Reads 16x2 Alpha Keypad Display and LED Status of Security System</wsdl:documentation>
|
|
<wsdl:input message="tns:ReadConsoleDisplayHttpGetIn" />
|
|
<wsdl:output message="tns:ReadConsoleDisplayHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConnectToPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Establishes Live Connection to Security System</wsdl:documentation>
|
|
<wsdl:input message="tns:ConnectToPanelHttpGetIn" />
|
|
<wsdl:output message="tns:ConnectToPanelHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendKey">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sends Keystroke to the Security Panel</wsdl:documentation>
|
|
<wsdl:input message="tns:SendKeyHttpGetIn" />
|
|
<wsdl:output message="tns:SendKeyHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="OverrideSecurityPanelSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Override Current User's Security Panel Session with his own Previous Session</wsdl:documentation>
|
|
<wsdl:input message="tns:OverrideSecurityPanelSessionHttpGetIn" />
|
|
<wsdl:output message="tns:OverrideSecurityPanelSessionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateHttpGetIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateExHttpGetIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelConnectionStatusInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the current connection status of the security panel</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelConnectionStatusInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelConnectionStatusInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RefreshSecrurityPanelStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Refresh or Insert a Command for a Security Panel</wsdl:documentation>
|
|
<wsdl:input message="tns:RefreshSecrurityPanelStatusHttpGetIn" />
|
|
<wsdl:output message="tns:RefreshSecrurityPanelStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsers">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Partially depreciated in TC2.3+, stuill used for Notifications groups] Get Users that you can Manage</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUsersHttpGetIn" />
|
|
<wsdl:output message="tns:GetUsersHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUserInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Delete a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteUserInfoHttpGetIn" />
|
|
<wsdl:output message="tns:DeleteUserInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Disable / Enable a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DisableEnableUserHttpGetIn" />
|
|
<wsdl:output message="tns:DisableEnableUserHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEula">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update Eula or SMS Eula for a User</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEulaHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateEulaHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetUserInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for DeleteUserInfo. Deletes a Real User or Marks Virtual user for Deletion</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteUserHttpGetIn" />
|
|
<wsdl:output message="tns:DeleteUserHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUserEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for DisableEnableUser. Disable / Enable a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DisableEnableUserExHttpGetIn" />
|
|
<wsdl:output message="tns:DisableEnableUserExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deprecated in TC Multilingual - [TC2.1+] Replacement for GetUserInfo. Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:GetUserDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUserDetails. Get User information when editing another user or editing yourself-Includes Wifi Lock as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllUserDetailsExHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllUserDetailsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.24 +] Replacement for GetAllUserDetailsEx. It will return user partition related informations</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllUserDetailsExV1HttpGetIn" />
|
|
<wsdl:output message="tns:GetAllUserDetailsExV1HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUserDetails. Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserDetailsExHttpGetIn" />
|
|
<wsdl:output message="tns:GetUserDetailsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the usercode after login, so sessionid, oldUsercode, NewUserCode, UserId, LocationID is must</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserCodeHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateUserCodeHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.8+] Created for Save MasterUsercode in TC if MasterUsercode changed in the panel.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveMasterUserCodeHttpGetIn" />
|
|
<wsdl:output message="tns:SaveMasterUserCodeHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsersEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUsers. Returns List of Real Users that one can manage if asked at AccountLevel. This also returns Real+Virtual Users if asked at Location Level.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUsersExHttpGetIn" />
|
|
<wsdl:output message="tns:GetUsersExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSMSEmailCarriers">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Provides list of SMS Email Carriers</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSMSEmailCarriersHttpGetIn" />
|
|
<wsdl:output message="tns:GetSMSEmailCarriersHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNotificationMethods">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.2+] Provides list of Notification Methods</wsdl:documentation>
|
|
<wsdl:input message="tns:GetNotificationMethodsHttpGetIn" />
|
|
<wsdl:output message="tns:GetNotificationMethodsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserClientPreferences">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save User-Client Preferences</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveUserClientPreferencesHttpGetIn" />
|
|
<wsdl:output message="tns:SaveUserClientPreferencesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetHelpDocuments">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get listing of Help Documents URLs</wsdl:documentation>
|
|
<wsdl:input message="tns:GetHelpDocumentsHttpGetIn" />
|
|
<wsdl:output message="tns:GetHelpDocumentsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserLanguage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update only the Language (LocaleId value) for a User. Country Code (ex. en-US) or a language Id as defined within TC2 can be used to update the value in the User Table.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserLanguageHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateUserLanguageHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserPassword">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the user password after login, so sessioid, OldPassword and NewPassword is must</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserPasswordHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateUserPasswordHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.12+] Used to get feedback from users</wsdl:documentation>
|
|
<wsdl:input message="tns:SubmitUserFeedbackHttpGetIn" />
|
|
<wsdl:output message="tns:SubmitUserFeedbackHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.12+] Used to get feedback from users along with EmailID and rating</wsdl:documentation>
|
|
<wsdl:input message="tns:SubmitUserFeedback_V1HttpGetIn" />
|
|
<wsdl:output message="tns:SubmitUserFeedback_V1HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Validate user code </wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateUserCodeHttpGetIn" />
|
|
<wsdl:output message="tns:ValidateUserCodeHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResetUserPassword">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the user password after login, so sessioid, userName and NewPassword is must</wsdl:documentation>
|
|
<wsdl:input message="tns:ResetUserPasswordHttpGetIn" />
|
|
<wsdl:output message="tns:ResetUserPasswordHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoteAuthenticateUserLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remote Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoteAuthenticateUserLoginHttpGetIn" />
|
|
<wsdl:output message="tns:RemoteAuthenticateUserLoginHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateMPTGUIDLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">MAC validation request for the given GUID for Mobile Punch thru access</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateMPTGUIDLoginHttpGetIn" />
|
|
<wsdl:output message="tns:AuthenticateMPTGUIDLoginHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateUserLoginHttpGetIn" />
|
|
<wsdl:output message="tns:AuthenticateUserLoginHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLoginEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateUserLoginExHttpGetIn" />
|
|
<wsdl:output message="tns:AuthenticateUserLoginExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateGUIDLoginHttpGetIn" />
|
|
<wsdl:output message="tns:AuthenticateGUIDLoginHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLoginEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateGUIDLoginExHttpGetIn" />
|
|
<wsdl:output message="tns:AuthenticateGUIDLoginExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request session details for the given sessionID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSessionDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:GetSessionDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateAndGetSessionIdByGuid">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateAndGetSessionIdByGuidHttpGetIn" />
|
|
<wsdl:output message="tns:AuthenticateAndGetSessionIdByGuidHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsExHttpGetIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetUserSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Authentication for the given username and password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetUserSessionDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:LoginAndGetUserSessionDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEncryptEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given encrypted username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsEncryptExHttpGetIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsEncryptExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="KeepAlive">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Inquire about an active session for the purpose of avoiding a server-side timeout.</wsdl:documentation>
|
|
<wsdl:input message="tns:KeepAliveHttpGetIn" />
|
|
<wsdl:output message="tns:KeepAliveHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Logout">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given sessionID be logged out and/or terminated.</wsdl:documentation>
|
|
<wsdl:input message="tns:LogoutHttpGetIn" />
|
|
<wsdl:output message="tns:LogoutHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[DEPRECIATED] Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaDetailsExHttpGetIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaDetailsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaAndLogoDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaAndLogoDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaAndLogoDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAppKeys">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Static Key information for Clients</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAppKeysHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllAppKeysHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartAction">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove a single Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartActionHttpGetIn" />
|
|
<wsdl:output message="tns:DeleteSmartActionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Set the Smart Action state</wsdl:documentation>
|
|
<wsdl:input message="tns:SetSmartActionStateHttpGetIn" />
|
|
<wsdl:output message="tns:SetSmartActionStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartAction">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Execute the Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:RunSmartActionHttpGetIn" />
|
|
<wsdl:output message="tns:RunSmartActionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Get the Smart Action Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartActionConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:GetSmartActionConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given Video PIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:GetVideoPIRConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRLocationDeviceList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of Video PIR for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRLocationDeviceListHttpGetIn" />
|
|
<wsdl:output message="tns:GetVideoPIRLocationDeviceListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRCaptureTypes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the capturetypes for VideoPIR device</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRCaptureTypesHttpGetIn" />
|
|
<wsdl:output message="tns:GetVideoPIRCaptureTypesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateVideoPIRConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the configuration information for the given VideoPIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateVideoPIRConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateVideoPIRConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIREventRecord">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Video PIR event record based on Event TypeID </wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIREventRecordHttpGetIn" />
|
|
<wsdl:output message="tns:GetVideoPIREventRecordHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TakeVideoPIRSnapshots">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Trigger the Peek In Now Action for VideoPIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:TakeVideoPIRSnapshotsHttpGetIn" />
|
|
<wsdl:output message="tns:TakeVideoPIRSnapshotsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRDeviceEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get VideoPIR device events with applied filter condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRDeviceEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetVideoPIRDeviceEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiLocationsHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiLocationsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiSmartAway">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Turn On/Off WiFi Smart Away</wsdl:documentation>
|
|
<wsdl:input message="tns:WiFiSmartAwayHttpGetIn" />
|
|
<wsdl:output message="tns:WiFiSmartAwayHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveWiFiDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove WiFi Device from Total Connect</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveWiFiDeviceHttpGetIn" />
|
|
<wsdl:output message="tns:RemoveWiFiDeviceHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiWeatherFromDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This will return the weather forecast for the device location.</wsdl:documentation>
|
|
<wsdl:input message="tns:WiFiWeatherFromDeviceHttpGetIn" />
|
|
<wsdl:output message="tns:WiFiWeatherFromDeviceHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This will return the results for one thermostat.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetThermostatHttpGetIn" />
|
|
<wsdl:output message="tns:GetThermostatHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLyricLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of Lyric locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLyricLocationsHttpGetIn" />
|
|
<wsdl:output message="tns:GetLyricLocationsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetImage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to Save an image to an object PhotoClassId:1- location, 2 - User image</wsdl:documentation>
|
|
<wsdl:input message="tns:GetImageHttpGetIn" />
|
|
<wsdl:output message="tns:GetImageHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLogoImage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to Retrieve a Branding Image LOGO</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLogoImageHttpGetIn" />
|
|
<wsdl:output message="tns:GetLogoImageHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the data associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationHttpGetIn" />
|
|
<wsdl:output message="tns:GetLocationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationSimple">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the data associated with the basic attributes of a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationSimpleHttpGetIn" />
|
|
<wsdl:output message="tns:GetLocationSimpleHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of supported countries</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCountryListHttpGetIn" />
|
|
<wsdl:output message="tns:GetCountryListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryStateList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of states for a country</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCountryStateListHttpGetIn" />
|
|
<wsdl:output message="tns:GetCountryStateListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllCountryStateList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the list of countries & States</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllCountryStateListHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllCountryStateListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartners">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersHttpGetIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Multiple Skybell Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersExHttpGetIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubscribeUnsubscrbeCHILAccount">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Subscribe and Unsubscribe Lyric Account</wsdl:documentation>
|
|
<wsdl:input message="tns:SubscribeUnsubscrbeCHILAccountHttpGetIn" />
|
|
<wsdl:output message="tns:SubscribeUnsubscrbeCHILAccountHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Dealer Information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDealerInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetDealerInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSubscriberInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Subscriber Information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSubscriberInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetSubscriberInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZones">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the set of available triggerTime zone regions and their ID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetTimeZonesHttpGetIn" />
|
|
<wsdl:output message="tns:GetTimeZonesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZonesForCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the set of available triggerTime zone regions and their ID for Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetTimeZonesForCameraHttpGetIn" />
|
|
<wsdl:output message="tns:GetTimeZonesForCameraHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceVersion">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Provides version information for the web service.</wsdl:documentation>
|
|
<wsdl:input message="tns:ServiceVersionHttpGetIn" />
|
|
<wsdl:output message="tns:ServiceVersionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLs">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the set of video file URLs for a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoFileURLsHttpGetIn" />
|
|
<wsdl:output message="tns:GetVideoFileURLsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the set of video file URLs for a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoFileURLsExHttpGetIn" />
|
|
<wsdl:output message="tns:GetVideoFileURLsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventNotes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the notes associated with a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventNotesHttpGetIn" />
|
|
<wsdl:output message="tns:GetEventNotesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns doorbell event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorbellEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetDoorbellEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventTypeFilter">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of available event type filter values that are to be used for filtering the event record retrieval.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventTypeFilterHttpGetIn" />
|
|
<wsdl:output message="tns:GetEventTypeFilterHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEventTypeFilter">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of available event type filter values that are to be used for filtering the event record retrieval.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllEventTypeFilterHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllEventTypeFilterHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLiveEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetLiveEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllLiveEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllLiveEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of doorbell event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorbellLiveEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetDoorbellLiveEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventNotes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the note associated with a device or audit event. Storing an empty string will clear a note.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventNotesHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateEventNotesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordHideState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the hidden state of a device or audit event record. Hidden records are not returned during normal GetEvents requests unlessthe ShowHidden parameter is true.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventRecordHideStateHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateEventRecordHideStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordLockState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the lock state of a device or audit event record. When a record is locked, the automated clean up process will retain the locked record. Only unlocked records will be removed.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventRecordLockStateHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateEventRecordLockStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateFavoriteEventRecordState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the lock state of a device or audit event record. When a record is locked, the automated clean up process will retain the locked record. Only unlocked records will be removed.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateFavoriteEventRecordStateHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateFavoriteEventRecordStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsCameraAvailable">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Determine if the camera is available for a stream at the moment. Current reasons for unavailability would be if the camera is updating</wsdl:documentation>
|
|
<wsdl:input message="tns:IsCameraAvailableHttpGetIn" />
|
|
<wsdl:output message="tns:IsCameraAvailableHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current state (flags, pan/tilt location, WLLED, output state) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraStateHttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraIOState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current I/O state (flags, WLLED, output state) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraIOStateHttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraIOStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraPosition">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current pan/tilt location for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraPositionHttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraPositionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GotoPreset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move to the given preset pan/tilt location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GotoPresetHttpGetIn" />
|
|
<wsdl:output message="tns:GotoPresetHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StorePreset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the current pan/tilt location be stored as the given preset slot for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:StorePresetHttpGetIn" />
|
|
<wsdl:output message="tns:StorePresetHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="MoveCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move in the specified direction, speed and distance.</wsdl:documentation>
|
|
<wsdl:input message="tns:MoveCameraHttpGetIn" />
|
|
<wsdl:output message="tns:MoveCameraHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DirectPanTilt">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move to the specified location, based on a 640x480 viewport mapping.</wsdl:documentation>
|
|
<wsdl:input message="tns:DirectPanTiltHttpGetIn" />
|
|
<wsdl:output message="tns:DirectPanTiltHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WLLED_Control">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the WLLED for the given camera be turned on/off.</wsdl:documentation>
|
|
<wsdl:input message="tns:WLLED_ControlHttpGetIn" />
|
|
<wsdl:output message="tns:WLLED_ControlHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Output_Control">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the output control for the given camera be turned on/off.</wsdl:documentation>
|
|
<wsdl:input message="tns:Output_ControlHttpGetIn" />
|
|
<wsdl:output message="tns:Output_ControlHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TriggerVideoCapture">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request the given camera to archive a video clip to the server.</wsdl:documentation>
|
|
<wsdl:input message="tns:TriggerVideoCaptureHttpGetIn" />
|
|
<wsdl:output message="tns:TriggerVideoCaptureHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConfigStreamMode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Configure the given camera to use the specified video mode.</wsdl:documentation>
|
|
<wsdl:input message="tns:ConfigStreamModeHttpGetIn" />
|
|
<wsdl:output message="tns:ConfigStreamModeHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationCameraList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of cameras for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationCameraListHttpGetIn" />
|
|
<wsdl:output message="tns:GetLocationCameraListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of All cameras for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationAllCameraListHttpGetIn" />
|
|
<wsdl:output message="tns:GetLocationAllCameraListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraListEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of All cameras and Multiple Skybell for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationAllCameraListExHttpGetIn" />
|
|
<wsdl:output message="tns:GetLocationAllCameraListExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMediaServerConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetMediaServerConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:GetMediaServerConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information (including limits) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraConfiguration2HttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraConfiguration2HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateCameraConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateCameraConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateCameraConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetDefaultCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Adjust default camera settings</wsdl:documentation>
|
|
<wsdl:input message="tns:SetDefaultCameraHttpGetIn" />
|
|
<wsdl:output message="tns:SetDefaultCameraHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpgradeCameraFirmware">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the camera firmware be upgraded/changed to the specified version (or default, if unspecified)</wsdl:documentation>
|
|
<wsdl:input message="tns:UpgradeCameraFirmwareHttpGetIn" />
|
|
<wsdl:output message="tns:UpgradeCameraFirmwareHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFirmwareList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request a list of available camera firmware upgrade options for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetFirmwareListHttpGetIn" />
|
|
<wsdl:output message="tns:GetFirmwareListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWirelessStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get camera wireless status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWirelessStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetWirelessStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraInformation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get camera Information - provides camera wireless details and Network data</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraInformationHttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraInformationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWAPClientsInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets WAP clients status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWAPClientsInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetWAPClientsInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetBatteryStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets Camera Battery Status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetBatteryStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetBatteryStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExHttpGetIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExV1HttpGetIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExV1HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location based on Partitions. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExV2HttpGetIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExV2HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Configured Notification Events at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetConfiguredEventsHttpGetIn" />
|
|
<wsdl:output message="tns:GetConfiguredEventsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEventsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Configured Notification Events at the Given Location.Added notification flags for each module</wsdl:documentation>
|
|
<wsdl:input message="tns:GetConfiguredEventsExHttpGetIn" />
|
|
<wsdl:output message="tns:GetConfiguredEventsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummaryXML">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Summary of Configured Notification Events in XML at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventSummaryXMLHttpGetIn" />
|
|
<wsdl:output message="tns:GetEventSummaryXMLHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummary">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Summary of Configured Notification Events at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventSummaryHttpGetIn" />
|
|
<wsdl:output message="tns:GetEventSummaryHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationConditionalStates">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification states permitted for this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationConditionalStatesHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllNotificationConditionalStatesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationSchedules">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification schedules available.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationSchedulesHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllNotificationSchedulesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationLists">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the Notification Lists associated with current user's TotalConnect account)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationListsHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllNotificationListsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendTestNotification">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sends Summary Email about the Notification List to the Admin user</wsdl:documentation>
|
|
<wsdl:input message="tns:SendTestNotificationHttpGetIn" />
|
|
<wsdl:output message="tns:SendTestNotificationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NotificationPause">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Enable/disabled notifications for logged in user and/or return notification pause status.</wsdl:documentation>
|
|
<wsdl:input message="tns:NotificationPauseHttpGetIn" />
|
|
<wsdl:output message="tns:NotificationPauseHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification states permitted for this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllSensorsMaskStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllSensorsMaskStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaData">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[DEPRECATED] Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataHttpGetIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusExHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User.Added CanBeBypassable flag to determine zone is bypassable or not</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusEx_V1HttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusEx_V1HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusByDeviceIDHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusByDeviceIDHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusExHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusEx_V1HttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusEx_V1HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceIDEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusByDeviceIDExHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusByDeviceIDExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the zones in different states like Alarms, Faults, Trouble, and Bypassed</wsdl:documentation>
|
|
<wsdl:input message="tns:GetZonesListInStateHttpGetIn" />
|
|
<wsdl:output message="tns:GetZonesListInStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Enriched Method] Get the zones in different states like Alarms, Faults, Trouble, and Bypassed and whether it is Bypassable Zone or Not</wsdl:documentation>
|
|
<wsdl:input message="tns:GetZonesListInStateExHttpGetIn" />
|
|
<wsdl:output message="tns:GetZonesListInStateExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusByDeviceIDHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusByDeviceIDHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusByDeviceIDExHttpGetIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusByDeviceIDExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassAll">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initiates Zone Bypass for multiple zones</wsdl:documentation>
|
|
<wsdl:input message="tns:BypassAllHttpGetIn" />
|
|
<wsdl:output message="tns:BypassAllHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Bypass">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initiates Zone Bypass</wsdl:documentation>
|
|
<wsdl:input message="tns:BypassHttpGetIn" />
|
|
<wsdl:output message="tns:BypassHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceInviteToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Device Invite Token for a Sky Bell User.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceInviteTokenHttpGetIn" />
|
|
<wsdl:output message="tns:GetDeviceInviteTokenHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceProvisioningStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Device provisioning status for the given token.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceProvisioningStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetDeviceProvisioningStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Removes Doorbell from TC and Skybell</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveDoorbellDeviceHttpGetIn" />
|
|
<wsdl:output message="tns:RemoveDoorbellDeviceHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDeviceEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Removes Doorbell from TC and Skybell for Multiple Skybell per Location</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveDoorbellDeviceExHttpGetIn" />
|
|
<wsdl:output message="tns:RemoveDoorbellDeviceExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Details for Multiple Skybell per location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDetailsExHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDetailsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Settings</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellSettingsHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellSettingsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedSkybellDevices">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all devices associated to Skybell Account.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedSkybellDevicesHttpGetIn" />
|
|
<wsdl:output message="tns:GetAssociatedSkybellDevicesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerVideoURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Partner Video URL for the device event</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerVideoURLHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerVideoURLHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorBellClientID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get DoorBell - Client ID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorBellClientIDHttpGetIn" />
|
|
<wsdl:output message="tns:GetDoorBellClientIDHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Diagnostic Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Diagnostic Details for Multiple Skybell per Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsExHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceMaxCount">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the maximum device count per location for all devices present in that location</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceMaxCountHttpGetIn" />
|
|
<wsdl:output message="tns:GetDeviceMaxCountHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUpdatePartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Enrollment status for a Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:InsertUpdatePartnerCameraHttpGetIn" />
|
|
<wsdl:output message="tns:InsertUpdatePartnerCameraHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteEnrolledPartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteEnrolledPartnerCameraHttpGetIn" />
|
|
<wsdl:output message="tns:DeleteEnrolledPartnerCameraHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraActivationStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Activation status for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraActivationStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraActivationStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraActivationStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Activation status for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraActivationStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraActivationStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Access Token detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraAccessTokenHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraAccessTokenHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRefreshToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Refresh Token detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraRefreshTokenHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraRefreshTokenHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Settings for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraSettingsHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraSettingsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemovePartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove Lyric Camera from the Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:RemovePartnerCameraHttpGetIn" />
|
|
<wsdl:output message="tns:RemovePartnerCameraHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraLiveStream">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraLiveStreamHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraLiveStreamHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Lyric Camera and RSI Camera status.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetCameraStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecordPartnerCameraVideo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:RecordPartnerCameraVideoHttpGetIn" />
|
|
<wsdl:output message="tns:RecordPartnerCameraVideoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraClipKey">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return clip Key detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraClipKeyHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraClipKeyHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestPartnerCameraSnapshot">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Snapshot detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:RequestPartnerCameraSnapshotHttpGetIn" />
|
|
<wsdl:output message="tns:RequestPartnerCameraSnapshotHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraPrivacySettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:SavePartnerCameraPrivacySettingsHttpGetIn" />
|
|
<wsdl:output message="tns:SavePartnerCameraPrivacySettingsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LogActivity">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Log Message to Kibana Server</wsdl:documentation>
|
|
<wsdl:input message="tns:LogActivityHttpGetIn" />
|
|
<wsdl:output message="tns:LogActivityHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRtspLiveStream">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraRtspLiveStreamHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraRtspLiveStreamHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVAVCameraZoneInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for VAV Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVAVCameraZoneInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetVAVCameraZoneInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionAuthorityLevel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return List of Partitions Authority Level info.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartitionAuthorityLevelHttpGetIn" />
|
|
<wsdl:output message="tns:GetPartitionAuthorityLevelHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserPartitionAuthority">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] R Get User information with Partition Authority</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserPartitionAuthorityHttpGetIn" />
|
|
<wsdl:output message="tns:GetUserPartitionAuthorityHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUserMobileDeviceToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Stores MobileDeviceToken ID for a User</wsdl:documentation>
|
|
<wsdl:input message="tns:InsertUserMobileDeviceTokenHttpGetIn" />
|
|
<wsdl:output message="tns:InsertUserMobileDeviceTokenHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePushSubscription">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update User's Push notification Subscription</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdatePushSubscriptionHttpGetIn" />
|
|
<wsdl:output message="tns:UpdatePushSubscriptionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveUserMobileDeviceToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove User's MobileDevice token id</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveUserMobileDeviceTokenHttpGetIn" />
|
|
<wsdl:output message="tns:RemoveUserMobileDeviceTokenHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PauseAllNotifications">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pause / Allow all notifications for logged in user</wsdl:documentation>
|
|
<wsdl:input message="tns:PauseAllNotificationsHttpGetIn" />
|
|
<wsdl:output message="tns:PauseAllNotificationsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllRSIDeviceStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI camera wireless, Supervision and Low Battery status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllRSIDeviceStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllRSIDeviceStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RSICameraLookin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Look in for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:RSICameraLookinHttpGetIn" />
|
|
<wsdl:output message="tns:RSICameraLookinHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetRSICameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set RSI Camera Settings for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:SetRSICameraSettingsHttpGetIn" />
|
|
<wsdl:output message="tns:SetRSICameraSettingsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSICameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI Camera Settings for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:GetRSICameraSettingsHttpGetIn" />
|
|
<wsdl:output message="tns:GetRSICameraSettingsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSIVideoURLInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI Video URL Info for the device event</wsdl:documentation>
|
|
<wsdl:input message="tns:GetRSIVideoURLInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetRSIVideoURLInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLockLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiLockLocationsHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiLockLocationsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save August Lock OAUTH Access Token in Total Connect.</wsdl:documentation>
|
|
<wsdl:input message="tns:GenerateAccessTokenHttpGetIn" />
|
|
<wsdl:output message="tns:GenerateAccessTokenHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiThermostatLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of TCC WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiThermostatLocationsHttpGetIn" />
|
|
<wsdl:output message="tns:GetWiFiThermostatLocationsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWifiThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Configured TCC WiFi Thermostat Schedules.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWifiThermostatScheduleHttpGetIn" />
|
|
<wsdl:output message="tns:GetWifiThermostatScheduleHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateThermostatAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Success/Failure on Thermostat Access Token Generation</wsdl:documentation>
|
|
<wsdl:input message="tns:GenerateThermostatAccessTokenHttpGetIn" />
|
|
<wsdl:output message="tns:GenerateThermostatAccessTokenHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TestEmergencyAlert">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Insert the Severe weather test message for the given locationID</wsdl:documentation>
|
|
<wsdl:input message="tns:TestEmergencyAlertHttpGetIn" />
|
|
<wsdl:output message="tns:TestEmergencyAlertHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateSwitchIcon">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update a Switch Icon (database only)</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateSwitchIconHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateSwitchIconHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a Thermostat schedule (from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetThermostatScheduleHttpGetIn" />
|
|
<wsdl:output message="tns:GetThermostatScheduleHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ExecuteAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a single scene</wsdl:documentation>
|
|
<wsdl:input message="tns:ExecuteASceneHttpGetIn" />
|
|
<wsdl:output message="tns:ExecuteASceneHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete a single scene</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteASceneHttpGetIn" />
|
|
<wsdl:output message="tns:DeleteASceneHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a specific scene per Automation panel (database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetASceneHttpGetIn" />
|
|
<wsdl:output message="tns:GetASceneHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSceneList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of scenes per Automation panel (database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSceneListHttpGetIn" />
|
|
<wsdl:output message="tns:GetSceneListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database) - Includes HB Thermostat as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAutomationDeviceStatusExHttpGetIn" />
|
|
<wsdl:output message="tns:GetAllAutomationDeviceStatusExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusExHttpGetIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationLocks">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Automation Lock Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationLocksHttpGetIn" />
|
|
<wsdl:output message="tns:GetAutomationLocksHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALock">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel lock</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlALockHttpGetIn" />
|
|
<wsdl:output message="tns:ControlALockHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlAThermostatHttpGetIn" />
|
|
<wsdl:output message="tns:ControlAThermostatHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Setting Schedule Status for thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:SetThermostatScheduleHttpGetIn" />
|
|
<wsdl:output message="tns:SetThermostatScheduleHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostatEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlAThermostatExHttpGetIn" />
|
|
<wsdl:output message="tns:ControlAThermostatExHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlASwitch">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a single action on a Automation panel switch</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlASwitchHttpGetIn" />
|
|
<wsdl:output message="tns:ControlASwitchHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute Security Panel and Automation Synchronization</wsdl:documentation>
|
|
<wsdl:input message="tns:SynchronizeSecurityPanelHttpGetIn" />
|
|
<wsdl:output message="tns:SynchronizeSecurityPanelHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSyncJobStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to check the status of sync job</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSyncJobStatusHttpGetIn" />
|
|
<wsdl:output message="tns:GetSyncJobStatusHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisconnectPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Close Current Security Panel Session</wsdl:documentation>
|
|
<wsdl:input message="tns:DisconnectPanelHttpGetIn" />
|
|
<wsdl:output message="tns:DisconnectPanelHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database) - Includes HB Thermostat as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAutomationDeviceStatusExV1HttpGetIn" />
|
|
<wsdl:output message="tns:GetAllAutomationDeviceStatusExV1HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusExV1HttpGetIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusExV1HttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetContentConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the configuration settings for all the Content</wsdl:documentation>
|
|
<wsdl:input message="tns:GetContentConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:GetContentConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeather">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCurrentWeatherHttpGetIn" />
|
|
<wsdl:output message="tns:GetCurrentWeatherHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeather">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the five days forecast weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetForecastWeatherHttpGetIn" />
|
|
<wsdl:output message="tns:GetForecastWeatherHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerMessages">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the top 5 dealer messages</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDealerMessagesHttpGetIn" />
|
|
<wsdl:output message="tns:GetDealerMessagesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDealerMessageReadState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Mark a dealer message as Read</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateDealerMessageReadStateHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateDealerMessageReadStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeatherWithURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCurrentWeatherWithURLHttpGetIn" />
|
|
<wsdl:output message="tns:GetCurrentWeatherWithURLHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeatherWithURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the five days forecast weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetForecastWeatherWithURLHttpGetIn" />
|
|
<wsdl:output message="tns:GetForecastWeatherWithURLHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddressInSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress in session</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateEmailAddressInSessionHttpGetIn" />
|
|
<wsdl:output message="tns:ValidateEmailAddressInSessionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddress">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress from an external source from an email link</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateEmailAddressHttpGetIn" />
|
|
<wsdl:output message="tns:ValidateEmailAddressHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateNewEmailAddress">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress from an external source from an email link</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateNewEmailAddressHttpGetIn" />
|
|
<wsdl:output message="tns:ValidateNewEmailAddressHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendEmailValidationDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to send an validation link to the user</wsdl:documentation>
|
|
<wsdl:input message="tns:SendEmailValidationDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:SendEmailValidationDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendMultipleEmailValidationDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to send an validation link to the multiple users</wsdl:documentation>
|
|
<wsdl:input message="tns:SendMultipleEmailValidationDetailsHttpGetIn" />
|
|
<wsdl:output message="tns:SendMultipleEmailValidationDetailsHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDevices">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retieve the list of GPS devices associated with a location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDevicesHttpGetIn" />
|
|
<wsdl:output message="tns:GetGPSDevicesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceLocationData">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the most recent recorded Location related data of the GPS device.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDeviceLocationDataHttpGetIn" />
|
|
<wsdl:output message="tns:GetGPSDeviceLocationDataHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceGeoFence">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the GeoFence information for a particular GPS device</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDeviceGeoFenceHttpGetIn" />
|
|
<wsdl:output message="tns:GetGPSDeviceGeoFenceHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEnteredGPSGeofences">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the the list of geofences that the GPS device currently is in.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEnteredGPSGeofencesHttpGetIn" />
|
|
<wsdl:output message="tns:GetEnteredGPSGeofencesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendGPSLocateNowMessage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">this will cause the GPS device to return its current location to the database. Retrieval will be from a call to GetGPSDeviceLocationData.</wsdl:documentation>
|
|
<wsdl:input message="tns:SendGPSLocateNowMessageHttpGetIn" />
|
|
<wsdl:output message="tns:SendGPSLocateNowMessageHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePhotoForGPSDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the Photo associated with a GPS Device and returns the PhotoURL for it.</wsdl:documentation>
|
|
<wsdl:input message="tns:SavePhotoForGPSDeviceHttpGetIn" />
|
|
<wsdl:output message="tns:SavePhotoForGPSDeviceHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestTWMSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request TWM Session</wsdl:documentation>
|
|
<wsdl:input message="tns:RequestTWMSessionHttpGetIn" />
|
|
<wsdl:output message="tns:RequestTWMSessionHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove a Scenes</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartSceneHttpGetIn" />
|
|
<wsdl:output message="tns:DeleteSmartSceneHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Execute the Scenes</wsdl:documentation>
|
|
<wsdl:input message="tns:RunSmartSceneHttpGetIn" />
|
|
<wsdl:output message="tns:RunSmartSceneHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Get the Smart Action Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartSceneConfigurationHttpGetIn" />
|
|
<wsdl:output message="tns:GetSmartSceneConfigurationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the list of EULA's to be signed by the user.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEulaInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetEulaInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaText">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEulaTextHttpGetIn" />
|
|
<wsdl:output message="tns:GetEulaTextHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="signEULA">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:signEULAHttpGetIn" />
|
|
<wsdl:output message="tns:signEULAHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the list of All EULA's befor login to be viewed by the user.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPreLoginEulaInfoHttpGetIn" />
|
|
<wsdl:output message="tns:GetPreLoginEulaInfoHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaText">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPreLoginEulaTextHttpGetIn" />
|
|
<wsdl:output message="tns:GetPreLoginEulaTextHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AcceptRootedDeviceUsage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To update if the device is insecure</wsdl:documentation>
|
|
<wsdl:input message="tns:AcceptRootedDeviceUsageHttpGetIn" />
|
|
<wsdl:output message="tns:AcceptRootedDeviceUsageHttpGetOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:portType name="svcTC2APIHttpPost">
|
|
<wsdl:operation name="ArmSecuritySystem">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Arm</wsdl:documentation>
|
|
<wsdl:input message="tns:ArmSecuritySystemHttpPostIn" />
|
|
<wsdl:output message="tns:ArmSecuritySystemHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCustomArmSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves latest custom Arm settings set by the user </wsdl:documentation>
|
|
<wsdl:input message="tns:GetCustomArmSettingsHttpPostIn" />
|
|
<wsdl:output message="tns:GetCustomArmSettingsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystem">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Performs Security Panel Quick commands - Disarm</wsdl:documentation>
|
|
<wsdl:input message="tns:DisarmSecuritySystemHttpPostIn" />
|
|
<wsdl:output message="tns:DisarmSecuritySystemHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReadConsoleDisplay">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Reads 16x2 Alpha Keypad Display and LED Status of Security System</wsdl:documentation>
|
|
<wsdl:input message="tns:ReadConsoleDisplayHttpPostIn" />
|
|
<wsdl:output message="tns:ReadConsoleDisplayHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConnectToPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Establishes Live Connection to Security System</wsdl:documentation>
|
|
<wsdl:input message="tns:ConnectToPanelHttpPostIn" />
|
|
<wsdl:output message="tns:ConnectToPanelHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendKey">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sends Keystroke to the Security Panel</wsdl:documentation>
|
|
<wsdl:input message="tns:SendKeyHttpPostIn" />
|
|
<wsdl:output message="tns:SendKeyHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="OverrideSecurityPanelSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Override Current User's Security Panel Session with his own Previous Session</wsdl:documentation>
|
|
<wsdl:input message="tns:OverrideSecurityPanelSessionHttpPostIn" />
|
|
<wsdl:output message="tns:OverrideSecurityPanelSessionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateHttpPostIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Polling API - Which should be called based on Arm/Disarm API output Result Codes</wsdl:documentation>
|
|
<wsdl:input message="tns:CheckSecurityPanelLastCommandStateExHttpPostIn" />
|
|
<wsdl:output message="tns:CheckSecurityPanelLastCommandStateExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelConnectionStatusInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the current connection status of the security panel</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelConnectionStatusInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelConnectionStatusInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RefreshSecrurityPanelStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Refresh or Insert a Command for a Security Panel</wsdl:documentation>
|
|
<wsdl:input message="tns:RefreshSecrurityPanelStatusHttpPostIn" />
|
|
<wsdl:output message="tns:RefreshSecrurityPanelStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsers">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Partially depreciated in TC2.3+, stuill used for Notifications groups] Get Users that you can Manage</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUsersHttpPostIn" />
|
|
<wsdl:output message="tns:GetUsersHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUserInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Delete a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteUserInfoHttpPostIn" />
|
|
<wsdl:output message="tns:DeleteUserInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Disable / Enable a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DisableEnableUserHttpPostIn" />
|
|
<wsdl:output message="tns:DisableEnableUserHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEula">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update Eula or SMS Eula for a User</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEulaHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateEulaHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Depreciated in TC2.3+] Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetUserInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for DeleteUserInfo. Deletes a Real User or Marks Virtual user for Deletion</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteUserHttpPostIn" />
|
|
<wsdl:output message="tns:DeleteUserHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUserEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for DisableEnableUser. Disable / Enable a user</wsdl:documentation>
|
|
<wsdl:input message="tns:DisableEnableUserExHttpPostIn" />
|
|
<wsdl:output message="tns:DisableEnableUserExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deprecated in TC Multilingual - [TC2.1+] Replacement for GetUserInfo. Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:GetUserDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUserDetails. Get User information when editing another user or editing yourself-Includes Wifi Lock as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllUserDetailsExHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllUserDetailsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.24 +] Replacement for GetAllUserDetailsEx. It will return user partition related informations</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllUserDetailsExV1HttpPostIn" />
|
|
<wsdl:output message="tns:GetAllUserDetailsExV1HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUserDetails. Get User information when editing another user or editing yourself</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserDetailsExHttpPostIn" />
|
|
<wsdl:output message="tns:GetUserDetailsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the usercode after login, so sessionid, oldUsercode, NewUserCode, UserId, LocationID is must</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserCodeHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateUserCodeHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.8+] Created for Save MasterUsercode in TC if MasterUsercode changed in the panel.</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveMasterUserCodeHttpPostIn" />
|
|
<wsdl:output message="tns:SaveMasterUserCodeHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsersEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Replacement for GetUsers. Returns List of Real Users that one can manage if asked at AccountLevel. This also returns Real+Virtual Users if asked at Location Level.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUsersExHttpPostIn" />
|
|
<wsdl:output message="tns:GetUsersExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSMSEmailCarriers">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] Provides list of SMS Email Carriers</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSMSEmailCarriersHttpPostIn" />
|
|
<wsdl:output message="tns:GetSMSEmailCarriersHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNotificationMethods">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.2+] Provides list of Notification Methods</wsdl:documentation>
|
|
<wsdl:input message="tns:GetNotificationMethodsHttpPostIn" />
|
|
<wsdl:output message="tns:GetNotificationMethodsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserClientPreferences">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save User-Client Preferences</wsdl:documentation>
|
|
<wsdl:input message="tns:SaveUserClientPreferencesHttpPostIn" />
|
|
<wsdl:output message="tns:SaveUserClientPreferencesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetHelpDocuments">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get listing of Help Documents URLs</wsdl:documentation>
|
|
<wsdl:input message="tns:GetHelpDocumentsHttpPostIn" />
|
|
<wsdl:output message="tns:GetHelpDocumentsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserLanguage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update only the Language (LocaleId value) for a User. Country Code (ex. en-US) or a language Id as defined within TC2 can be used to update the value in the User Table.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserLanguageHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateUserLanguageHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserPassword">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the user password after login, so sessioid, OldPassword and NewPassword is must</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateUserPasswordHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateUserPasswordHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.12+] Used to get feedback from users</wsdl:documentation>
|
|
<wsdl:input message="tns:SubmitUserFeedbackHttpPostIn" />
|
|
<wsdl:output message="tns:SubmitUserFeedbackHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC3.12+] Used to get feedback from users along with EmailID and rating</wsdl:documentation>
|
|
<wsdl:input message="tns:SubmitUserFeedback_V1HttpPostIn" />
|
|
<wsdl:output message="tns:SubmitUserFeedback_V1HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Validate user code </wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateUserCodeHttpPostIn" />
|
|
<wsdl:output message="tns:ValidateUserCodeHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResetUserPassword">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to update the user password after login, so sessioid, userName and NewPassword is must</wsdl:documentation>
|
|
<wsdl:input message="tns:ResetUserPasswordHttpPostIn" />
|
|
<wsdl:output message="tns:ResetUserPasswordHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoteAuthenticateUserLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remote Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoteAuthenticateUserLoginHttpPostIn" />
|
|
<wsdl:output message="tns:RemoteAuthenticateUserLoginHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateMPTGUIDLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">MAC validation request for the given GUID for Mobile Punch thru access</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateMPTGUIDLoginHttpPostIn" />
|
|
<wsdl:output message="tns:AuthenticateMPTGUIDLoginHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateUserLoginHttpPostIn" />
|
|
<wsdl:output message="tns:AuthenticateUserLoginHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLoginEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateUserLoginExHttpPostIn" />
|
|
<wsdl:output message="tns:AuthenticateUserLoginExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLogin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateGUIDLoginHttpPostIn" />
|
|
<wsdl:output message="tns:AuthenticateGUIDLoginHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLoginEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateGUIDLoginExHttpPostIn" />
|
|
<wsdl:output message="tns:AuthenticateGUIDLoginExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request session details for the given sessionID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSessionDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:GetSessionDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateAndGetSessionIdByGuid">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given GUID using the specified client application.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateAndGetSessionIdByGuidHttpPostIn" />
|
|
<wsdl:output message="tns:AuthenticateAndGetSessionIdByGuidHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsExHttpPostIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetUserSessionDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Authentication for the given username and password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetUserSessionDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:LoginAndGetUserSessionDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEncryptEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for authentication for the given encrypted username/password using the specified client application and retrieves the session details on successful authentication</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginAndGetSessionDetailsEncryptExHttpPostIn" />
|
|
<wsdl:output message="tns:LoginAndGetSessionDetailsEncryptExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="KeepAlive">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Inquire about an active session for the purpose of avoiding a server-side timeout.</wsdl:documentation>
|
|
<wsdl:input message="tns:KeepAliveHttpPostIn" />
|
|
<wsdl:output message="tns:KeepAliveHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Logout">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given sessionID be logged out and/or terminated.</wsdl:documentation>
|
|
<wsdl:input message="tns:LogoutHttpPostIn" />
|
|
<wsdl:output message="tns:LogoutHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[DEPRECIATED] Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaDetailsExHttpPostIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaDetailsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaAndLogoDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request InterfaceSchema details for the given sessionID/username</wsdl:documentation>
|
|
<wsdl:input message="tns:GetInterfaceSchemaAndLogoDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:GetInterfaceSchemaAndLogoDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAppKeys">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Static Key information for Clients</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAppKeysHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllAppKeysHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartAction">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove a single Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartActionHttpPostIn" />
|
|
<wsdl:output message="tns:DeleteSmartActionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Set the Smart Action state</wsdl:documentation>
|
|
<wsdl:input message="tns:SetSmartActionStateHttpPostIn" />
|
|
<wsdl:output message="tns:SetSmartActionStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartAction">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Execute the Smart Action</wsdl:documentation>
|
|
<wsdl:input message="tns:RunSmartActionHttpPostIn" />
|
|
<wsdl:output message="tns:RunSmartActionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Get the Smart Action Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartActionConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:GetSmartActionConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given Video PIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:GetVideoPIRConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRLocationDeviceList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of Video PIR for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRLocationDeviceListHttpPostIn" />
|
|
<wsdl:output message="tns:GetVideoPIRLocationDeviceListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRCaptureTypes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the capturetypes for VideoPIR device</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRCaptureTypesHttpPostIn" />
|
|
<wsdl:output message="tns:GetVideoPIRCaptureTypesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateVideoPIRConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the configuration information for the given VideoPIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateVideoPIRConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateVideoPIRConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIREventRecord">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Video PIR event record based on Event TypeID </wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIREventRecordHttpPostIn" />
|
|
<wsdl:output message="tns:GetVideoPIREventRecordHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TakeVideoPIRSnapshots">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Trigger the Peek In Now Action for VideoPIR.</wsdl:documentation>
|
|
<wsdl:input message="tns:TakeVideoPIRSnapshotsHttpPostIn" />
|
|
<wsdl:output message="tns:TakeVideoPIRSnapshotsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRDeviceEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get VideoPIR device events with applied filter condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoPIRDeviceEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetVideoPIRDeviceEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiLocationsHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiLocationsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiSmartAway">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Turn On/Off WiFi Smart Away</wsdl:documentation>
|
|
<wsdl:input message="tns:WiFiSmartAwayHttpPostIn" />
|
|
<wsdl:output message="tns:WiFiSmartAwayHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveWiFiDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove WiFi Device from Total Connect</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveWiFiDeviceHttpPostIn" />
|
|
<wsdl:output message="tns:RemoveWiFiDeviceHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiWeatherFromDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This will return the weather forecast for the device location.</wsdl:documentation>
|
|
<wsdl:input message="tns:WiFiWeatherFromDeviceHttpPostIn" />
|
|
<wsdl:output message="tns:WiFiWeatherFromDeviceHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This will return the results for one thermostat.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetThermostatHttpPostIn" />
|
|
<wsdl:output message="tns:GetThermostatHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLyricLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of Lyric locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLyricLocationsHttpPostIn" />
|
|
<wsdl:output message="tns:GetLyricLocationsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetImage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to Save an image to an object PhotoClassId:1- location, 2 - User image</wsdl:documentation>
|
|
<wsdl:input message="tns:GetImageHttpPostIn" />
|
|
<wsdl:output message="tns:GetImageHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLogoImage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to Retrieve a Branding Image LOGO</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLogoImageHttpPostIn" />
|
|
<wsdl:output message="tns:GetLogoImageHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the data associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationHttpPostIn" />
|
|
<wsdl:output message="tns:GetLocationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationSimple">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the data associated with the basic attributes of a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationSimpleHttpPostIn" />
|
|
<wsdl:output message="tns:GetLocationSimpleHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of supported countries</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCountryListHttpPostIn" />
|
|
<wsdl:output message="tns:GetCountryListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryStateList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of states for a country</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCountryStateListHttpPostIn" />
|
|
<wsdl:output message="tns:GetCountryStateListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllCountryStateList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the list of countries & States</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllCountryStateListHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllCountryStateListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartners">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersHttpPostIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Multiple Skybell Returns the Partners associated with a Location object from the database</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedPartnersExHttpPostIn" />
|
|
<wsdl:output message="tns:GetAssociatedPartnersExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubscribeUnsubscrbeCHILAccount">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Subscribe and Unsubscribe Lyric Account</wsdl:documentation>
|
|
<wsdl:input message="tns:SubscribeUnsubscrbeCHILAccountHttpPostIn" />
|
|
<wsdl:output message="tns:SubscribeUnsubscrbeCHILAccountHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Dealer Information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDealerInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetDealerInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSubscriberInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the Subscriber Information</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSubscriberInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetSubscriberInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZones">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the set of available triggerTime zone regions and their ID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetTimeZonesHttpPostIn" />
|
|
<wsdl:output message="tns:GetTimeZonesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZonesForCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the set of available triggerTime zone regions and their ID for Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetTimeZonesForCameraHttpPostIn" />
|
|
<wsdl:output message="tns:GetTimeZonesForCameraHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceVersion">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Provides version information for the web service.</wsdl:documentation>
|
|
<wsdl:input message="tns:ServiceVersionHttpPostIn" />
|
|
<wsdl:output message="tns:ServiceVersionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLs">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the set of video file URLs for a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoFileURLsHttpPostIn" />
|
|
<wsdl:output message="tns:GetVideoFileURLsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the set of video file URLs for a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVideoFileURLsExHttpPostIn" />
|
|
<wsdl:output message="tns:GetVideoFileURLsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventNotes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the notes associated with a device or audit event record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventNotesHttpPostIn" />
|
|
<wsdl:output message="tns:GetEventNotesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device or audit event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns doorbell event records. A maximum of 100 records can be returned per call.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorbellEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetDoorbellEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventTypeFilter">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of available event type filter values that are to be used for filtering the event record retrieval.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventTypeFilterHttpPostIn" />
|
|
<wsdl:output message="tns:GetEventTypeFilterHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEventTypeFilter">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of available event type filter values that are to be used for filtering the event record retrieval.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllEventTypeFilterHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllEventTypeFilterHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLiveEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetLiveEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of device event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllLiveEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllLiveEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellLiveEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a set of doorbell event records. A maximum of 250 records can be returned per call. The parameter LastEventIdReceived is used to retreive newer records than the ones previously obtained. Entering the most recent event id into this field will return all records that are newer than that record</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorbellLiveEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetDoorbellLiveEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventNotes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the note associated with a device or audit event. Storing an empty string will clear a note.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventNotesHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateEventNotesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordHideState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the hidden state of a device or audit event record. Hidden records are not returned during normal GetEvents requests unlessthe ShowHidden parameter is true.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventRecordHideStateHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateEventRecordHideStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordLockState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the lock state of a device or audit event record. When a record is locked, the automated clean up process will retain the locked record. Only unlocked records will be removed.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateEventRecordLockStateHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateEventRecordLockStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateFavoriteEventRecordState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the lock state of a device or audit event record. When a record is locked, the automated clean up process will retain the locked record. Only unlocked records will be removed.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateFavoriteEventRecordStateHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateFavoriteEventRecordStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsCameraAvailable">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Determine if the camera is available for a stream at the moment. Current reasons for unavailability would be if the camera is updating</wsdl:documentation>
|
|
<wsdl:input message="tns:IsCameraAvailableHttpPostIn" />
|
|
<wsdl:output message="tns:IsCameraAvailableHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current state (flags, pan/tilt location, WLLED, output state) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraStateHttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraIOState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current I/O state (flags, WLLED, output state) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraIOStateHttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraIOStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraPosition">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current pan/tilt location for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraPositionHttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraPositionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GotoPreset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move to the given preset pan/tilt location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GotoPresetHttpPostIn" />
|
|
<wsdl:output message="tns:GotoPresetHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StorePreset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the current pan/tilt location be stored as the given preset slot for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:StorePresetHttpPostIn" />
|
|
<wsdl:output message="tns:StorePresetHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="MoveCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move in the specified direction, speed and distance.</wsdl:documentation>
|
|
<wsdl:input message="tns:MoveCameraHttpPostIn" />
|
|
<wsdl:output message="tns:MoveCameraHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DirectPanTilt">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the given camera move to the specified location, based on a 640x480 viewport mapping.</wsdl:documentation>
|
|
<wsdl:input message="tns:DirectPanTiltHttpPostIn" />
|
|
<wsdl:output message="tns:DirectPanTiltHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WLLED_Control">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the WLLED for the given camera be turned on/off.</wsdl:documentation>
|
|
<wsdl:input message="tns:WLLED_ControlHttpPostIn" />
|
|
<wsdl:output message="tns:WLLED_ControlHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Output_Control">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the output control for the given camera be turned on/off.</wsdl:documentation>
|
|
<wsdl:input message="tns:Output_ControlHttpPostIn" />
|
|
<wsdl:output message="tns:Output_ControlHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TriggerVideoCapture">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request the given camera to archive a video clip to the server.</wsdl:documentation>
|
|
<wsdl:input message="tns:TriggerVideoCaptureHttpPostIn" />
|
|
<wsdl:output message="tns:TriggerVideoCaptureHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConfigStreamMode">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Configure the given camera to use the specified video mode.</wsdl:documentation>
|
|
<wsdl:input message="tns:ConfigStreamModeHttpPostIn" />
|
|
<wsdl:output message="tns:ConfigStreamModeHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationCameraList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of cameras for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationCameraListHttpPostIn" />
|
|
<wsdl:output message="tns:GetLocationCameraListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of All cameras for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationAllCameraListHttpPostIn" />
|
|
<wsdl:output message="tns:GetLocationAllCameraListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraListEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the list of All cameras and Multiple Skybell for the specified session and location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetLocationAllCameraListExHttpPostIn" />
|
|
<wsdl:output message="tns:GetLocationAllCameraListExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMediaServerConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetMediaServerConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:GetMediaServerConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current configuration information (including limits) for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraConfiguration2HttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraConfiguration2HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateCameraConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update the configuration information for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateCameraConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateCameraConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetDefaultCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Adjust default camera settings</wsdl:documentation>
|
|
<wsdl:input message="tns:SetDefaultCameraHttpPostIn" />
|
|
<wsdl:output message="tns:SetDefaultCameraHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpgradeCameraFirmware">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request that the camera firmware be upgraded/changed to the specified version (or default, if unspecified)</wsdl:documentation>
|
|
<wsdl:input message="tns:UpgradeCameraFirmwareHttpPostIn" />
|
|
<wsdl:output message="tns:UpgradeCameraFirmwareHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFirmwareList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request a list of available camera firmware upgrade options for the given camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetFirmwareListHttpPostIn" />
|
|
<wsdl:output message="tns:GetFirmwareListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWirelessStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get camera wireless status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWirelessStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetWirelessStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraInformation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get camera Information - provides camera wireless details and Network data</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraInformationHttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraInformationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWAPClientsInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets WAP clients status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWAPClientsInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetWAPClientsInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetBatteryStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets Camera Battery Status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetBatteryStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetBatteryStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExHttpPostIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExV1HttpPostIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExV1HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV2">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Event Metadata applicable for the Given Location based on Partitions. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataExV2HttpPostIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataExV2HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEvents">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Configured Notification Events at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetConfiguredEventsHttpPostIn" />
|
|
<wsdl:output message="tns:GetConfiguredEventsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEventsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Configured Notification Events at the Given Location.Added notification flags for each module</wsdl:documentation>
|
|
<wsdl:input message="tns:GetConfiguredEventsExHttpPostIn" />
|
|
<wsdl:output message="tns:GetConfiguredEventsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummaryXML">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Summary of Configured Notification Events in XML at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventSummaryXMLHttpPostIn" />
|
|
<wsdl:output message="tns:GetEventSummaryXMLHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummary">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Summary of Configured Notification Events at the Given Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventSummaryHttpPostIn" />
|
|
<wsdl:output message="tns:GetEventSummaryHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationConditionalStates">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification states permitted for this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationConditionalStatesHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllNotificationConditionalStatesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationSchedules">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification schedules available.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationSchedulesHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllNotificationSchedulesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationLists">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the Notification Lists associated with current user's TotalConnect account)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllNotificationListsHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllNotificationListsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendTestNotification">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sends Summary Email about the Notification List to the Admin user</wsdl:documentation>
|
|
<wsdl:input message="tns:SendTestNotificationHttpPostIn" />
|
|
<wsdl:output message="tns:SendTestNotificationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NotificationPause">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Enable/disabled notifications for logged in user and/or return notification pause status.</wsdl:documentation>
|
|
<wsdl:input message="tns:NotificationPauseHttpPostIn" />
|
|
<wsdl:output message="tns:NotificationPauseHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of notification states permitted for this location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllSensorsMaskStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllSensorsMaskStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaData">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[DEPRECATED] Get the Event Metadata applicable for the Given Location. Used for Notification Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEventMetaDataHttpPostIn" />
|
|
<wsdl:output message="tns:GetEventMetaDataHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusExHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given Location and User.Added CanBeBypassable flag to determine zone is bypassable or not</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusEx_V1HttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusEx_V1HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusByDeviceIDHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusByDeviceIDHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusExHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given Location and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusEx_V1HttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusEx_V1HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceIDEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelFullStatusByDeviceIDExHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelFullStatusByDeviceIDExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the zones in different states like Alarms, Faults, Trouble, and Bypassed</wsdl:documentation>
|
|
<wsdl:input message="tns:GetZonesListInStateHttpPostIn" />
|
|
<wsdl:output message="tns:GetZonesListInStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Enriched Method] Get the zones in different states like Alarms, Faults, Trouble, and Bypassed and whether it is Bypassable Zone or Not</wsdl:documentation>
|
|
<wsdl:input message="tns:GetZonesListInStateExHttpPostIn" />
|
|
<wsdl:output message="tns:GetZonesListInStateExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusByDeviceIDHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusByDeviceIDHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request for Metadata and Full status of Security Panel for the Given DeviceID and User</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPanelMetaDataAndFullStatusByDeviceIDExHttpPostIn" />
|
|
<wsdl:output message="tns:GetPanelMetaDataAndFullStatusByDeviceIDExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassAll">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initiates Zone Bypass for multiple zones</wsdl:documentation>
|
|
<wsdl:input message="tns:BypassAllHttpPostIn" />
|
|
<wsdl:output message="tns:BypassAllHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Bypass">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initiates Zone Bypass</wsdl:documentation>
|
|
<wsdl:input message="tns:BypassHttpPostIn" />
|
|
<wsdl:output message="tns:BypassHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceInviteToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Device Invite Token for a Sky Bell User.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceInviteTokenHttpPostIn" />
|
|
<wsdl:output message="tns:GetDeviceInviteTokenHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceProvisioningStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Device provisioning status for the given token.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceProvisioningStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetDeviceProvisioningStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Removes Doorbell from TC and Skybell</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveDoorbellDeviceHttpPostIn" />
|
|
<wsdl:output message="tns:RemoveDoorbellDeviceHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDeviceEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Removes Doorbell from TC and Skybell for Multiple Skybell per Location</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveDoorbellDeviceExHttpPostIn" />
|
|
<wsdl:output message="tns:RemoveDoorbellDeviceExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Details for Multiple Skybell per location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDetailsExHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDetailsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Settings</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellSettingsHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellSettingsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedSkybellDevices">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all devices associated to Skybell Account.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAssociatedSkybellDevicesHttpPostIn" />
|
|
<wsdl:output message="tns:GetAssociatedSkybellDevicesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerVideoURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Partner Video URL for the device event</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerVideoURLHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerVideoURLHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorBellClientID">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get DoorBell - Client ID</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDoorBellClientIDHttpPostIn" />
|
|
<wsdl:output message="tns:GetDoorBellClientIDHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Diagnostic Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get WiFi Door Bell Diagnostic Details for Multiple Skybell per Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsExHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiDoorBellDeviceDiagnosticDetailsExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceMaxCount">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the maximum device count per location for all devices present in that location</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDeviceMaxCountHttpPostIn" />
|
|
<wsdl:output message="tns:GetDeviceMaxCountHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUpdatePartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Enrollment status for a Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:InsertUpdatePartnerCameraHttpPostIn" />
|
|
<wsdl:output message="tns:InsertUpdatePartnerCameraHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteEnrolledPartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteEnrolledPartnerCameraHttpPostIn" />
|
|
<wsdl:output message="tns:DeleteEnrolledPartnerCameraHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraActivationStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Activation status for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraActivationStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraActivationStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraActivationStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Activation status for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraActivationStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraActivationStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Access Token detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraAccessTokenHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraAccessTokenHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRefreshToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Refresh Token detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraRefreshTokenHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraRefreshTokenHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a Settings for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraSettingsHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraSettingsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemovePartnerCamera">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove Lyric Camera from the Location.</wsdl:documentation>
|
|
<wsdl:input message="tns:RemovePartnerCameraHttpPostIn" />
|
|
<wsdl:output message="tns:RemovePartnerCameraHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraLiveStream">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraLiveStreamHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraLiveStreamHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Lyric Camera and RSI Camera status.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCameraStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetCameraStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecordPartnerCameraVideo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:RecordPartnerCameraVideoHttpPostIn" />
|
|
<wsdl:output message="tns:RecordPartnerCameraVideoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraClipKey">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return clip Key detail for App</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraClipKeyHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraClipKeyHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestPartnerCameraSnapshot">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Snapshot detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:RequestPartnerCameraSnapshotHttpPostIn" />
|
|
<wsdl:output message="tns:RequestPartnerCameraSnapshotHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraPrivacySettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for Lyric Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:SavePartnerCameraPrivacySettingsHttpPostIn" />
|
|
<wsdl:output message="tns:SavePartnerCameraPrivacySettingsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LogActivity">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Log Message to Kibana Server</wsdl:documentation>
|
|
<wsdl:input message="tns:LogActivityHttpPostIn" />
|
|
<wsdl:output message="tns:LogActivityHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRtspLiveStream">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Live Stream detail for Partner Camera</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartnerCameraRtspLiveStreamHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartnerCameraRtspLiveStreamHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVAVCameraZoneInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save the Settings for VAV Camera.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetVAVCameraZoneInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetVAVCameraZoneInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionAuthorityLevel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return List of Partitions Authority Level info.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPartitionAuthorityLevelHttpPostIn" />
|
|
<wsdl:output message="tns:GetPartitionAuthorityLevelHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserPartitionAuthority">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[TC2.1+] R Get User information with Partition Authority</wsdl:documentation>
|
|
<wsdl:input message="tns:GetUserPartitionAuthorityHttpPostIn" />
|
|
<wsdl:output message="tns:GetUserPartitionAuthorityHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUserMobileDeviceToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Stores MobileDeviceToken ID for a User</wsdl:documentation>
|
|
<wsdl:input message="tns:InsertUserMobileDeviceTokenHttpPostIn" />
|
|
<wsdl:output message="tns:InsertUserMobileDeviceTokenHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePushSubscription">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update User's Push notification Subscription</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdatePushSubscriptionHttpPostIn" />
|
|
<wsdl:output message="tns:UpdatePushSubscriptionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveUserMobileDeviceToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Remove User's MobileDevice token id</wsdl:documentation>
|
|
<wsdl:input message="tns:RemoveUserMobileDeviceTokenHttpPostIn" />
|
|
<wsdl:output message="tns:RemoveUserMobileDeviceTokenHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PauseAllNotifications">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pause / Allow all notifications for logged in user</wsdl:documentation>
|
|
<wsdl:input message="tns:PauseAllNotificationsHttpPostIn" />
|
|
<wsdl:output message="tns:PauseAllNotificationsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllRSIDeviceStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI camera wireless, Supervision and Low Battery status</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllRSIDeviceStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllRSIDeviceStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RSICameraLookin">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Look in for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:RSICameraLookinHttpPostIn" />
|
|
<wsdl:output message="tns:RSICameraLookinHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetRSICameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set RSI Camera Settings for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:SetRSICameraSettingsHttpPostIn" />
|
|
<wsdl:output message="tns:SetRSICameraSettingsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSICameraSettings">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI Camera Settings for RSI </wsdl:documentation>
|
|
<wsdl:input message="tns:GetRSICameraSettingsHttpPostIn" />
|
|
<wsdl:output message="tns:GetRSICameraSettingsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSIVideoURLInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get RSI Video URL Info for the device event</wsdl:documentation>
|
|
<wsdl:input message="tns:GetRSIVideoURLInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetRSIVideoURLInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLockLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiLockLocationsHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiLockLocationsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save August Lock OAUTH Access Token in Total Connect.</wsdl:documentation>
|
|
<wsdl:input message="tns:GenerateAccessTokenHttpPostIn" />
|
|
<wsdl:output message="tns:GenerateAccessTokenHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiThermostatLocations">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return a list of TCC WiFi locations and devices.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWiFiThermostatLocationsHttpPostIn" />
|
|
<wsdl:output message="tns:GetWiFiThermostatLocationsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWifiThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return Configured TCC WiFi Thermostat Schedules.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetWifiThermostatScheduleHttpPostIn" />
|
|
<wsdl:output message="tns:GetWifiThermostatScheduleHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateThermostatAccessToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Success/Failure on Thermostat Access Token Generation</wsdl:documentation>
|
|
<wsdl:input message="tns:GenerateThermostatAccessTokenHttpPostIn" />
|
|
<wsdl:output message="tns:GenerateThermostatAccessTokenHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TestEmergencyAlert">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Insert the Severe weather test message for the given locationID</wsdl:documentation>
|
|
<wsdl:input message="tns:TestEmergencyAlertHttpPostIn" />
|
|
<wsdl:output message="tns:TestEmergencyAlertHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateSwitchIcon">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update a Switch Icon (database only)</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateSwitchIconHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateSwitchIconHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a Thermostat schedule (from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetThermostatScheduleHttpPostIn" />
|
|
<wsdl:output message="tns:GetThermostatScheduleHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ExecuteAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a single scene</wsdl:documentation>
|
|
<wsdl:input message="tns:ExecuteASceneHttpPostIn" />
|
|
<wsdl:output message="tns:ExecuteASceneHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete a single scene</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteASceneHttpPostIn" />
|
|
<wsdl:output message="tns:DeleteASceneHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a specific scene per Automation panel (database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetASceneHttpPostIn" />
|
|
<wsdl:output message="tns:GetASceneHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSceneList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of scenes per Automation panel (database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSceneListHttpPostIn" />
|
|
<wsdl:output message="tns:GetSceneListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database) - Includes HB Thermostat as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAutomationDeviceStatusExHttpPostIn" />
|
|
<wsdl:output message="tns:GetAllAutomationDeviceStatusExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusExHttpPostIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationLocks">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Automation Lock Details.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationLocksHttpPostIn" />
|
|
<wsdl:output message="tns:GetAutomationLocksHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALock">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel lock</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlALockHttpPostIn" />
|
|
<wsdl:output message="tns:ControlALockHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostat">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlAThermostatHttpPostIn" />
|
|
<wsdl:output message="tns:ControlAThermostatHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetThermostatSchedule">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Setting Schedule Status for thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:SetThermostatScheduleHttpPostIn" />
|
|
<wsdl:output message="tns:SetThermostatScheduleHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostatEx">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a action on a Automation panel thermostat</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlAThermostatExHttpPostIn" />
|
|
<wsdl:output message="tns:ControlAThermostatExHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlASwitch">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute a single action on a Automation panel switch</wsdl:documentation>
|
|
<wsdl:input message="tns:ControlASwitchHttpPostIn" />
|
|
<wsdl:output message="tns:ControlASwitchHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Execute Security Panel and Automation Synchronization</wsdl:documentation>
|
|
<wsdl:input message="tns:SynchronizeSecurityPanelHttpPostIn" />
|
|
<wsdl:output message="tns:SynchronizeSecurityPanelHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSyncJobStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to check the status of sync job</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSyncJobStatusHttpPostIn" />
|
|
<wsdl:output message="tns:GetSyncJobStatusHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisconnectPanel">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Close Current Security Panel Session</wsdl:documentation>
|
|
<wsdl:input message="tns:DisconnectPanelHttpPostIn" />
|
|
<wsdl:output message="tns:DisconnectPanelHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database) - Includes HB Thermostat as well</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAllAutomationDeviceStatusExV1HttpPostIn" />
|
|
<wsdl:output message="tns:GetAllAutomationDeviceStatusExV1HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusExV1">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">[Transitional State for lock] Get info for all Automation devices per Automation panel (during a panel session from panel, otherwise from database)</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAutomationDeviceStatusExV1HttpPostIn" />
|
|
<wsdl:output message="tns:GetAutomationDeviceStatusExV1HttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetContentConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the configuration settings for all the Content</wsdl:documentation>
|
|
<wsdl:input message="tns:GetContentConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:GetContentConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeather">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCurrentWeatherHttpPostIn" />
|
|
<wsdl:output message="tns:GetCurrentWeatherHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeather">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the five days forecast weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetForecastWeatherHttpPostIn" />
|
|
<wsdl:output message="tns:GetForecastWeatherHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerMessages">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the top 5 dealer messages</wsdl:documentation>
|
|
<wsdl:input message="tns:GetDealerMessagesHttpPostIn" />
|
|
<wsdl:output message="tns:GetDealerMessagesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDealerMessageReadState">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Mark a dealer message as Read</wsdl:documentation>
|
|
<wsdl:input message="tns:UpdateDealerMessageReadStateHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateDealerMessageReadStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeatherWithURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the current weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCurrentWeatherWithURLHttpPostIn" />
|
|
<wsdl:output message="tns:GetCurrentWeatherWithURLHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeatherWithURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the five days forecast weather condition</wsdl:documentation>
|
|
<wsdl:input message="tns:GetForecastWeatherWithURLHttpPostIn" />
|
|
<wsdl:output message="tns:GetForecastWeatherWithURLHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddressInSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress in session</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateEmailAddressInSessionHttpPostIn" />
|
|
<wsdl:output message="tns:ValidateEmailAddressInSessionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddress">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress from an external source from an email link</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateEmailAddressHttpPostIn" />
|
|
<wsdl:output message="tns:ValidateEmailAddressHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateNewEmailAddress">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to validate an emailaddress from an external source from an email link</wsdl:documentation>
|
|
<wsdl:input message="tns:ValidateNewEmailAddressHttpPostIn" />
|
|
<wsdl:output message="tns:ValidateNewEmailAddressHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendEmailValidationDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to send an validation link to the user</wsdl:documentation>
|
|
<wsdl:input message="tns:SendEmailValidationDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:SendEmailValidationDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendMultipleEmailValidationDetails">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to send an validation link to the multiple users</wsdl:documentation>
|
|
<wsdl:input message="tns:SendMultipleEmailValidationDetailsHttpPostIn" />
|
|
<wsdl:output message="tns:SendMultipleEmailValidationDetailsHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDevices">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retieve the list of GPS devices associated with a location.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDevicesHttpPostIn" />
|
|
<wsdl:output message="tns:GetGPSDevicesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceLocationData">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the most recent recorded Location related data of the GPS device.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDeviceLocationDataHttpPostIn" />
|
|
<wsdl:output message="tns:GetGPSDeviceLocationDataHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceGeoFence">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the GeoFence information for a particular GPS device</wsdl:documentation>
|
|
<wsdl:input message="tns:GetGPSDeviceGeoFenceHttpPostIn" />
|
|
<wsdl:output message="tns:GetGPSDeviceGeoFenceHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEnteredGPSGeofences">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Used to retrieve the the list of geofences that the GPS device currently is in.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEnteredGPSGeofencesHttpPostIn" />
|
|
<wsdl:output message="tns:GetEnteredGPSGeofencesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendGPSLocateNowMessage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">this will cause the GPS device to return its current location to the database. Retrieval will be from a call to GetGPSDeviceLocationData.</wsdl:documentation>
|
|
<wsdl:input message="tns:SendGPSLocateNowMessageHttpPostIn" />
|
|
<wsdl:output message="tns:SendGPSLocateNowMessageHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePhotoForGPSDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates the Photo associated with a GPS Device and returns the PhotoURL for it.</wsdl:documentation>
|
|
<wsdl:input message="tns:SavePhotoForGPSDeviceHttpPostIn" />
|
|
<wsdl:output message="tns:SavePhotoForGPSDeviceHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestTWMSession">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request TWM Session</wsdl:documentation>
|
|
<wsdl:input message="tns:RequestTWMSessionHttpPostIn" />
|
|
<wsdl:output message="tns:RequestTWMSessionHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Remove a Scenes</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteSmartSceneHttpPostIn" />
|
|
<wsdl:output message="tns:DeleteSmartSceneHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartScene">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Execute the Scenes</wsdl:documentation>
|
|
<wsdl:input message="tns:RunSmartSceneHttpPostIn" />
|
|
<wsdl:output message="tns:RunSmartSceneHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneConfiguration">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To Get the Smart Action Configuration</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSmartSceneConfigurationHttpPostIn" />
|
|
<wsdl:output message="tns:GetSmartSceneConfigurationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the list of EULA's to be signed by the user.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEulaInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetEulaInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaText">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:GetEulaTextHttpPostIn" />
|
|
<wsdl:output message="tns:GetEulaTextHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="signEULA">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:signEULAHttpPostIn" />
|
|
<wsdl:output message="tns:signEULAHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the list of All EULA's befor login to be viewed by the user.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPreLoginEulaInfoHttpPostIn" />
|
|
<wsdl:output message="tns:GetPreLoginEulaInfoHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaText">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To get the EULA Text for the given language id and eula id</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPreLoginEulaTextHttpPostIn" />
|
|
<wsdl:output message="tns:GetPreLoginEulaTextHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AcceptRootedDeviceUsage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">To update if the device is insecure</wsdl:documentation>
|
|
<wsdl:input message="tns:AcceptRootedDeviceUsageHttpPostIn" />
|
|
<wsdl:output message="tns:AcceptRootedDeviceUsageHttpPostOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="svcTC2APISoap" type="tns:svcTC2APISoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="ArmSecuritySystem">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystem" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CustomArmSecuritySystem">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/CustomArmSecuritySystem" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCustomArmSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCustomArmSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystem">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DisarmSecuritySystem" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReadConsoleDisplay">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ReadConsoleDisplay" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConnectToPanel">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ConnectToPanel" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendKey">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SendKey" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="OverrideSecurityPanelSession">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/OverrideSecurityPanelSession" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandStateEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateExV1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandStateExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateExV2">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandStateExV2" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelConnectionStatusInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelConnectionStatusInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetIndividualZoneDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetIndividualZoneDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RefreshSecrurityPanelStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RefreshSecrurityPanelStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelSecurityStatusByLocation">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelSecurityStatusByLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystemEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisArmSecuritySystemEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DisArmSecuritySystemEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/BypassEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsers">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetUsers" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUserInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteUserInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUser">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DisableEnableUser" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEula">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateEula" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetUserInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUser">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteUser" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUserEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DisableEnableUserEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetUserDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllUserDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsExV1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllUserDetailsExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetailsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetUserDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUser">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveUser" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveUserEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserEx1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveUserEx1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditUser">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AddEditUser" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCode">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserCode" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCode">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveMasterUserCode" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsersEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetUsersEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizePanelUser">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SynchronizePanelUser" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSMSEmailCarriers">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSMSEmailCarriers" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNotificationMethods">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetNotificationMethods" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsUserNameValid">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/IsUserNameValid" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveCreateUserInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveCreateUserInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserClientPreferences">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveUserClientPreferences" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetHelpDocuments">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetHelpDocuments" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserLanguage">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserLanguage" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserPassword">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserPassword" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SubmitUserFeedback" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback_V1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SubmitUserFeedback_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCode">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ValidateUserCode" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResetUserPassword">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ResetUserPassword" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCodeEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveMasterUserCodeEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCodeEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserCodeEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCodeEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ValidateUserCodeEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoteAuthenticateUserLogin">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RemoteAuthenticateUserLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateMPTGUIDLogin">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateMPTGUIDLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLogin">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateUserLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLoginEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateUserLoginEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLogin">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateGUIDLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLoginEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateGUIDLoginEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSessionDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetSessionDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateAndGetSessionIdByGuid">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateAndGetSessionIdByGuid" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetSessionDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetUserSessionDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetUserSessionDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEncryptEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetSessionDetailsEncryptEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="KeepAlive">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/KeepAlive" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Logout">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/Logout" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AnythingChanged">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AnythingChanged" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetInterfaceSchemaDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetailsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetInterfaceSchemaDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaAndLogoDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetInterfaceSchemaAndLogoDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAppKeys">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllAppKeys" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartAction">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartAction" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartActionList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartActionList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SetSmartActionState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartAction">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RunSmartAction" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSmartActionConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartActionEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartActionEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionStateEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SetSmartActionStateEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartActionEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RunSmartActionEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRLocationDeviceList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRLocationDeviceList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRCaptureTypes">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRCaptureTypes" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateVideoPIRConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateVideoPIRConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIREventRecord">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIREventRecord" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TakeVideoPIRSnapshots">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TakeVideoPIRSnapshots" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRDeviceEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRDeviceEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLocations">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ActivateWiFiDevice">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ActivateWiFiDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiSmartAway">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/WiFiSmartAway" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveWiFiDevice">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RemoveWiFiDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiWeatherFromDevice">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/WiFiWeatherFromDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostat">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLyricLocations">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLyricLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddRemoveLyricThermostat">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AddRemoveLyricThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetImage">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetImage" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLogoImage">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLogoImage" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocation">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationSimple">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLocationSimple" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveLocation">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveLocationSimple">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveLocationSimple" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCountryList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryStateList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCountryStateList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllCountryStateList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllCountryStateList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartners">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartners" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartnersEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersMultiLocation">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartnersMultiLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersMultiLocationEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartnersMultiLocationEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubscribeUnsubscrbeCHILAccount">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SubscribeUnsubscrbeCHILAccount" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDealerInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSubscriberInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSubscriberInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZones">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetTimeZones" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZonesForCamera">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetTimeZonesForCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceVersion">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ServiceVersion" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLs">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVideoFileURLs" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVideoFileURLsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventNotes">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventNotes" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDoorbellEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventsEx_V1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventsEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventTypeFilter">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventTypeFilter" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEventTypeFilter">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllEventTypeFilter" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLiveEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLiveEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllLiveEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllLiveEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellLiveEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDoorbellLiveEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventNotes">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateEventNotes" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordHideState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateEventRecordHideState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordLockState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateEventRecordLockState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateFavoriteEventRecordState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateFavoriteEventRecordState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsCameraAvailable">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/IsCameraAvailable" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraIOState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraIOState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraPosition">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraPosition" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GotoPreset">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GotoPreset" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StorePreset">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/StorePreset" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="MoveCamera">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/MoveCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DirectPanTilt">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DirectPanTilt" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WLLED_Control">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/WLLED_Control" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Output_Control">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/Output_Control" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TriggerVideoCapture">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TriggerVideoCapture" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConfigStreamMode">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ConfigStreamMode" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationCameraList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLocationCameraList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLocationAllCameraList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraListEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetLocationAllCameraListEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMediaServerConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetMediaServerConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration2">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraConfiguration2" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateCameraConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateCameraConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetDefaultCamera">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SetDefaultCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpgradeCameraFirmware">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpgradeCameraFirmware" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFirmwareList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetFirmwareList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWirelessStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWirelessStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraInformation">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraInformation" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWAPClientsInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWAPClientsInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetBatteryStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetBatteryStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaDataEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaDataExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV2">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaDataExV2" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetConfiguredEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEventsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetConfiguredEventsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummaryXML">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventSummaryXML" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummary">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventSummary" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationListEvents">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TransactNotificationListEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactSensorsMaskStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TransactSensorsMaskStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactSensorsMaskStatusEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TransactSensorsMaskStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationConditionalStates">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllNotificationConditionalStates" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationSchedules">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllNotificationSchedules" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationSchedules">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TransactNotificationSchedules" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationLists">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllNotificationLists" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationLists">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TransactNotificationLists" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendTestNotification">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SendTestNotification" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NotificationPause">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/NotificationPause" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllSensorsMaskStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatusEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllSensorsMaskStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaData">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaData" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelSecurityStatusforUser">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelSecurityStatusforUser" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V2">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusEx_V2" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceID">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusByDeviceID" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V2">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusEx_V2" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceIDEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusByDeviceIDEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetZonesListInState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetZonesListInStateEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusByDeviceID" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusByDeviceIDEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassAll">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/BypassAll" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Bypass">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/Bypass" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveGeofenceInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveGeofenceInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceInviteToken">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceInviteToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceProvisioningStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceProvisioningStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDoorBellDetail">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateDoorBellDetail" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDevice">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RemoveDoorbellDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDeviceEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RemoveDoorbellDeviceEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateWiFiDoorBellSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateWiFiDoorBellSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedSkybellDevices">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedSkybellDevices" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerVideoURL">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerVideoURL" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorBellClientID">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDoorBellClientID" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDiagnosticDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDiagnosticDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceMaxCount">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceMaxCount" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnrollPartnerCamera">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/EnrollPartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUpdatePartnerCamera">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/InsertUpdatePartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteEnrolledPartnerCamera">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteEnrolledPartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraActivationStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraActivationStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraActivationStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraActivationStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraAccessToken">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraAccessToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRefreshToken">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraRefreshToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SavePartnerCameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemovePartnerCamera">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RemovePartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraLiveStream">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraLiveStream" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCameraStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecordPartnerCameraVideo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RecordPartnerCameraVideo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraClipKey">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraClipKey" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestPartnerCameraSnapshot">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RequestPartnerCameraSnapshot" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraPrivacySettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SavePartnerCameraPrivacySettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LogActivity">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/LogActivity" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRtspLiveStream">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraRtspLiveStream" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveVAVCameraSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveVAVCameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVAVCameraZoneInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetVAVCameraZoneInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionsDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartitionsDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionAuthorityLevel">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPartitionAuthorityLevel" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserPartitionAuthority">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetUserPartitionAuthority" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx_V1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetZonesListInStateEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemPartitions">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystemPartitions" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystemPartitions">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DisarmSecuritySystemPartitions" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemPartitionsV1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystemPartitionsV1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystemPartitionsV1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DisarmSecuritySystemPartitionsV1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePartitionConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdatePartitionConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUserMobileDeviceToken">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/InsertUserMobileDeviceToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePushSubscription">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdatePushSubscription" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveUserMobileDeviceToken">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RemoveUserMobileDeviceToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PauseAllNotifications">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/PauseAllNotifications" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllRSIDeviceStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllRSIDeviceStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RSICameraLookin">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RSICameraLookin" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetRSICameraSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SetRSICameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSICameraSettings">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetRSICameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSIVideoURLInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetRSIVideoURLInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLockLocations">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiLockLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveWiFiLockDevice">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveWiFiLockDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateAccessToken">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GenerateAccessToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiThermostatLocations">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiThermostatLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddDeleteWiFiThermostats">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AddDeleteWiFiThermostats" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWifiThermostatSchedule">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetWifiThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateWifiThermostatSchedule">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateWifiThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateThermostatAccessToken">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GenerateThermostatAccessToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TestEmergencyAlert">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/TestEmergencyAlert" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateSwitchIcon">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateSwitchIcon" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateThermostatSchedule">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostatSchedule">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ExecuteAScene">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ExecuteAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateEditAScene">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/CreateEditAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAScene">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAScene">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSceneList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSceneList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationDeviceStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllAutomationDeviceStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationDeviceStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationLocks">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationLocks" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALock">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ControlALock" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostat">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ControlAThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetThermostatSchedule">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SetThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostatEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ControlAThermostatEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlASwitch">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ControlASwitch" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanel">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SynchronizeSecurityPanel" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSyncJobStatus">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSyncJobStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisconnectPanel">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DisconnectPanel" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusExV1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAllAutomationDeviceStatusExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusExV1">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationDeviceStatusExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlMultiFamilyThermostat">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ControlMultiFamilyThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanelEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SynchronizeSecurityPanelEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALockEx">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ControlALockEx" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetContentConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetContentConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveContentConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveContentConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeather">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCurrentWeather" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeather">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetForecastWeather" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerMessages">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetDealerMessages" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDealerMessageReadState">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/UpdateDealerMessageReadState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeatherWithURL">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetCurrentWeatherWithURL" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeatherWithURL">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetForecastWeatherWithURL" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddressInSession">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ValidateEmailAddressInSession" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddress">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ValidateEmailAddress" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateNewEmailAddress">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/ValidateNewEmailAddress" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendEmailValidationDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SendEmailValidationDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendMultipleEmailValidationDetails">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SendMultipleEmailValidationDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDevices">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetGPSDevices" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceLocationData">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetGPSDeviceLocationData" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceGeoFence">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetGPSDeviceGeoFence" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEnteredGPSGeofences">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEnteredGPSGeofences" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendGPSLocateNowMessage">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SendGPSLocateNowMessage" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePhotoForGPSDevice">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SavePhotoForGPSDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveGPSDeviceData">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/SaveGPSDeviceData" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestTWMSession">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RequestTWMSession" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditSmartScene">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AddEditSmartScene" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSmartSceneList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartScene">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartScene" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartScene">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/RunSmartScene" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneConfiguration">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSmartSceneConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEulaInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaText">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetEulaText" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="signEULA">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/signEULA" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaInfo">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPreLoginEulaInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaText">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetPreLoginEulaText" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AcceptRootedDeviceUsage">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AcceptRootedDeviceUsage" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditSmartAction">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/AddEditSmartAction" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionList">
|
|
<soap:operation soapAction="https://services.alarmnet.com/TC2/GetSmartActionList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="svcTC2APISoap12" type="tns:svcTC2APISoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="ArmSecuritySystem">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystem" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CustomArmSecuritySystem">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/CustomArmSecuritySystem" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCustomArmSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCustomArmSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystem">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DisarmSecuritySystem" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReadConsoleDisplay">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ReadConsoleDisplay" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConnectToPanel">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ConnectToPanel" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendKey">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SendKey" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="OverrideSecurityPanelSession">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/OverrideSecurityPanelSession" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandStateEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateExV1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandStateExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateExV2">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/CheckSecurityPanelLastCommandStateExV2" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelConnectionStatusInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelConnectionStatusInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetIndividualZoneDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetIndividualZoneDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RefreshSecrurityPanelStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RefreshSecrurityPanelStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelSecurityStatusByLocation">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelSecurityStatusByLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystemEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisArmSecuritySystemEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DisArmSecuritySystemEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/BypassEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsers">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetUsers" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUserInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteUserInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUser">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DisableEnableUser" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEula">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateEula" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetUserInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUser">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteUser" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUserEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DisableEnableUserEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetUserDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllUserDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsExV1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllUserDetailsExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetailsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetUserDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUser">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveUser" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveUserEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserEx1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveUserEx1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditUser">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AddEditUser" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCode">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserCode" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCode">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveMasterUserCode" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsersEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetUsersEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizePanelUser">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SynchronizePanelUser" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSMSEmailCarriers">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSMSEmailCarriers" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNotificationMethods">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetNotificationMethods" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsUserNameValid">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/IsUserNameValid" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveCreateUserInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveCreateUserInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserClientPreferences">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveUserClientPreferences" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetHelpDocuments">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetHelpDocuments" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserLanguage">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserLanguage" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserPassword">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserPassword" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SubmitUserFeedback" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback_V1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SubmitUserFeedback_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCode">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ValidateUserCode" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResetUserPassword">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ResetUserPassword" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCodeEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveMasterUserCodeEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCodeEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateUserCodeEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCodeEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ValidateUserCodeEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoteAuthenticateUserLogin">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RemoteAuthenticateUserLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateMPTGUIDLogin">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateMPTGUIDLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLogin">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateUserLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLoginEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateUserLoginEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLogin">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateGUIDLogin" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLoginEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateGUIDLoginEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSessionDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetSessionDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateAndGetSessionIdByGuid">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AuthenticateAndGetSessionIdByGuid" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetSessionDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetUserSessionDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetUserSessionDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEncryptEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/LoginAndGetSessionDetailsEncryptEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="KeepAlive">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/KeepAlive" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Logout">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/Logout" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AnythingChanged">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AnythingChanged" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetInterfaceSchemaDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetailsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetInterfaceSchemaDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaAndLogoDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetInterfaceSchemaAndLogoDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAppKeys">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllAppKeys" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartAction">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartAction" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartActionList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartActionList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SetSmartActionState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartAction">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RunSmartAction" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSmartActionConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartActionEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartActionEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionStateEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SetSmartActionStateEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartActionEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RunSmartActionEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRLocationDeviceList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRLocationDeviceList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRCaptureTypes">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRCaptureTypes" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateVideoPIRConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateVideoPIRConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIREventRecord">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIREventRecord" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TakeVideoPIRSnapshots">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TakeVideoPIRSnapshots" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRDeviceEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVideoPIRDeviceEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLocations">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ActivateWiFiDevice">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ActivateWiFiDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiSmartAway">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/WiFiSmartAway" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveWiFiDevice">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RemoveWiFiDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiWeatherFromDevice">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/WiFiWeatherFromDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostat">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLyricLocations">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLyricLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddRemoveLyricThermostat">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AddRemoveLyricThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetImage">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetImage" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLogoImage">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLogoImage" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocation">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationSimple">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLocationSimple" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveLocation">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveLocationSimple">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveLocationSimple" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCountryList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryStateList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCountryStateList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllCountryStateList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllCountryStateList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartners">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartners" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartnersEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersMultiLocation">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartnersMultiLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersMultiLocationEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedPartnersMultiLocationEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubscribeUnsubscrbeCHILAccount">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SubscribeUnsubscrbeCHILAccount" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDealerInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSubscriberInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSubscriberInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZones">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetTimeZones" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZonesForCamera">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetTimeZonesForCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceVersion">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ServiceVersion" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLs">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVideoFileURLs" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVideoFileURLsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventNotes">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventNotes" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDoorbellEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventsEx_V1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventsEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventTypeFilter">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventTypeFilter" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEventTypeFilter">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllEventTypeFilter" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLiveEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLiveEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllLiveEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllLiveEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellLiveEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDoorbellLiveEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventNotes">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateEventNotes" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordHideState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateEventRecordHideState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordLockState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateEventRecordLockState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateFavoriteEventRecordState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateFavoriteEventRecordState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsCameraAvailable">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/IsCameraAvailable" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraIOState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraIOState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraPosition">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraPosition" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GotoPreset">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GotoPreset" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StorePreset">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/StorePreset" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="MoveCamera">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/MoveCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DirectPanTilt">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DirectPanTilt" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WLLED_Control">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/WLLED_Control" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Output_Control">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/Output_Control" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TriggerVideoCapture">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TriggerVideoCapture" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConfigStreamMode">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ConfigStreamMode" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationCameraList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLocationCameraList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLocationAllCameraList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraListEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetLocationAllCameraListEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMediaServerConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetMediaServerConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration2">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraConfiguration2" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateCameraConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateCameraConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetDefaultCamera">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SetDefaultCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpgradeCameraFirmware">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpgradeCameraFirmware" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFirmwareList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetFirmwareList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWirelessStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWirelessStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraInformation">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraInformation" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWAPClientsInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWAPClientsInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetBatteryStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetBatteryStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaDataEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaDataExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV2">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaDataExV2" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetConfiguredEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEventsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetConfiguredEventsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummaryXML">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventSummaryXML" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummary">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventSummary" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationListEvents">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TransactNotificationListEvents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactSensorsMaskStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TransactSensorsMaskStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactSensorsMaskStatusEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TransactSensorsMaskStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationConditionalStates">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllNotificationConditionalStates" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationSchedules">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllNotificationSchedules" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationSchedules">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TransactNotificationSchedules" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationLists">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllNotificationLists" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TransactNotificationLists">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TransactNotificationLists" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendTestNotification">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SendTestNotification" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NotificationPause">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/NotificationPause" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllSensorsMaskStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatusEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllSensorsMaskStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaData">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEventMetaData" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelSecurityStatusforUser">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelSecurityStatusforUser" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V2">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusEx_V2" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceID">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusByDeviceID" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V2">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusEx_V2" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceIDEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelFullStatusByDeviceIDEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetZonesListInState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetZonesListInStateEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusByDeviceID" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPanelMetaDataAndFullStatusByDeviceIDEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassAll">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/BypassAll" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Bypass">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/Bypass" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveGeofenceInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveGeofenceInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceInviteToken">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceInviteToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceProvisioningStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceProvisioningStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDoorBellDetail">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateDoorBellDetail" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDevice">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RemoveDoorbellDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDeviceEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RemoveDoorbellDeviceEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateWiFiDoorBellSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateWiFiDoorBellSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedSkybellDevices">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAssociatedSkybellDevices" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerVideoURL">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerVideoURL" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorBellClientID">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDoorBellClientID" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDiagnosticDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiDoorBellDeviceDiagnosticDetailsEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceMaxCount">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceMaxCount" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnrollPartnerCamera">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/EnrollPartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUpdatePartnerCamera">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/InsertUpdatePartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteEnrolledPartnerCamera">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteEnrolledPartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraActivationStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraActivationStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraActivationStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraActivationStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraAccessToken">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraAccessToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRefreshToken">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraRefreshToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SavePartnerCameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemovePartnerCamera">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RemovePartnerCamera" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraLiveStream">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraLiveStream" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCameraStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecordPartnerCameraVideo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RecordPartnerCameraVideo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraClipKey">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraClipKey" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestPartnerCameraSnapshot">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RequestPartnerCameraSnapshot" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraPrivacySettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SavePartnerCameraPrivacySettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LogActivity">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/LogActivity" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRtspLiveStream">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartnerCameraRtspLiveStream" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveVAVCameraSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveVAVCameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVAVCameraZoneInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetVAVCameraZoneInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionsDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartitionsDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionAuthorityLevel">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPartitionAuthorityLevel" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserPartitionAuthority">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetUserPartitionAuthority" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx_V1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetZonesListInStateEx_V1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemPartitions">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystemPartitions" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystemPartitions">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DisarmSecuritySystemPartitions" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ArmSecuritySystemPartitionsV1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ArmSecuritySystemPartitionsV1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystemPartitionsV1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DisarmSecuritySystemPartitionsV1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePartitionConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdatePartitionConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUserMobileDeviceToken">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/InsertUserMobileDeviceToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePushSubscription">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdatePushSubscription" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveUserMobileDeviceToken">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RemoveUserMobileDeviceToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PauseAllNotifications">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/PauseAllNotifications" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllRSIDeviceStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllRSIDeviceStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RSICameraLookin">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RSICameraLookin" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetRSICameraSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SetRSICameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSICameraSettings">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetRSICameraSettings" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSIVideoURLInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetRSIVideoURLInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLockLocations">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiLockLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveWiFiLockDevice">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveWiFiLockDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateAccessToken">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GenerateAccessToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiThermostatLocations">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWiFiThermostatLocations" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddDeleteWiFiThermostats">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AddDeleteWiFiThermostats" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWifiThermostatSchedule">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetWifiThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateWifiThermostatSchedule">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateWifiThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateThermostatAccessToken">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GenerateThermostatAccessToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TestEmergencyAlert">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/TestEmergencyAlert" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateSwitchIcon">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateSwitchIcon" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateThermostatSchedule">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostatSchedule">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ExecuteAScene">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ExecuteAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateEditAScene">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/CreateEditAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAScene">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAScene">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAScene" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSceneList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSceneList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationDeviceStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllAutomationDeviceStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationDeviceStatusEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationLocks">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationLocks" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDeviceStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALock">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ControlALock" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostat">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ControlAThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetThermostatSchedule">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SetThermostatSchedule" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostatEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ControlAThermostatEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlASwitch">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ControlASwitch" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanel">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SynchronizeSecurityPanel" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSyncJobStatus">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSyncJobStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisconnectPanel">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DisconnectPanel" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusExV1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAllAutomationDeviceStatusExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusExV1">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetAutomationDeviceStatusExV1" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlMultiFamilyThermostat">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ControlMultiFamilyThermostat" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanelEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SynchronizeSecurityPanelEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALockEx">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ControlALockEx" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetContentConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetContentConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveContentConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveContentConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeather">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCurrentWeather" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeather">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetForecastWeather" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerMessages">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetDealerMessages" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDealerMessageReadState">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/UpdateDealerMessageReadState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeatherWithURL">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetCurrentWeatherWithURL" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeatherWithURL">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetForecastWeatherWithURL" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddressInSession">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ValidateEmailAddressInSession" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddress">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ValidateEmailAddress" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateNewEmailAddress">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/ValidateNewEmailAddress" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendEmailValidationDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SendEmailValidationDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendMultipleEmailValidationDetails">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SendMultipleEmailValidationDetails" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDevices">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetGPSDevices" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceLocationData">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetGPSDeviceLocationData" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceGeoFence">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetGPSDeviceGeoFence" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEnteredGPSGeofences">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEnteredGPSGeofences" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendGPSLocateNowMessage">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SendGPSLocateNowMessage" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePhotoForGPSDevice">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SavePhotoForGPSDevice" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveGPSDeviceData">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/SaveGPSDeviceData" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestTWMSession">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RequestTWMSession" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditSmartScene">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AddEditSmartScene" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSmartSceneList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartScene">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/DeleteSmartScene" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartScene">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/RunSmartScene" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneConfiguration">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSmartSceneConfiguration" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEulaInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaText">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetEulaText" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="signEULA">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/signEULA" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaInfo">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPreLoginEulaInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaText">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetPreLoginEulaText" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AcceptRootedDeviceUsage">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AcceptRootedDeviceUsage" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddEditSmartAction">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/AddEditSmartAction" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionList">
|
|
<soap12:operation soapAction="https://services.alarmnet.com/TC2/GetSmartActionList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="svcTC2APIHttpGet" type="tns:svcTC2APIHttpGet">
|
|
<http:binding verb="GET" />
|
|
<wsdl:operation name="ArmSecuritySystem">
|
|
<http:operation location="/ArmSecuritySystem" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCustomArmSettings">
|
|
<http:operation location="/GetCustomArmSettings" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystem">
|
|
<http:operation location="/DisarmSecuritySystem" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReadConsoleDisplay">
|
|
<http:operation location="/ReadConsoleDisplay" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConnectToPanel">
|
|
<http:operation location="/ConnectToPanel" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendKey">
|
|
<http:operation location="/SendKey" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="OverrideSecurityPanelSession">
|
|
<http:operation location="/OverrideSecurityPanelSession" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandState">
|
|
<http:operation location="/CheckSecurityPanelLastCommandState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateEx">
|
|
<http:operation location="/CheckSecurityPanelLastCommandStateEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelConnectionStatusInfo">
|
|
<http:operation location="/GetPanelConnectionStatusInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RefreshSecrurityPanelStatus">
|
|
<http:operation location="/RefreshSecrurityPanelStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsers">
|
|
<http:operation location="/GetUsers" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUserInfo">
|
|
<http:operation location="/DeleteUserInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUser">
|
|
<http:operation location="/DisableEnableUser" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEula">
|
|
<http:operation location="/UpdateEula" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserInfo">
|
|
<http:operation location="/GetUserInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUser">
|
|
<http:operation location="/DeleteUser" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUserEx">
|
|
<http:operation location="/DisableEnableUserEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetails">
|
|
<http:operation location="/GetUserDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsEx">
|
|
<http:operation location="/GetAllUserDetailsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsExV1">
|
|
<http:operation location="/GetAllUserDetailsExV1" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetailsEx">
|
|
<http:operation location="/GetUserDetailsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCode">
|
|
<http:operation location="/UpdateUserCode" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCode">
|
|
<http:operation location="/SaveMasterUserCode" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsersEx">
|
|
<http:operation location="/GetUsersEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSMSEmailCarriers">
|
|
<http:operation location="/GetSMSEmailCarriers" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNotificationMethods">
|
|
<http:operation location="/GetNotificationMethods" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserClientPreferences">
|
|
<http:operation location="/SaveUserClientPreferences" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetHelpDocuments">
|
|
<http:operation location="/GetHelpDocuments" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserLanguage">
|
|
<http:operation location="/UpdateUserLanguage" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserPassword">
|
|
<http:operation location="/UpdateUserPassword" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback">
|
|
<http:operation location="/SubmitUserFeedback" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback_V1">
|
|
<http:operation location="/SubmitUserFeedback_V1" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCode">
|
|
<http:operation location="/ValidateUserCode" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResetUserPassword">
|
|
<http:operation location="/ResetUserPassword" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoteAuthenticateUserLogin">
|
|
<http:operation location="/RemoteAuthenticateUserLogin" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateMPTGUIDLogin">
|
|
<http:operation location="/AuthenticateMPTGUIDLogin" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLogin">
|
|
<http:operation location="/AuthenticateUserLogin" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLoginEx">
|
|
<http:operation location="/AuthenticateUserLoginEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLogin">
|
|
<http:operation location="/AuthenticateGUIDLogin" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLoginEx">
|
|
<http:operation location="/AuthenticateGUIDLoginEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionDetails">
|
|
<http:operation location="/GetSessionDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetails">
|
|
<http:operation location="/LoginAndGetSessionDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateAndGetSessionIdByGuid">
|
|
<http:operation location="/AuthenticateAndGetSessionIdByGuid" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEx">
|
|
<http:operation location="/LoginAndGetSessionDetailsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetUserSessionDetails">
|
|
<http:operation location="/LoginAndGetUserSessionDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEncryptEx">
|
|
<http:operation location="/LoginAndGetSessionDetailsEncryptEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="KeepAlive">
|
|
<http:operation location="/KeepAlive" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Logout">
|
|
<http:operation location="/Logout" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetails">
|
|
<http:operation location="/GetInterfaceSchemaDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetailsEx">
|
|
<http:operation location="/GetInterfaceSchemaDetailsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaAndLogoDetails">
|
|
<http:operation location="/GetInterfaceSchemaAndLogoDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAppKeys">
|
|
<http:operation location="/GetAllAppKeys" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartAction">
|
|
<http:operation location="/DeleteSmartAction" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionState">
|
|
<http:operation location="/SetSmartActionState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartAction">
|
|
<http:operation location="/RunSmartAction" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionConfiguration">
|
|
<http:operation location="/GetSmartActionConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRConfiguration">
|
|
<http:operation location="/GetVideoPIRConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRLocationDeviceList">
|
|
<http:operation location="/GetVideoPIRLocationDeviceList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRCaptureTypes">
|
|
<http:operation location="/GetVideoPIRCaptureTypes" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateVideoPIRConfiguration">
|
|
<http:operation location="/UpdateVideoPIRConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIREventRecord">
|
|
<http:operation location="/GetVideoPIREventRecord" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TakeVideoPIRSnapshots">
|
|
<http:operation location="/TakeVideoPIRSnapshots" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRDeviceEvents">
|
|
<http:operation location="/GetVideoPIRDeviceEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLocations">
|
|
<http:operation location="/GetWiFiLocations" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiSmartAway">
|
|
<http:operation location="/WiFiSmartAway" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveWiFiDevice">
|
|
<http:operation location="/RemoveWiFiDevice" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiWeatherFromDevice">
|
|
<http:operation location="/WiFiWeatherFromDevice" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostat">
|
|
<http:operation location="/GetThermostat" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLyricLocations">
|
|
<http:operation location="/GetLyricLocations" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetImage">
|
|
<http:operation location="/GetImage" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLogoImage">
|
|
<http:operation location="/GetLogoImage" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocation">
|
|
<http:operation location="/GetLocation" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationSimple">
|
|
<http:operation location="/GetLocationSimple" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryList">
|
|
<http:operation location="/GetCountryList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryStateList">
|
|
<http:operation location="/GetCountryStateList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllCountryStateList">
|
|
<http:operation location="/GetAllCountryStateList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartners">
|
|
<http:operation location="/GetAssociatedPartners" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersEx">
|
|
<http:operation location="/GetAssociatedPartnersEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubscribeUnsubscrbeCHILAccount">
|
|
<http:operation location="/SubscribeUnsubscrbeCHILAccount" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerInfo">
|
|
<http:operation location="/GetDealerInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSubscriberInfo">
|
|
<http:operation location="/GetSubscriberInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZones">
|
|
<http:operation location="/GetTimeZones" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZonesForCamera">
|
|
<http:operation location="/GetTimeZonesForCamera" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceVersion">
|
|
<http:operation location="/ServiceVersion" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLs">
|
|
<http:operation location="/GetVideoFileURLs" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLsEx">
|
|
<http:operation location="/GetVideoFileURLsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventNotes">
|
|
<http:operation location="/GetEventNotes" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEvents">
|
|
<http:operation location="/GetEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEvents">
|
|
<http:operation location="/GetAllEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellEvents">
|
|
<http:operation location="/GetDoorbellEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventTypeFilter">
|
|
<http:operation location="/GetEventTypeFilter" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEventTypeFilter">
|
|
<http:operation location="/GetAllEventTypeFilter" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLiveEvents">
|
|
<http:operation location="/GetLiveEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllLiveEvents">
|
|
<http:operation location="/GetAllLiveEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellLiveEvents">
|
|
<http:operation location="/GetDoorbellLiveEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventNotes">
|
|
<http:operation location="/UpdateEventNotes" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordHideState">
|
|
<http:operation location="/UpdateEventRecordHideState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordLockState">
|
|
<http:operation location="/UpdateEventRecordLockState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateFavoriteEventRecordState">
|
|
<http:operation location="/UpdateFavoriteEventRecordState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsCameraAvailable">
|
|
<http:operation location="/IsCameraAvailable" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraState">
|
|
<http:operation location="/GetCameraState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraIOState">
|
|
<http:operation location="/GetCameraIOState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraPosition">
|
|
<http:operation location="/GetCameraPosition" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GotoPreset">
|
|
<http:operation location="/GotoPreset" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StorePreset">
|
|
<http:operation location="/StorePreset" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="MoveCamera">
|
|
<http:operation location="/MoveCamera" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DirectPanTilt">
|
|
<http:operation location="/DirectPanTilt" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WLLED_Control">
|
|
<http:operation location="/WLLED_Control" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Output_Control">
|
|
<http:operation location="/Output_Control" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TriggerVideoCapture">
|
|
<http:operation location="/TriggerVideoCapture" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConfigStreamMode">
|
|
<http:operation location="/ConfigStreamMode" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationCameraList">
|
|
<http:operation location="/GetLocationCameraList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraList">
|
|
<http:operation location="/GetLocationAllCameraList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraListEx">
|
|
<http:operation location="/GetLocationAllCameraListEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMediaServerConfiguration">
|
|
<http:operation location="/GetMediaServerConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration">
|
|
<http:operation location="/GetCameraConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration2">
|
|
<http:operation location="/GetCameraConfiguration2" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateCameraConfiguration">
|
|
<http:operation location="/UpdateCameraConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetDefaultCamera">
|
|
<http:operation location="/SetDefaultCamera" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpgradeCameraFirmware">
|
|
<http:operation location="/UpgradeCameraFirmware" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFirmwareList">
|
|
<http:operation location="/GetFirmwareList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWirelessStatus">
|
|
<http:operation location="/GetWirelessStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraInformation">
|
|
<http:operation location="/GetCameraInformation" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWAPClientsInfo">
|
|
<http:operation location="/GetWAPClientsInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetBatteryStatus">
|
|
<http:operation location="/GetBatteryStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataEx">
|
|
<http:operation location="/GetEventMetaDataEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV1">
|
|
<http:operation location="/GetEventMetaDataExV1" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV2">
|
|
<http:operation location="/GetEventMetaDataExV2" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEvents">
|
|
<http:operation location="/GetConfiguredEvents" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEventsEx">
|
|
<http:operation location="/GetConfiguredEventsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummaryXML">
|
|
<http:operation location="/GetEventSummaryXML" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummary">
|
|
<http:operation location="/GetEventSummary" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationConditionalStates">
|
|
<http:operation location="/GetAllNotificationConditionalStates" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationSchedules">
|
|
<http:operation location="/GetAllNotificationSchedules" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationLists">
|
|
<http:operation location="/GetAllNotificationLists" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendTestNotification">
|
|
<http:operation location="/SendTestNotification" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NotificationPause">
|
|
<http:operation location="/NotificationPause" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatus">
|
|
<http:operation location="/GetAllSensorsMaskStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaData">
|
|
<http:operation location="/GetEventMetaData" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatus">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusEx_V1" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatus">
|
|
<http:operation location="/GetPanelFullStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceID">
|
|
<http:operation location="/GetPanelFullStatusByDeviceID" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx">
|
|
<http:operation location="/GetPanelFullStatusEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V1">
|
|
<http:operation location="/GetPanelFullStatusEx_V1" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceIDEx">
|
|
<http:operation location="/GetPanelFullStatusByDeviceIDEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInState">
|
|
<http:operation location="/GetZonesListInState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx">
|
|
<http:operation location="/GetZonesListInStateEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusByDeviceID" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusByDeviceIDEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassAll">
|
|
<http:operation location="/BypassAll" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Bypass">
|
|
<http:operation location="/Bypass" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceInviteToken">
|
|
<http:operation location="/GetDeviceInviteToken" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceProvisioningStatus">
|
|
<http:operation location="/GetDeviceProvisioningStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDevice">
|
|
<http:operation location="/RemoveDoorbellDevice" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDeviceEx">
|
|
<http:operation location="/RemoveDoorbellDeviceEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetails">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDetailsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellSettings">
|
|
<http:operation location="/GetWiFiDoorBellSettings" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedSkybellDevices">
|
|
<http:operation location="/GetAssociatedSkybellDevices" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerVideoURL">
|
|
<http:operation location="/GetPartnerVideoURL" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorBellClientID">
|
|
<http:operation location="/GetDoorBellClientID" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDiagnosticDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDiagnosticDetailsEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceMaxCount">
|
|
<http:operation location="/GetDeviceMaxCount" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUpdatePartnerCamera">
|
|
<http:operation location="/InsertUpdatePartnerCamera" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteEnrolledPartnerCamera">
|
|
<http:operation location="/DeleteEnrolledPartnerCamera" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraActivationStatus">
|
|
<http:operation location="/GetCameraActivationStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraActivationStatus">
|
|
<http:operation location="/GetPartnerCameraActivationStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraAccessToken">
|
|
<http:operation location="/GetPartnerCameraAccessToken" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRefreshToken">
|
|
<http:operation location="/GetPartnerCameraRefreshToken" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraSettings">
|
|
<http:operation location="/GetPartnerCameraSettings" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemovePartnerCamera">
|
|
<http:operation location="/RemovePartnerCamera" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraLiveStream">
|
|
<http:operation location="/GetPartnerCameraLiveStream" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraStatus">
|
|
<http:operation location="/GetCameraStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecordPartnerCameraVideo">
|
|
<http:operation location="/RecordPartnerCameraVideo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraClipKey">
|
|
<http:operation location="/GetPartnerCameraClipKey" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestPartnerCameraSnapshot">
|
|
<http:operation location="/RequestPartnerCameraSnapshot" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraPrivacySettings">
|
|
<http:operation location="/SavePartnerCameraPrivacySettings" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LogActivity">
|
|
<http:operation location="/LogActivity" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRtspLiveStream">
|
|
<http:operation location="/GetPartnerCameraRtspLiveStream" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVAVCameraZoneInfo">
|
|
<http:operation location="/GetVAVCameraZoneInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionAuthorityLevel">
|
|
<http:operation location="/GetPartitionAuthorityLevel" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserPartitionAuthority">
|
|
<http:operation location="/GetUserPartitionAuthority" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUserMobileDeviceToken">
|
|
<http:operation location="/InsertUserMobileDeviceToken" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePushSubscription">
|
|
<http:operation location="/UpdatePushSubscription" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveUserMobileDeviceToken">
|
|
<http:operation location="/RemoveUserMobileDeviceToken" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PauseAllNotifications">
|
|
<http:operation location="/PauseAllNotifications" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllRSIDeviceStatus">
|
|
<http:operation location="/GetAllRSIDeviceStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RSICameraLookin">
|
|
<http:operation location="/RSICameraLookin" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetRSICameraSettings">
|
|
<http:operation location="/SetRSICameraSettings" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSICameraSettings">
|
|
<http:operation location="/GetRSICameraSettings" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSIVideoURLInfo">
|
|
<http:operation location="/GetRSIVideoURLInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLockLocations">
|
|
<http:operation location="/GetWiFiLockLocations" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateAccessToken">
|
|
<http:operation location="/GenerateAccessToken" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiThermostatLocations">
|
|
<http:operation location="/GetWiFiThermostatLocations" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWifiThermostatSchedule">
|
|
<http:operation location="/GetWifiThermostatSchedule" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateThermostatAccessToken">
|
|
<http:operation location="/GenerateThermostatAccessToken" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TestEmergencyAlert">
|
|
<http:operation location="/TestEmergencyAlert" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateSwitchIcon">
|
|
<http:operation location="/UpdateSwitchIcon" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostatSchedule">
|
|
<http:operation location="/GetThermostatSchedule" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ExecuteAScene">
|
|
<http:operation location="/ExecuteAScene" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAScene">
|
|
<http:operation location="/DeleteAScene" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAScene">
|
|
<http:operation location="/GetAScene" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSceneList">
|
|
<http:operation location="/GetSceneList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatus">
|
|
<http:operation location="/GetAutomationDeviceStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusEx">
|
|
<http:operation location="/GetAllAutomationDeviceStatusEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusEx">
|
|
<http:operation location="/GetAutomationDeviceStatusEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationLocks">
|
|
<http:operation location="/GetAutomationLocks" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALock">
|
|
<http:operation location="/ControlALock" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostat">
|
|
<http:operation location="/ControlAThermostat" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetThermostatSchedule">
|
|
<http:operation location="/SetThermostatSchedule" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostatEx">
|
|
<http:operation location="/ControlAThermostatEx" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlASwitch">
|
|
<http:operation location="/ControlASwitch" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanel">
|
|
<http:operation location="/SynchronizeSecurityPanel" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSyncJobStatus">
|
|
<http:operation location="/GetSyncJobStatus" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisconnectPanel">
|
|
<http:operation location="/DisconnectPanel" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusExV1">
|
|
<http:operation location="/GetAllAutomationDeviceStatusExV1" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusExV1">
|
|
<http:operation location="/GetAutomationDeviceStatusExV1" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetContentConfiguration">
|
|
<http:operation location="/GetContentConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeather">
|
|
<http:operation location="/GetCurrentWeather" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeather">
|
|
<http:operation location="/GetForecastWeather" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerMessages">
|
|
<http:operation location="/GetDealerMessages" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDealerMessageReadState">
|
|
<http:operation location="/UpdateDealerMessageReadState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeatherWithURL">
|
|
<http:operation location="/GetCurrentWeatherWithURL" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeatherWithURL">
|
|
<http:operation location="/GetForecastWeatherWithURL" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddressInSession">
|
|
<http:operation location="/ValidateEmailAddressInSession" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddress">
|
|
<http:operation location="/ValidateEmailAddress" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateNewEmailAddress">
|
|
<http:operation location="/ValidateNewEmailAddress" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendEmailValidationDetails">
|
|
<http:operation location="/SendEmailValidationDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendMultipleEmailValidationDetails">
|
|
<http:operation location="/SendMultipleEmailValidationDetails" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDevices">
|
|
<http:operation location="/GetGPSDevices" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceLocationData">
|
|
<http:operation location="/GetGPSDeviceLocationData" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceGeoFence">
|
|
<http:operation location="/GetGPSDeviceGeoFence" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEnteredGPSGeofences">
|
|
<http:operation location="/GetEnteredGPSGeofences" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendGPSLocateNowMessage">
|
|
<http:operation location="/SendGPSLocateNowMessage" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePhotoForGPSDevice">
|
|
<http:operation location="/SavePhotoForGPSDevice" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestTWMSession">
|
|
<http:operation location="/RequestTWMSession" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartScene">
|
|
<http:operation location="/DeleteSmartScene" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartScene">
|
|
<http:operation location="/RunSmartScene" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneConfiguration">
|
|
<http:operation location="/GetSmartSceneConfiguration" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaInfo">
|
|
<http:operation location="/GetEulaInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaText">
|
|
<http:operation location="/GetEulaText" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="signEULA">
|
|
<http:operation location="/signEULA" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaInfo">
|
|
<http:operation location="/GetPreLoginEulaInfo" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaText">
|
|
<http:operation location="/GetPreLoginEulaText" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AcceptRootedDeviceUsage">
|
|
<http:operation location="/AcceptRootedDeviceUsage" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="svcTC2APIHttpPost" type="tns:svcTC2APIHttpPost">
|
|
<http:binding verb="POST" />
|
|
<wsdl:operation name="ArmSecuritySystem">
|
|
<http:operation location="/ArmSecuritySystem" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCustomArmSettings">
|
|
<http:operation location="/GetCustomArmSettings" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisarmSecuritySystem">
|
|
<http:operation location="/DisarmSecuritySystem" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReadConsoleDisplay">
|
|
<http:operation location="/ReadConsoleDisplay" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConnectToPanel">
|
|
<http:operation location="/ConnectToPanel" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendKey">
|
|
<http:operation location="/SendKey" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="OverrideSecurityPanelSession">
|
|
<http:operation location="/OverrideSecurityPanelSession" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandState">
|
|
<http:operation location="/CheckSecurityPanelLastCommandState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CheckSecurityPanelLastCommandStateEx">
|
|
<http:operation location="/CheckSecurityPanelLastCommandStateEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelConnectionStatusInfo">
|
|
<http:operation location="/GetPanelConnectionStatusInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RefreshSecrurityPanelStatus">
|
|
<http:operation location="/RefreshSecrurityPanelStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsers">
|
|
<http:operation location="/GetUsers" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUserInfo">
|
|
<http:operation location="/DeleteUserInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUser">
|
|
<http:operation location="/DisableEnableUser" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEula">
|
|
<http:operation location="/UpdateEula" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserInfo">
|
|
<http:operation location="/GetUserInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteUser">
|
|
<http:operation location="/DeleteUser" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisableEnableUserEx">
|
|
<http:operation location="/DisableEnableUserEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetails">
|
|
<http:operation location="/GetUserDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsEx">
|
|
<http:operation location="/GetAllUserDetailsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllUserDetailsExV1">
|
|
<http:operation location="/GetAllUserDetailsExV1" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserDetailsEx">
|
|
<http:operation location="/GetUserDetailsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserCode">
|
|
<http:operation location="/UpdateUserCode" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveMasterUserCode">
|
|
<http:operation location="/SaveMasterUserCode" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUsersEx">
|
|
<http:operation location="/GetUsersEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSMSEmailCarriers">
|
|
<http:operation location="/GetSMSEmailCarriers" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNotificationMethods">
|
|
<http:operation location="/GetNotificationMethods" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SaveUserClientPreferences">
|
|
<http:operation location="/SaveUserClientPreferences" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetHelpDocuments">
|
|
<http:operation location="/GetHelpDocuments" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserLanguage">
|
|
<http:operation location="/UpdateUserLanguage" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateUserPassword">
|
|
<http:operation location="/UpdateUserPassword" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback">
|
|
<http:operation location="/SubmitUserFeedback" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubmitUserFeedback_V1">
|
|
<http:operation location="/SubmitUserFeedback_V1" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateUserCode">
|
|
<http:operation location="/ValidateUserCode" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResetUserPassword">
|
|
<http:operation location="/ResetUserPassword" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoteAuthenticateUserLogin">
|
|
<http:operation location="/RemoteAuthenticateUserLogin" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateMPTGUIDLogin">
|
|
<http:operation location="/AuthenticateMPTGUIDLogin" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLogin">
|
|
<http:operation location="/AuthenticateUserLogin" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUserLoginEx">
|
|
<http:operation location="/AuthenticateUserLoginEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLogin">
|
|
<http:operation location="/AuthenticateGUIDLogin" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateGUIDLoginEx">
|
|
<http:operation location="/AuthenticateGUIDLoginEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionDetails">
|
|
<http:operation location="/GetSessionDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetails">
|
|
<http:operation location="/LoginAndGetSessionDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateAndGetSessionIdByGuid">
|
|
<http:operation location="/AuthenticateAndGetSessionIdByGuid" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEx">
|
|
<http:operation location="/LoginAndGetSessionDetailsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetUserSessionDetails">
|
|
<http:operation location="/LoginAndGetUserSessionDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginAndGetSessionDetailsEncryptEx">
|
|
<http:operation location="/LoginAndGetSessionDetailsEncryptEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="KeepAlive">
|
|
<http:operation location="/KeepAlive" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Logout">
|
|
<http:operation location="/Logout" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetails">
|
|
<http:operation location="/GetInterfaceSchemaDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaDetailsEx">
|
|
<http:operation location="/GetInterfaceSchemaDetailsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetInterfaceSchemaAndLogoDetails">
|
|
<http:operation location="/GetInterfaceSchemaAndLogoDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAppKeys">
|
|
<http:operation location="/GetAllAppKeys" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartAction">
|
|
<http:operation location="/DeleteSmartAction" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetSmartActionState">
|
|
<http:operation location="/SetSmartActionState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartAction">
|
|
<http:operation location="/RunSmartAction" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartActionConfiguration">
|
|
<http:operation location="/GetSmartActionConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRConfiguration">
|
|
<http:operation location="/GetVideoPIRConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRLocationDeviceList">
|
|
<http:operation location="/GetVideoPIRLocationDeviceList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRCaptureTypes">
|
|
<http:operation location="/GetVideoPIRCaptureTypes" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateVideoPIRConfiguration">
|
|
<http:operation location="/UpdateVideoPIRConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIREventRecord">
|
|
<http:operation location="/GetVideoPIREventRecord" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TakeVideoPIRSnapshots">
|
|
<http:operation location="/TakeVideoPIRSnapshots" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoPIRDeviceEvents">
|
|
<http:operation location="/GetVideoPIRDeviceEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLocations">
|
|
<http:operation location="/GetWiFiLocations" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiSmartAway">
|
|
<http:operation location="/WiFiSmartAway" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveWiFiDevice">
|
|
<http:operation location="/RemoveWiFiDevice" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WiFiWeatherFromDevice">
|
|
<http:operation location="/WiFiWeatherFromDevice" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostat">
|
|
<http:operation location="/GetThermostat" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLyricLocations">
|
|
<http:operation location="/GetLyricLocations" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetImage">
|
|
<http:operation location="/GetImage" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLogoImage">
|
|
<http:operation location="/GetLogoImage" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocation">
|
|
<http:operation location="/GetLocation" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationSimple">
|
|
<http:operation location="/GetLocationSimple" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryList">
|
|
<http:operation location="/GetCountryList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCountryStateList">
|
|
<http:operation location="/GetCountryStateList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllCountryStateList">
|
|
<http:operation location="/GetAllCountryStateList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartners">
|
|
<http:operation location="/GetAssociatedPartners" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedPartnersEx">
|
|
<http:operation location="/GetAssociatedPartnersEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SubscribeUnsubscrbeCHILAccount">
|
|
<http:operation location="/SubscribeUnsubscrbeCHILAccount" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerInfo">
|
|
<http:operation location="/GetDealerInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSubscriberInfo">
|
|
<http:operation location="/GetSubscriberInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZones">
|
|
<http:operation location="/GetTimeZones" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTimeZonesForCamera">
|
|
<http:operation location="/GetTimeZonesForCamera" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceVersion">
|
|
<http:operation location="/ServiceVersion" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLs">
|
|
<http:operation location="/GetVideoFileURLs" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVideoFileURLsEx">
|
|
<http:operation location="/GetVideoFileURLsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventNotes">
|
|
<http:operation location="/GetEventNotes" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEvents">
|
|
<http:operation location="/GetEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEvents">
|
|
<http:operation location="/GetAllEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellEvents">
|
|
<http:operation location="/GetDoorbellEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventTypeFilter">
|
|
<http:operation location="/GetEventTypeFilter" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllEventTypeFilter">
|
|
<http:operation location="/GetAllEventTypeFilter" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLiveEvents">
|
|
<http:operation location="/GetLiveEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllLiveEvents">
|
|
<http:operation location="/GetAllLiveEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorbellLiveEvents">
|
|
<http:operation location="/GetDoorbellLiveEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventNotes">
|
|
<http:operation location="/UpdateEventNotes" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordHideState">
|
|
<http:operation location="/UpdateEventRecordHideState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateEventRecordLockState">
|
|
<http:operation location="/UpdateEventRecordLockState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateFavoriteEventRecordState">
|
|
<http:operation location="/UpdateFavoriteEventRecordState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsCameraAvailable">
|
|
<http:operation location="/IsCameraAvailable" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraState">
|
|
<http:operation location="/GetCameraState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraIOState">
|
|
<http:operation location="/GetCameraIOState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraPosition">
|
|
<http:operation location="/GetCameraPosition" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GotoPreset">
|
|
<http:operation location="/GotoPreset" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StorePreset">
|
|
<http:operation location="/StorePreset" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="MoveCamera">
|
|
<http:operation location="/MoveCamera" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DirectPanTilt">
|
|
<http:operation location="/DirectPanTilt" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WLLED_Control">
|
|
<http:operation location="/WLLED_Control" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Output_Control">
|
|
<http:operation location="/Output_Control" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TriggerVideoCapture">
|
|
<http:operation location="/TriggerVideoCapture" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ConfigStreamMode">
|
|
<http:operation location="/ConfigStreamMode" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationCameraList">
|
|
<http:operation location="/GetLocationCameraList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraList">
|
|
<http:operation location="/GetLocationAllCameraList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLocationAllCameraListEx">
|
|
<http:operation location="/GetLocationAllCameraListEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMediaServerConfiguration">
|
|
<http:operation location="/GetMediaServerConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration">
|
|
<http:operation location="/GetCameraConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraConfiguration2">
|
|
<http:operation location="/GetCameraConfiguration2" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateCameraConfiguration">
|
|
<http:operation location="/UpdateCameraConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetDefaultCamera">
|
|
<http:operation location="/SetDefaultCamera" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpgradeCameraFirmware">
|
|
<http:operation location="/UpgradeCameraFirmware" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFirmwareList">
|
|
<http:operation location="/GetFirmwareList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWirelessStatus">
|
|
<http:operation location="/GetWirelessStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraInformation">
|
|
<http:operation location="/GetCameraInformation" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWAPClientsInfo">
|
|
<http:operation location="/GetWAPClientsInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetBatteryStatus">
|
|
<http:operation location="/GetBatteryStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataEx">
|
|
<http:operation location="/GetEventMetaDataEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV1">
|
|
<http:operation location="/GetEventMetaDataExV1" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaDataExV2">
|
|
<http:operation location="/GetEventMetaDataExV2" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEvents">
|
|
<http:operation location="/GetConfiguredEvents" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetConfiguredEventsEx">
|
|
<http:operation location="/GetConfiguredEventsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummaryXML">
|
|
<http:operation location="/GetEventSummaryXML" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventSummary">
|
|
<http:operation location="/GetEventSummary" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationConditionalStates">
|
|
<http:operation location="/GetAllNotificationConditionalStates" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationSchedules">
|
|
<http:operation location="/GetAllNotificationSchedules" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllNotificationLists">
|
|
<http:operation location="/GetAllNotificationLists" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendTestNotification">
|
|
<http:operation location="/SendTestNotification" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NotificationPause">
|
|
<http:operation location="/NotificationPause" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllSensorsMaskStatus">
|
|
<http:operation location="/GetAllSensorsMaskStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEventMetaData">
|
|
<http:operation location="/GetEventMetaData" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatus">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusEx_V1">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusEx_V1" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatus">
|
|
<http:operation location="/GetPanelFullStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceID">
|
|
<http:operation location="/GetPanelFullStatusByDeviceID" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx">
|
|
<http:operation location="/GetPanelFullStatusEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusEx_V1">
|
|
<http:operation location="/GetPanelFullStatusEx_V1" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelFullStatusByDeviceIDEx">
|
|
<http:operation location="/GetPanelFullStatusByDeviceIDEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInState">
|
|
<http:operation location="/GetZonesListInState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetZonesListInStateEx">
|
|
<http:operation location="/GetZonesListInStateEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceID">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusByDeviceID" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPanelMetaDataAndFullStatusByDeviceIDEx">
|
|
<http:operation location="/GetPanelMetaDataAndFullStatusByDeviceIDEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="BypassAll">
|
|
<http:operation location="/BypassAll" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Bypass">
|
|
<http:operation location="/Bypass" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceInviteToken">
|
|
<http:operation location="/GetDeviceInviteToken" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceProvisioningStatus">
|
|
<http:operation location="/GetDeviceProvisioningStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDevice">
|
|
<http:operation location="/RemoveDoorbellDevice" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveDoorbellDeviceEx">
|
|
<http:operation location="/RemoveDoorbellDeviceEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetails">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDetailsEx">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDetailsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellSettings">
|
|
<http:operation location="/GetWiFiDoorBellSettings" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAssociatedSkybellDevices">
|
|
<http:operation location="/GetAssociatedSkybellDevices" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerVideoURL">
|
|
<http:operation location="/GetPartnerVideoURL" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDoorBellClientID">
|
|
<http:operation location="/GetDoorBellClientID" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetails">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDiagnosticDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiDoorBellDeviceDiagnosticDetailsEx">
|
|
<http:operation location="/GetWiFiDoorBellDeviceDiagnosticDetailsEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDeviceMaxCount">
|
|
<http:operation location="/GetDeviceMaxCount" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUpdatePartnerCamera">
|
|
<http:operation location="/InsertUpdatePartnerCamera" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteEnrolledPartnerCamera">
|
|
<http:operation location="/DeleteEnrolledPartnerCamera" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraActivationStatus">
|
|
<http:operation location="/GetCameraActivationStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraActivationStatus">
|
|
<http:operation location="/GetPartnerCameraActivationStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraAccessToken">
|
|
<http:operation location="/GetPartnerCameraAccessToken" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRefreshToken">
|
|
<http:operation location="/GetPartnerCameraRefreshToken" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraSettings">
|
|
<http:operation location="/GetPartnerCameraSettings" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemovePartnerCamera">
|
|
<http:operation location="/RemovePartnerCamera" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraLiveStream">
|
|
<http:operation location="/GetPartnerCameraLiveStream" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCameraStatus">
|
|
<http:operation location="/GetCameraStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecordPartnerCameraVideo">
|
|
<http:operation location="/RecordPartnerCameraVideo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraClipKey">
|
|
<http:operation location="/GetPartnerCameraClipKey" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestPartnerCameraSnapshot">
|
|
<http:operation location="/RequestPartnerCameraSnapshot" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePartnerCameraPrivacySettings">
|
|
<http:operation location="/SavePartnerCameraPrivacySettings" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LogActivity">
|
|
<http:operation location="/LogActivity" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartnerCameraRtspLiveStream">
|
|
<http:operation location="/GetPartnerCameraRtspLiveStream" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetVAVCameraZoneInfo">
|
|
<http:operation location="/GetVAVCameraZoneInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPartitionAuthorityLevel">
|
|
<http:operation location="/GetPartitionAuthorityLevel" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetUserPartitionAuthority">
|
|
<http:operation location="/GetUserPartitionAuthority" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertUserMobileDeviceToken">
|
|
<http:operation location="/InsertUserMobileDeviceToken" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdatePushSubscription">
|
|
<http:operation location="/UpdatePushSubscription" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RemoveUserMobileDeviceToken">
|
|
<http:operation location="/RemoveUserMobileDeviceToken" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PauseAllNotifications">
|
|
<http:operation location="/PauseAllNotifications" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllRSIDeviceStatus">
|
|
<http:operation location="/GetAllRSIDeviceStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RSICameraLookin">
|
|
<http:operation location="/RSICameraLookin" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetRSICameraSettings">
|
|
<http:operation location="/SetRSICameraSettings" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSICameraSettings">
|
|
<http:operation location="/GetRSICameraSettings" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRSIVideoURLInfo">
|
|
<http:operation location="/GetRSIVideoURLInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiLockLocations">
|
|
<http:operation location="/GetWiFiLockLocations" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateAccessToken">
|
|
<http:operation location="/GenerateAccessToken" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWiFiThermostatLocations">
|
|
<http:operation location="/GetWiFiThermostatLocations" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetWifiThermostatSchedule">
|
|
<http:operation location="/GetWifiThermostatSchedule" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GenerateThermostatAccessToken">
|
|
<http:operation location="/GenerateThermostatAccessToken" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TestEmergencyAlert">
|
|
<http:operation location="/TestEmergencyAlert" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateSwitchIcon">
|
|
<http:operation location="/UpdateSwitchIcon" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetThermostatSchedule">
|
|
<http:operation location="/GetThermostatSchedule" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ExecuteAScene">
|
|
<http:operation location="/ExecuteAScene" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAScene">
|
|
<http:operation location="/DeleteAScene" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAScene">
|
|
<http:operation location="/GetAScene" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSceneList">
|
|
<http:operation location="/GetSceneList" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatus">
|
|
<http:operation location="/GetAutomationDeviceStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusEx">
|
|
<http:operation location="/GetAllAutomationDeviceStatusEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusEx">
|
|
<http:operation location="/GetAutomationDeviceStatusEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationLocks">
|
|
<http:operation location="/GetAutomationLocks" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlALock">
|
|
<http:operation location="/ControlALock" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostat">
|
|
<http:operation location="/ControlAThermostat" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetThermostatSchedule">
|
|
<http:operation location="/SetThermostatSchedule" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlAThermostatEx">
|
|
<http:operation location="/ControlAThermostatEx" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ControlASwitch">
|
|
<http:operation location="/ControlASwitch" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SynchronizeSecurityPanel">
|
|
<http:operation location="/SynchronizeSecurityPanel" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSyncJobStatus">
|
|
<http:operation location="/GetSyncJobStatus" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DisconnectPanel">
|
|
<http:operation location="/DisconnectPanel" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAllAutomationDeviceStatusExV1">
|
|
<http:operation location="/GetAllAutomationDeviceStatusExV1" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAutomationDeviceStatusExV1">
|
|
<http:operation location="/GetAutomationDeviceStatusExV1" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetContentConfiguration">
|
|
<http:operation location="/GetContentConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeather">
|
|
<http:operation location="/GetCurrentWeather" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeather">
|
|
<http:operation location="/GetForecastWeather" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetDealerMessages">
|
|
<http:operation location="/GetDealerMessages" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateDealerMessageReadState">
|
|
<http:operation location="/UpdateDealerMessageReadState" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCurrentWeatherWithURL">
|
|
<http:operation location="/GetCurrentWeatherWithURL" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetForecastWeatherWithURL">
|
|
<http:operation location="/GetForecastWeatherWithURL" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddressInSession">
|
|
<http:operation location="/ValidateEmailAddressInSession" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateEmailAddress">
|
|
<http:operation location="/ValidateEmailAddress" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ValidateNewEmailAddress">
|
|
<http:operation location="/ValidateNewEmailAddress" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendEmailValidationDetails">
|
|
<http:operation location="/SendEmailValidationDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendMultipleEmailValidationDetails">
|
|
<http:operation location="/SendMultipleEmailValidationDetails" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDevices">
|
|
<http:operation location="/GetGPSDevices" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceLocationData">
|
|
<http:operation location="/GetGPSDeviceLocationData" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetGPSDeviceGeoFence">
|
|
<http:operation location="/GetGPSDeviceGeoFence" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEnteredGPSGeofences">
|
|
<http:operation location="/GetEnteredGPSGeofences" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SendGPSLocateNowMessage">
|
|
<http:operation location="/SendGPSLocateNowMessage" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SavePhotoForGPSDevice">
|
|
<http:operation location="/SavePhotoForGPSDevice" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RequestTWMSession">
|
|
<http:operation location="/RequestTWMSession" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteSmartScene">
|
|
<http:operation location="/DeleteSmartScene" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RunSmartScene">
|
|
<http:operation location="/RunSmartScene" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSmartSceneConfiguration">
|
|
<http:operation location="/GetSmartSceneConfiguration" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaInfo">
|
|
<http:operation location="/GetEulaInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetEulaText">
|
|
<http:operation location="/GetEulaText" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="signEULA">
|
|
<http:operation location="/signEULA" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaInfo">
|
|
<http:operation location="/GetPreLoginEulaInfo" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPreLoginEulaText">
|
|
<http:operation location="/GetPreLoginEulaText" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AcceptRootedDeviceUsage">
|
|
<http:operation location="/AcceptRootedDeviceUsage" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="svcTC2API">
|
|
<wsdl:port name="svcTC2APISoap" binding="tns:svcTC2APISoap">
|
|
<soap:address location="https://rs.alarmnet.com/TC2API/TC2.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="svcTC2APISoap12" binding="tns:svcTC2APISoap12">
|
|
<soap12:address location="https://rs.alarmnet.com/TC2API/TC2.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="svcTC2APIHttpGet" binding="tns:svcTC2APIHttpGet">
|
|
<http:address location="https://rs.alarmnet.com/TC2API/TC2.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="svcTC2APIHttpPost" binding="tns:svcTC2APIHttpPost">
|
|
<http:address location="https://rs.alarmnet.com/TC2API/TC2.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |