C# Class ZWave.CommandClasses.MultiChannel

Inheritance: CommandClassBase
Afficher le fichier Open project: roblans/ZWave4Net

Méthodes publiques

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

Method Details

BinarySwitchSet() public méthode

public BinarySwitchSet ( byte endPointID, bool value ) : System.Threading.Tasks.Task
endPointID byte
value bool
Résultat System.Threading.Tasks.Task

Get() public méthode

public Get ( ) : Task
Résultat Task

MultiChannel() public méthode

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