C# Class ZWave.Devices.Fibaro.MultiSwitch

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

Méthodes publiques

Méthode Description
AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
MultiSwitch ( Node node ) : System
RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
SwitchOff1 ( ) : System.Threading.Tasks.Task
SwitchOff2 ( ) : System.Threading.Tasks.Task
SwitchOn1 ( ) : System.Threading.Tasks.Task
SwitchOn2 ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnSwitchedOff1 ( EventArgs e ) : void
OnSwitchedOff2 ( EventArgs e ) : void
OnSwitchedOn1 ( EventArgs e ) : void
OnSwitchedOn2 ( EventArgs e ) : void

Private Methods

Méthode Description
SwitchBinary1_Changed ( object sender, ReportEventArgs e ) : void
SwitchBinary2_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

MultiSwitch() public méthode

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

OnSwitchedOff1() protected méthode

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

OnSwitchedOff2() protected méthode

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

OnSwitchedOn1() protected méthode

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

OnSwitchedOn2() protected méthode

protected OnSwitchedOn2 ( 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

SwitchOff1() public méthode

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

SwitchOff2() public méthode

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

SwitchOn1() public méthode

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

SwitchOn2() public méthode

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