Skip to content

Commit

Permalink
update dependency's
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL authored and Dutchman committed Mar 19, 2020
1 parent 197f9b2 commit 46f1813
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 116 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['http://paypal.me/DutchmanNL'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
5 changes: 4 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
"zh-cn": "接收和发送多播信息"
},
"authors": [
"Dutchman & Andiling <[email protected]>"
"DutchmanNL <[email protected]>"
],
"contributors": [
"Andiling"
],
"keywords": [
"ioBroker",
Expand Down
11 changes: 11 additions & 0 deletions ioBroker.multicast.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "."
},
{
"path": "/usr/local/iobroker/node_modules/iobroker.multicast"
}
],
"settings": {}
}
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class Multicast extends utils.Adapter {
this.DoInfoStates(received_data, device, false);
}


} catch (error) {
// To-Do : ensure propper error logging for wrong firmware versions
this.log.error(error);
Expand All @@ -137,7 +136,6 @@ class Multicast extends utils.Adapter {
}
}


/**
* Is called if a subscribed state changes
* @param {string} id
Expand Down Expand Up @@ -264,8 +262,6 @@ class Multicast extends utils.Adapter {
},
});



// Read all device related information and write into object with extend objection function
const objects = Object.keys(received_data.i);
const array = {};
Expand Down
Loading

0 comments on commit 46f1813

Please sign in to comment.