Skip to content

Commit

Permalink
Update rcswitch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyMO authored Apr 27, 2020
1 parent aba2f5c commit e31e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcswitch/rcswitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function RCSwitchNode(n){
node.channel=n.channel;

this.on('input', function(msg) {
var rcswitch = require('rcswitch-gpiomem3');
var rcswitch = require('rcswitch4');

try{
switch (node.func)
Expand Down

0 comments on commit e31e4ba

Please sign in to comment.