Files
mongoose-touch/src
Pim van Pelt 9dbf9be428 Simplify MQTT messaging
Simply add the entire mosquitto message as a JSON entity, not a string.
The simple case now looks like:
      "mqtt": [ {"topic": "/s/cmnd/5C:CF:7F:20:29:6E/Power", "message": "On"} ]

Sending an RPC to Mongoose OS looks like:
      "mqtt": [ {"topic": "esp32_XXXXXX/rpc/Button.Touch", "message": {"args": {"idx":0}}} ]
2018-01-02 00:20:15 +01:00
..
2017-12-20 17:04:51 +01:00
2017-12-21 22:38:23 +01:00
2017-12-20 17:04:51 +01:00
2017-12-20 17:04:51 +01:00
2017-12-21 22:38:23 +01:00
2018-01-02 00:20:15 +01:00
2017-12-22 17:13:35 +01:00
2017-12-02 16:51:09 +01:00
2017-12-02 23:34:16 +01:00