Skip to content

Commit

Permalink
v.0.2.73
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanBendz committed Oct 12, 2024
1 parent 7cb525a commit 2b38c9e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,8 @@
},
"0.2.72": {
"en": "2 and 4 button wall remote fix"
},
"0.2.73": {
"en": "4 button wall remote fix"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.tuya.zigbee",
"version": "0.2.72",
"version": "0.2.73",
"compatibility": ">=5.0.0",
"platforms": [
"local"
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.tuya.zigbee",
"version": "0.2.72",
"version": "0.2.73",
"compatibility": ">=5.0.0",
"platforms": [
"local"
Expand Down
4 changes: 3 additions & 1 deletion drivers/wall_remote_4_gang_3/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const { debug, CLUSTER } = require('zigbee-clusters');
class wall_remote_4_gang_3 extends ZigBeeDevice {

async onNodeInit({ zclNode }) {
// debug(true);

var debounce = 0;
debug(true);
this.printNode();

const node = await this.homey.zigbee.getNode(this);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuya.zigbee",
"version": "0.2.72",
"version": "0.2.73",
"description": "Adds support for Tuya Zigbee devices to Homey",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 2b38c9e

Please sign in to comment.