Skip to content

Commit

Permalink
introduce adapter-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Feb 23, 2019
1 parent db0efb9 commit 183bcc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 85 deletions.
2 changes: 1 addition & 1 deletion daikin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Daikin adapter
*/
var path = require('path');
var utils = require(path.join(__dirname,'lib','utils')); // Get common adapter utils
var utils = require('@iobroker/adapter-core');
var DaikinController = require('daikin-controller');
var daikinDevice;
var deviceName = '';
Expand Down
83 changes: 0 additions & 83 deletions lib/utils.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"url": "https://github.com/Apollon77/ioBroker.daikin"
},
"dependencies": {
"daikin-controller": "^1.1.3"
"daikin-controller": "^1.1.3",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"mocha": "^6.0.1",
Expand Down

0 comments on commit 183bcc0

Please sign in to comment.