|
|
@ -7,9 +7,9 @@ public class TemperatureHumidity
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 温度
|
|
|
|
/// 温度
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> Temperature { get; set; } = new(0x0000);
|
|
|
|
public ModbusProperty<short> Temperature { get; set; } = new(0x0001);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 湿度
|
|
|
|
/// 湿度
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> Humidity { get; set; } = new(0x0001);
|
|
|
|
public ModbusProperty<short> Humidity { get; set; } = new(0x0000);
|
|
|
|
}
|
|
|
|
}
|