C# Class ZWave.Devices.Zipato.RgbwLightBulb

Inheritance: Device
Exibir arquivo Open project: roblans/ZWave4Net

Public Methods

Method Description
AddAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
GetColor ( LightBulbColorComponent component ) : Task
GetColorTemperature ( ) : Task
GetShockSensorSensitivity ( ) : Task
RemoveAssociation ( AssociationGroup group, Node node ) : System.Threading.Tasks.Task
RgbwLightBulb ( Node node ) : System
SetColor ( byte warmWhite, byte coldWhite, byte red, byte green, byte blue ) : System.Threading.Tasks.Task
SetColorTemperature ( byte value ) : System.Threading.Tasks.Task
SetShockSensorSensitivity ( byte value ) : System.Threading.Tasks.Task
SwitchOff ( ) : System.Threading.Tasks.Task
SwitchOn ( ) : System.Threading.Tasks.Task

Method Details

AddAssociation() public method

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

GetColor() public method

public GetColor ( LightBulbColorComponent component ) : Task
component LightBulbColorComponent
return Task

GetColorTemperature() public method

public GetColorTemperature ( ) : Task
return Task

GetShockSensorSensitivity() public method

public GetShockSensorSensitivity ( ) : Task
return Task

RemoveAssociation() public method

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

RgbwLightBulb() public method

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

SetColor() public method

public SetColor ( byte warmWhite, byte coldWhite, byte red, byte green, byte blue ) : System.Threading.Tasks.Task
warmWhite byte
coldWhite byte
red byte
green byte
blue byte
return System.Threading.Tasks.Task

SetColorTemperature() public method

public SetColorTemperature ( byte value ) : System.Threading.Tasks.Task
value byte
return System.Threading.Tasks.Task

SetShockSensorSensitivity() public method

public SetShockSensorSensitivity ( byte value ) : System.Threading.Tasks.Task
value byte
return System.Threading.Tasks.Task

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