Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Bug fix- CEC
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-h-st committed Aug 4, 2020
1 parent 4b15ef0 commit 5d84f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_helper.js
Expand Up @@ -34,7 +34,7 @@ module.exports = NodeHelper.create({
exec("/usr/bin/vcgencmd display_power 1", null);
}
if (self.config.supportCEC)
exec("echo 'on o' | cec-client -s -d 1");
exec("echo 'on 0' | cec-client -s -d 1");
});
}
if (this.briefHDMIWakeupInterval) {
Expand Down

0 comments on commit 5d84f59

Please sign in to comment.