Commit graph

3 commits

Author SHA1 Message Date
sqozz 0e0a10ae7b Extract subsystem into separate function 2018-07-13 00:24:16 +02:00
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
sqozz 1ac1ce1be1 Initial commit 2018-07-12 21:53:29 +02:00