Skip to content

Commit

Permalink
Fix HmIP-MOD-OC8 SingleAccessory option (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Dec 28, 2019
1 parent 21ca928 commit 3a0d5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homematic-devices/hmip-mod-oc8.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = class HmipModOc8 {
this.node = node;
this.ccu = ccu;
this.config = config;
if (this.option(config.description.ADDRESS + ':SingleAccessory')) {
if (this.option('SingleAccessory')) {
new AccMultiService(config, node);
} else {
const channels = config.description.CHILDREN;
Expand Down

0 comments on commit 3a0d5cc

Please sign in to comment.