Skip to content

Commit

Permalink
Merge pull request #8 from sbender9/add-power-off
Browse files Browse the repository at this point in the history
feature: add power off command
  • Loading branch information
sbender9 authored Mar 15, 2020
2 parents d926ac3 + b05d4ed commit 3c18d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions n2k_commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const fusion_commands = {
"setVolume": "%s,6,126720,%s,%s,6,a3,99,18,00,%s,%s",
"setAllVolume": "%s,6,126720,%s,%s,8,a3,99,19,00,%s,%s,%s,%s",
"poweron": "%s,6,126720,%s,%s,5,a3,99,1c,00,01",
"poweroff": "%s,6,126720,%s,%s,5,a3,99,1c,00,02",
"setBTDevice": "%s,7,126720,%s,%s,11,a3,99,09,00,0b,%s,00,00,00,02,02"
}

Expand Down

0 comments on commit 3c18d86

Please sign in to comment.