C# Class ZWave.CommandClasses.ThermostatSetpointReport

Inheritance: NodeReport
Show file Open project: roblans/ZWave4Net Class Usage Examples

Public Properties

Property Type Description
Scale byte
Type ThermostatSetpointType
Unit string
Value float

Public Methods

Method Description
GetUnit ( ThermostatSetpointType type, byte scale ) : string
ToString ( ) : string

Private Methods

Method Description
ThermostatSetpointReport ( Node node, byte payload ) : System

Method Details

GetUnit() public static method

public static GetUnit ( ThermostatSetpointType type, byte scale ) : string
type ThermostatSetpointType
scale byte
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

Scale public property

public byte Scale
return byte

Type public property

public ThermostatSetpointType Type
return ThermostatSetpointType

Unit public property

public string Unit
return string

Value public property

public float Value
return float