Update README_en.md

This commit is contained in:
nikzori
2024-07-01 15:55:36 +03:00
committed by GitHub
parent d5114c209b
commit 146a8e888a

View File

@@ -16,9 +16,9 @@ Basic support for Winner. Available fields:
- Error code - Error code
## Winner_ZigBee_dev.js ## 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: E.g: any `sensor_*` DP is a 4 byte integer:
``` ```