Skip to content

Commit

Permalink
fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jul 29, 2018
1 parent 059caf3 commit 656ced0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/ccu-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = function (RED) {
this.on('input', msg => {
let payload = '0x02';

if (config.channelType === 'Hm-Dis-EP-WM55') {
if (config.channelType === 'HM-Dis-EP-WM55') {
payload += ',0x0A';
}

Expand Down

0 comments on commit 656ced0

Please sign in to comment.