C# Class ZWave.CommandClasses.SensorMultiLevelReport

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

Public Properties

Property Type Description
Scale byte
Type SensorType
Unit string
Value float

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
GetUnit ( SensorType type, byte scale ) : string
SensorMultiLevelReport ( Node node, byte payload ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Scale public property

public byte Scale
return byte

Type public property

public SensorType Type
return SensorType

Unit public property

public string Unit
return string

Value public property

public float Value
return float