Skip to content

Commit

Permalink
Latest Converters + Aqara Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asgothian authored Dec 26, 2024
1 parent 4d7fe87 commit 190d026
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}`);
if (has_elevated_debug) this.log.warn(`ELEVATED: convert ${key}, ${safeJsonStringify(preparedValue)}, ${safeJsonStringify(preparedOptions)} for device ${deviceId} with Endpoint ${epName}`);

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.13",
"version": "1.10.14",
"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": "20.58.0"
"zigbee-herdsman-converters": "21.9.2"
},
"description": "Zigbee devices",
"devDependencies": {
Expand Down

0 comments on commit 190d026

Please sign in to comment.