C# Class ZWave.Devices.Fibaro.MultiSwitch

Inheritance: Device
Exibir arquivo Open project: roblans/ZWave4Net

Public Methods

Method 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

Protected Methods

Method Description
OnSwitchedOff1 ( EventArgs e ) : void
OnSwitchedOff2 ( EventArgs e ) : void
OnSwitchedOn1 ( EventArgs e ) : void
OnSwitchedOn2 ( EventArgs e ) : void

Private Methods

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

MultiSwitch() public method

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

OnSwitchedOff1() protected method

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

OnSwitchedOff2() protected method

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

OnSwitchedOn1() protected method

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

OnSwitchedOn2() protected method

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

SwitchOff1() public method

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

SwitchOff2() public method

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

SwitchOn1() public method

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

SwitchOn2() public method

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