C# Class ZWave.Devices.Fibaro.SingleSwitch

Inheritance: Device
Exibir arquivo Open project: roblans/ZWave4Net

Public Methods

Method 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

Protected Methods

Method Description
OnSwitchedOff ( EventArgs e ) : void
OnSwitchedOn ( EventArgs e ) : void

Private Methods

Method Description
SwitchBinary_Changed ( object sender, ReportEventArgs e ) : void

Method Details

AddAssociation() public method

public AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
return System.Threading.Tasks.Task

OnSwitchedOff() protected method

protected OnSwitchedOff ( EventArgs e ) : void
e System.EventArgs
return void

OnSwitchedOn() protected method

protected OnSwitchedOn ( EventArgs e ) : void
e System.EventArgs
return void

RemoveAssociation() public method

public RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
group AssociationGroup
node Node
return System.Threading.Tasks.Task

SingleSwitch() public method

public SingleSwitch ( Node node ) : System
node Node
return System

SwitchOff() public method

public SwitchOff ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SwitchOn() public method

public SwitchOn ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task