From c914f57352aa4e323a735f9e9c790f822cabc0fb Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Tue, 16 Aug 2016 19:14:49 -0400 Subject: [PATCH] Remove note about MQTT support in the HTTP section It's out of place and irrelevant. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 97fc190..3373acd 100644 --- a/README.md +++ b/README.md @@ -947,8 +947,6 @@ curl -H 'X-Limit-U: jane' -H 'X-Limit-D: 3s' --data "${payload}" 'http://127.0.0 The content of the request is used by the Recorder as though it had arrived as an MQTT message; Lua hooks and WebSocket pushes are handled accordingly. -If the Recorder is compiled without specifying `WITH_MQTT` at build time, support for MQTT is disabled completely. - ### Friends in HTTP mode When a device posts a location request in HTTP mode, the endpoint may return a JSON array of OwnTracks objects of which `_type`s `cmd`, `location` and `card` may be supported by the device. This allows the device to see, say, friends. The Recorder has built-in support for this with the named "friends" lmdb database.