C# Class ZWave.Devices.Fibaro.SingleSwitch

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

Méthodes publiques

Méthode Description
AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
SingleSwitch ( Node node ) : System
SwitchOff ( ) : System.Threading.Tasks.Task
SwitchOn ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnSwitchedOff ( EventArgs e ) : void
OnSwitchedOn ( EventArgs e ) : void

Private Methods

Méthode Description
SwitchBinary_Changed ( object sender, ReportEventArgs e ) : void

Method Details

AddAssociation() public méthode

public AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
Résultat System.Threading.Tasks.Task

OnSwitchedOff() protected méthode

protected OnSwitchedOff ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSwitchedOn() protected méthode

protected OnSwitchedOn ( EventArgs e ) : void
e System.EventArgs
Résultat void

RemoveAssociation() public méthode

public RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
Résultat System.Threading.Tasks.Task

SingleSwitch() public méthode

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

SwitchOff() public méthode

public SwitchOff ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SwitchOn() public méthode

public SwitchOn ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task