Skip to content

Commit

Permalink
Revert "Latest Converters + Aqara Tests"
Browse files Browse the repository at this point in the history
This reverts commit 190d026.
  • Loading branch information
asgothian committed Dec 29, 2024
1 parent 17c2952 commit 9d77c9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ class Zigbee extends utils.Adapter {
const epName = stateDesc.epname !== undefined ? stateDesc.epname : (stateDesc.prop || stateDesc.id);
const key = stateDesc.prop || stateDesc.id || stateDesc.setattr;
this.log.debug(`convert ${key}, ${safeJsonStringify(preparedValue)}, ${safeJsonStringify(preparedOptions)}`);
if (has_elevated_debug) this.log.warn(`ELEVATED: convert ${key}, ${safeJsonStringify(preparedValue)}, ${safeJsonStringify(preparedOptions)} for device ${deviceId} with Endpoint ${epName}`);
if (has_elevated_debug) this.log.warn(`ELEVATED: convert ${key}, ${safeJsonStringify(preparedValue)}, ${safeJsonStringify(preparedOptions)} for device ${deviceId}`);

let target;
if (model === 'group') {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.zigbee",
"version": "1.10.14",
"version": "1.10.13",
"author": {
"name": "Kirov Ilya",
"email": "[email protected]"
Expand Down Expand Up @@ -29,7 +29,7 @@
"uri-js": "^4.4.1",
"typescript": "^5.6.3",
"zigbee-herdsman": "2.1.9",
"zigbee-herdsman-converters": "21.9.2"
"zigbee-herdsman-converters": "20.58.0"
},
"description": "Zigbee devices",
"devDependencies": {
Expand Down

0 comments on commit 9d77c9b

Please sign in to comment.