From e29f8e7d460d8f713e2a8e6628fd7feeacd6389c Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 11 Jul 2018 16:06:15 -0400 Subject: [PATCH] hidusb-relay-cmd in config --- config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index a1105b1..f261e11 100644 --- a/config.json +++ b/config.json @@ -8,8 +8,9 @@ "baud": 115200 }, "power": { - "pin": 60, - "invert": true + "type": "hidusb-relay-cmd", + "relay": "HURTM", + "channel": 2 } } }, -- 2.25.1