From 146a8e888ace7e89707b59c020ecb14b8dbce012 Mon Sep 17 00:00:00 2001 From: nikzori <34075132+nikzori@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:55:36 +0300 Subject: [PATCH] Update README_en.md --- Winner/ZigBee/README_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Winner/ZigBee/README_en.md b/Winner/ZigBee/README_en.md index 60ae44c..656431e 100644 --- a/Winner/ZigBee/README_en.md +++ b/Winner/ZigBee/README_en.md @@ -16,9 +16,9 @@ Basic support for Winner. Available fields: - Error code ## Winner_ZigBee_dev.js -**Works the same way as Basic version.** +Added partial support for sensors. -A version with the full list of the device DPs. Additional DPs will not work with Z2MQTT because of their non-standard implementation: you would need to write additional code for Z2MQTT libraries to properly parse the incoming data. +A version with the full list of the device DPs. Additional DPs will not work with Z2MQTT out of the box because of their non-standard implementation: they need extra code to properly parse the incoming data. E.g: any `sensor_*` DP is a 4 byte integer: ```