C# Класс j64.AlarmServer.Web.Repository.SmartThingsRepository

Показать файл Открыть проект

Открытые методы

Метод Описание
AlarmSystem_PartitionChange ( object sender, Partition p ) : void

This will propgate events occuring within the alarm system out to the smart things hub

AlarmSystem_ZoneChange ( object sender, Zone z ) : void

This will propgate events occuring within the alarm system out to the smart things hub

Determinej64ServerAddress ( string hostString ) : AlarmSystem
InstallDevices ( string hostString ) : void

Install or Update Devices in the SmartThings App

UpdatePartition ( PartitionInfo partitionInfo ) : void

status information to the smart things zone

UpdateZone ( ZoneInfo zoneInfo ) : void

status information to the smart things zone

Описание методов

AlarmSystem_PartitionChange() публичный статический Метод

This will propgate events occuring within the alarm system out to the smart things hub
public static AlarmSystem_PartitionChange ( object sender, Partition p ) : void
sender object
p Partition
Результат void

AlarmSystem_ZoneChange() публичный статический Метод

This will propgate events occuring within the alarm system out to the smart things hub
public static AlarmSystem_ZoneChange ( object sender, Zone z ) : void
sender object
z Zone
Результат void

Determinej64ServerAddress() публичный статический Метод

public static Determinej64ServerAddress ( string hostString ) : AlarmSystem
hostString string
Результат AlarmSystem

InstallDevices() публичный статический Метод

Install or Update Devices in the SmartThings App
public static InstallDevices ( string hostString ) : void
hostString string
Результат void

UpdatePartition() публичный статический Метод

status information to the smart things zone
public static UpdatePartition ( PartitionInfo partitionInfo ) : void
partitionInfo j64.AlarmServer.Web.Models.PartitionInfo
Результат void

UpdateZone() публичный статический Метод

status information to the smart things zone
public static UpdateZone ( ZoneInfo zoneInfo ) : void
zoneInfo j64.AlarmServer.Web.Models.ZoneInfo
Результат void