C# Class Paradox.WebServices.SmartThings.SmartThingsCallbacks

Inheritance: IParadoxEventCallbacks
Show file Open project: tracstarr/ParadoxAlarmControl Class Usage Examples

Public Methods

Method Description
Authorization ( ) : bool
AuthorizationRevoke ( ) : bool
PutDeviceUpdate ( ParadoxIp.Model.Device device ) : void
PutPartitionUpdate ( ParadoxIp.Model.Partition partition ) : void
SmartThingsCallbacks ( Paradox.WebServices.SmartThings.Settings.SmartThingsSettings settings ) : System

Method Details

Authorization() public method

public Authorization ( ) : bool
return bool

AuthorizationRevoke() public method

public AuthorizationRevoke ( ) : bool
return bool

PutDeviceUpdate() public method

public PutDeviceUpdate ( ParadoxIp.Model.Device device ) : void
device ParadoxIp.Model.Device
return void

PutPartitionUpdate() public method

public PutPartitionUpdate ( ParadoxIp.Model.Partition partition ) : void
partition ParadoxIp.Model.Partition
return void

SmartThingsCallbacks() public method

public SmartThingsCallbacks ( Paradox.WebServices.SmartThings.Settings.SmartThingsSettings settings ) : System
settings Paradox.WebServices.SmartThings.Settings.SmartThingsSettings
return System