C# Class HA4IoT.Contracts.Sensors.NumericValueSensorEndpointValueChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
NumericValueSensorEndpointValueChangedEventArgs ( float newValue ) : System

Method Details

NumericValueSensorEndpointValueChangedEventArgs() public method

public NumericValueSensorEndpointValueChangedEventArgs ( float newValue ) : System
newValue float
return System