C# Class ZWaveLib.Values.EnergyValue

Show file Open project: genielabs/zwave-lib-dotnet Class Usage Examples

Public Properties

Property Type Description
EventType EventParameter
Parameter ZWaveEnergyScaleType
Value double

Public Methods

Method Description
Parse ( byte message ) : EnergyValue

Method Details

Parse() public static method

public static Parse ( byte message ) : EnergyValue
message byte
return EnergyValue

Property Details

EventType public property

public EventParameter EventType
return EventParameter

Parameter public property

public ZWaveEnergyScaleType Parameter
return ZWaveEnergyScaleType

Value public property

public double Value
return double