From e2b28730dd0201779632593a4a0731e36f622fd7 Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Wed, 13 Jan 2021 22:13:42 +0100 Subject: [PATCH] Sensor status report needs a dedicated ID --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3ec6a..bcda7c9 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,6 @@ This is the list of supported message IDs: |------------|------------|------------|-------------|-------------------------|-------------| | 0x1000 | controller | poweriface | 1 | 0b00000MMM | Start dispensing from slot M (0-5) | | 0x100 | any | poweriface | 0 | | Send power board status report | -| 0x100 | any | sensor | 0 | | Send sensor board status report | +| 0x101 | any | sensor | 0 | | Send sensor board status report | | 0x10 | poweriface | any | 2 | 0xLL 0xHH | Power board status report (0xHHLL are the contents of the 16-bit shift register) | | 0x1 | sensor | any | 2 | 0bABCDEFGH 0b00000IJK | Sensor board status report (ABCDEFGHIJK are the states of the end switches, dispenser empty switches and the rest switch) |