Mercurial > code > home > repos > homeauto
changeset 1531:a3dc6a31590f
protocol notes
Ignore-this: 57d4364c4a35ba6afd7346d922568224
darcs-hash:09f178b2c724aa70a6ee5b58dcffa3049538f70d
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 05 Feb 2020 17:20:28 -0800 |
parents | f4e1493e9526 |
children | 7cc7700302c2 |
files | README.md |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Wed Feb 05 17:12:18 2020 -0800 +++ b/README.md Wed Feb 05 17:20:28 2020 -0800 @@ -24,3 +24,9 @@ (`reasoning` does some of its own output actions) Services (sometimes, the same ones that gathered input) perform home automation outputs. + +## Protocols + +A SyncedGraph can be updated on a server such that the updates (as Patch objects) are sent as JSON-LD over a long-running SSE connection. There's a Patches-over-websocket connector in the `rdfdb` repo. + +MQTT: Matching a lot of what esphome.io has, which maybe is compatible with homeassistant?