seb821 / espRFLinkMQTT

ESP8266 gateway between RFLink and MQTT server
96 stars 32 forks source link

Added Support for RFLink RTS table and clearing RTS table Records #29

Closed grillp closed 3 years ago

grillp commented 3 years ago

I have added a page for RFLink RTS.

It shows the RFLink RTS Table (10;RTSSHOW) as well as giving you the ability to clear RTS Records (10;RTSRECCLEAR=).

I also simplified the code to read from RFLINK and extracted it to a method (read_data_if_ready) so I could re use it when reading the multi line response from RTSSHOW.

grillp commented 3 years ago

Look s like I introduced a bug with this. I Will lookinto it.