C# Class ZWave.CommandClasses.Clock

Inheritance: CommandClassBase
Datei anzeigen Open project: roblans/ZWave4Net

Public Methods

Method Description
Clock ( Node node ) : System
Get ( ) : Task
Set ( DayOfWeek dayOfWeek, byte hour, byte minute ) : System.Threading.Tasks.Task

Method Details

Clock() public method

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

Get() public method

public Get ( ) : Task
return Task

Set() public method

public Set ( DayOfWeek dayOfWeek, byte hour, byte minute ) : System.Threading.Tasks.Task
dayOfWeek DayOfWeek
hour byte
minute byte
return System.Threading.Tasks.Task