C# Class ZWave.Devices.Fibaro.Rgbw

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
Rgbw ( Node node ) : System
SetColor ( byte red, byte green, byte blue, byte white ) : System.Threading.Tasks.Task
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

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

Rgbw() public méthode

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

SetColor() public méthode

public SetColor ( byte red, byte green, byte blue, byte white ) : System.Threading.Tasks.Task
red byte
green byte
blue byte
white byte
Résultat System.Threading.Tasks.Task

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