C# Class ZWave.CommandClasses.ThermostatSetpoint

Inheritance: CommandClassBase
Afficher le fichier Open project: roblans/ZWave4Net

Méthodes publiques

Méthode Description
Get ( ThermostatSetpointType type ) : Task
Set ( ThermostatSetpointType type, float value ) : System.Threading.Tasks.Task
ThermostatSetpoint ( Node node ) : System

Méthodes protégées

Méthode Description
HandleEvent ( Command command ) : void
OnChanged ( ReportEventArgs e ) : void

Method Details

Get() public méthode

public Get ( ThermostatSetpointType type ) : Task
type ThermostatSetpointType
Résultat Task

HandleEvent() protected méthode

protected HandleEvent ( Command command ) : void
command ZWave.Channel.Command
Résultat void

OnChanged() protected méthode

protected OnChanged ( ReportEventArgs e ) : void
e ReportEventArgs
Résultat void

Set() public méthode

public Set ( ThermostatSetpointType type, float value ) : System.Threading.Tasks.Task
type ThermostatSetpointType
value float
Résultat System.Threading.Tasks.Task

ThermostatSetpoint() public méthode

public ThermostatSetpoint ( Node node ) : System
node Node
Résultat System