From b05d4edb5ccade49ce9e319b1f9eacb26d493aec Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Sun, 15 Mar 2020 15:33:49 -0400 Subject: [PATCH] feature: add power off command --- n2k_commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/n2k_commands.js b/n2k_commands.js index 7e0607e..bed991e 100644 --- a/n2k_commands.js +++ b/n2k_commands.js @@ -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" }