Skip to content

Commit

Permalink
update communication data
Browse files Browse the repository at this point in the history
  • Loading branch information
HGlab01 committed Nov 30, 2023
1 parent a46e57d commit 0c73c01
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
12 changes: 9 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,14 @@
"uk": "Tado cloud connector to control Tado devices"
},
"authors": [
"DutchmanNL <[email protected]>",
"HGlab01"
{
"name": "HGlab01",
"email": "<[email protected]>"
},
{
"name": "DutchmanNL",
"email": "<[email protected]>"
}
],
"keywords": [
"energy",
Expand Down Expand Up @@ -195,4 +201,4 @@
"native": {}
}
]
}
}
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
"name": "iobroker.tado",
"version": "0.5.0",
"description": "Tado cloud connector to control Tado devices",
"author": {
"name": "DutchmanNL",
"email": "[email protected]"
},
"authors": [
{
"name": "HGlab01",
"email": "<[email protected]>"
},
{
"name": "DutchmanNL",
"email": "<[email protected]>"
}
],
"homepage": "https://github.com/DrozmotiX/ioBroker.tado",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -65,4 +71,4 @@
"url": "https://github.com/DrozmotiX/ioBroker.tado/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 0c73c01

Please sign in to comment.