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 @@ +
sensor_ht message of type read_ack, heartbeat or reportsensor_ht and weather.v1 message of type read_ack, heartbeat or reportThe 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:
magnet message of type read_ack, heartbeat or reportmagnet and sensor_magnet.aq2 message of type read_ack, heartbeat or reportThe incoming json message is parsed if the type model is magnet and
+
The incoming json message is parsed if the type model is magnet or sensor_magnet.aq2 and
the sid matches the configured value for this device.
Three output types are supported:
switch message of type read_ack, heartbeat or reportswitch and sensor_switch.aq2 message of type read_ack, heartbeat or reportThe incoming json message is parsed if the type model is switch and
+
The incoming json message is parsed if the type model is switch or sensor_switch.aq2 and
the sid matches the configured value for this device.
Three output types are supported: