Skip to content

Commit

Permalink
adapter checker fun
Browse files Browse the repository at this point in the history
  • Loading branch information
PLCHome committed Aug 13, 2024
1 parent b73b7dc commit 7c0c8a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,13 @@
],
"keywords": [
"intex",
"whirlpool"
"whirlpool",
"ioBroker"
],
"licenseInformation": "MIT",
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"icon": "intex.png",
"enabled": true,
Expand All @@ -114,7 +118,7 @@
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": true,
"adminUI": { "config": "materialize" },
"messagebox": true,
"tier": 3,
"plugins": {
Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class Intex extends utils.Adapter {
toCelsius(fahrenheit) {
return Math.round((fahrenheit - 32) / 1.8)
}

createOperation (device,operation,command) {
if (operation.subOperation) this.createOperation(device,this.operation[operation.subOperation],null)
let co = {write: !operation.readonly, read: true}
Expand Down

0 comments on commit 7c0c8a9

Please sign in to comment.