Skip to content

Commit

Permalink
Merge pull request #55 from phifogg/dev
Browse files Browse the repository at this point in the history
Removed unneeded events
  • Loading branch information
phifogg authored Mar 13, 2021
2 parents f8e1416 + 107ba7e commit 6026505
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "sainlogic",
"version": "0.6.4",
"version": "0.6.5",
"news": {
"0.6.5": {
"en": "Removed unneeded events",
"de": "Nicht benötigte Events entfernt"
},
"0.6.4": {
"en": "For WH2650: Adding model name and weather station communication frequency datapoint",
"de": "Für WH2650: Modelname und Kommunikationsfrequenz hinzugefügt"
Expand Down
6 changes: 4 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ class Sainlogic extends utils.Adapter {
name: 'sainlogic',
});
this.on('ready', this.onReady.bind(this));
this.on('objectChange', this.onObjectChange.bind(this));
this.on('stateChange', this.onStateChange.bind(this));
// this.on('objectChange', this.onObjectChange.bind(this));
//this.on('stateChange', this.onStateChange.bind(this));
// this.on('message', this.onMessage.bind(this));
this.on('unload', this.onUnload.bind(this));

}


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.sainlogic",
"version": "0.6.4",
"version": "0.6.5",
"description": "Read data from a sainlogic based weather station",
"author": {
"name": "Fogg",
Expand Down

0 comments on commit 6026505

Please # to comment.