From ce11cff5c7cafef81f6275789da186f72c4998f1 Mon Sep 17 00:00:00 2001 From: andrethomas Date: Sun, 29 Jul 2018 20:51:09 +0200 Subject: [PATCH] Updated MCP23008 MCP23017 (markdown) --- MCP23008-MCP23017.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCP23008-MCP23017.md b/MCP23008-MCP23017.md index 76595c88..1c8f743b 100644 --- a/MCP23008-MCP23017.md +++ b/MCP23008-MCP23017.md @@ -123,7 +123,7 @@ Each pin can be in the following modes: Default telemetry logging will occur for all pins as per the configured logging interval of the ESP8266 as configured in the Tasmota firmware options. The telemetry logging will push out to log and mqtt a JSON as follows: ``` -tele/sonoff/SENSOR = {"Time":"2018-06-30T18:31:49","MCP23008":{"D0":0, "D1":0, "D2":0, "D3":0, "D4":0, "D5":0, "D6":0, "D7":0 }} +tele/sonoff/SENSOR = {"Time":"2018-06-30T18:31:49","MCP230XX":{"D0":0, "D1":0, "D2":0, "D3":0, "D4":0, "D5":0, "D6":0, "D7":0 }} ``` Again, this will depend on whether an MCP23008 or MCP23017 is used insofar that the number of pins/bits reported will be 8 (0 to 7) or 16 (0 to 15) respectively.