mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-03 02:21:38 +00:00
Added credits and corrected comment to reflect code
This commit is contained in:
@@ -18,3 +18,4 @@ The [wiki](https://github.com/Koenkk/zigbee2mqtt/wiki) provides you all the info
|
||||
* [oskarn97](https://github.com/oskarn97)
|
||||
* [dgomes](https://github.com/dgomes)
|
||||
* [Koenkk](https://github.com/Koenk)
|
||||
* [kirovilya](https://github.com/kirovilya)
|
||||
@@ -100,6 +100,7 @@ const parsers = [
|
||||
type: 'attReport',
|
||||
convert: (msg) => {
|
||||
/*
|
||||
Source: https://github.com/kirovilya/ioBroker.zigbee
|
||||
+---+
|
||||
| 2 |
|
||||
+---+---+---+
|
||||
@@ -156,12 +157,8 @@ const parsers = [
|
||||
type: 'attReport',
|
||||
convert: (msg) => {
|
||||
/*
|
||||
65285: 500, presentValue = rotation angel left < 0, rigth > 0
|
||||
65285: 360, presentValue = ? angel
|
||||
65285: 110, presentValue = ? angel
|
||||
65285: 420, presentValue = ? angel
|
||||
65285: 320, presentValue = ? angel
|
||||
65285: 330, presentValue = ? angel
|
||||
Source: https://github.com/kirovilya/ioBroker.zigbee
|
||||
presentValue = rotation angel left < 0, rigth > 0
|
||||
*/
|
||||
var v = msg.data.data['presentValue'];
|
||||
if (v < 0) {
|
||||
|
||||
Reference in New Issue
Block a user