diff --git a/node-red-contrib-xiaomi-ht/xiaomi-ht.html b/node-red-contrib-xiaomi-ht/xiaomi-ht.html index df197e1..9187d11 100644 --- a/node-red-contrib-xiaomi-ht/xiaomi-ht.html +++ b/node-red-contrib-xiaomi-ht/xiaomi-ht.html @@ -8,12 +8,13 @@ sid: {value: "", required: true}, temperature: {value: "{{temperature}}"}, humidity: {value: "{{humidity}}"}, + pressure: {value: "{{pressure}}"}, divide: {value: true}, output: {value: "0"} }, inputs: 1, - outputs: 2, - outputLabels: ["Temperature","Humidity"], + outputs: 3, + outputLabels: ["Temperature","Humidity","Pressure"], paletteLabel: "sensor HT", icon: "thermometer-icon.png", label: function () { @@ -86,6 +87,10 @@ +
+ + +
   @@ -101,7 +106,7 @@
payload json
-
Gateway sensor_ht message of type read_ack, heartbeat or report
+
Gateway sensor_ht and weather.v1 message of type read_ack, heartbeat or report

Outputs

@@ -121,7 +126,7 @@

Details

-

The incoming json message is parsed if the type model is sensor_ht and +

The incoming json message is parsed if the type model is sensor_ht or weather.v1 and the sid matches the configured value for this device.

Three output types are supported: