C# Class ZWave.CommandClasses.ThermostatSetpointReport

Inheritance: NodeReport
Afficher le fichier Open project: roblans/ZWave4Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Scale byte
Type ThermostatSetpointType
Unit string
Value float

Méthodes publiques

Méthode Description
GetUnit ( ThermostatSetpointType type, byte scale ) : string
ToString ( ) : string

Private Methods

Méthode Description
ThermostatSetpointReport ( Node node, byte payload ) : System

Method Details

GetUnit() public static méthode

public static GetUnit ( ThermostatSetpointType type, byte scale ) : string
type ThermostatSetpointType
scale byte
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Scale public_oe property

public byte Scale
Résultat byte

Type public_oe property

public ThermostatSetpointType Type
Résultat ThermostatSetpointType

Unit public_oe property

public string Unit
Résultat string

Value public_oe property

public float Value
Résultat float