Skip to content

Commit

Permalink
Update gree-hvac-client (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivus authored Sep 20, 2024
1 parent 018125e commit 2d4d724
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion drivers/gree_cooper_hunter_hvac/network/finder.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const dgram = require('dgram');
const { EncryptionService } = require('gree-hvac-client/lib/encryption-service');
const { EncryptionService } = require('gree-hvac-client/src/encryption-service');

const SCAN_MESSAGE = Buffer.from('{"t": "scan"}');
const THIRTY_SECONDS = 30 * 1000;
Expand Down
14 changes: 6 additions & 8 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
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/aivus/com.gree#readme",
"dependencies": {
"gree-hvac-client": "git+https://github.com/aivus/gree-hvac-client.git#com.gree/master",
"gree-hvac-client": "github:aivus/gree-hvac-client#com.gree/master",
"homey-log": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2d4d724

Please sign in to comment.