ESP8266 firmware written in Arduino to control multiple devices over mqtt
Go to file
sqozz 0356892526 Intigrate rfsockets subsystem support
This enables the nodemcu to listen for multiple topics. First comes
the subsystem which is then followed by parameters for that specific
subsystem.

For 433MHz sockets this subsystem is called "rfsockets". It operates
on "rfsockets/<socket_name>/(status|switch)" wher it accepts and
reports with either "ON" or "OFF" as payloads. The subsystem therefore
complies with the Home Assistant mqtt component.
2018-07-13 00:02:55 +02:00
.gitignore Initial commit 2018-07-12 21:53:29 +02:00
multi-esp.ino Intigrate rfsockets subsystem support 2018-07-13 00:02:55 +02:00