From eb08d6475946dddae7d24d3e2abe571dd64b65df Mon Sep 17 00:00:00 2001
From: Peter Woolery <57696619+PeterWoolery@users.noreply.github.com>
Date: Sat, 25 Jul 2020 18:25:20 -0700
Subject: [PATCH] Update README.md

Adding clarification that the pin numbers are BCM, not BOARD
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2d8776b..db959b9 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ gpio_modules:
 digital_outputs:
   - name: lights
     module: raspberrypi
-    pin: 21
+    pin: 21 # This is specified as the GPIO.BCM standard, not GPIO.BOARD
     on_payload: "ON"
     off_payload: "OFF"
     initial: low  # This optional value controls the initial state of the pin before receipt of any messages from MQTT. Valid options are 'low' and 'high'.
-- 
GitLab