C# Class ZWave.CommandClasses.MultiChannel

Inheritance: CommandClassBase
显示文件 Open project: roblans/ZWave4Net

Public Methods

Method Description
BinarySwitchSet ( byte endPointID, bool value ) : System.Threading.Tasks.Task
Get ( ) : Task
MultiChannel ( Node node ) : System

Method Details

BinarySwitchSet() public method

public BinarySwitchSet ( byte endPointID, bool value ) : System.Threading.Tasks.Task
endPointID byte
value bool
return System.Threading.Tasks.Task

Get() public method

public Get ( ) : Task
return Task

MultiChannel() public method

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