Updated MCP23008 MCP23017 (markdown)

andrethomas 2018-07-29 20:51:09 +02:00
parent 8c21e764c0
commit ce11cff5c7
1 changed files with 1 additions and 1 deletions

@ -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.