Skip to content

Commit

Permalink
wrong method name (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jan 5, 2020
1 parent 7b2026d commit 01a8c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homematic-devices/hmipw-fio6.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class AccSingleInputService extends Accessory {
const dp = config.iface + '.' + config.accChannel + '.STATE';
const {name} = config;
const type = this.option('', 'type');
addService.call(this, type, name, dp);
addInputService.call(this, type, name, dp);
}
}

Expand Down

0 comments on commit 01a8c95

Please sign in to comment.