Hi,
Does evapi_relay() have to emit JSON blobs? Or can it be used to emit generic strings?
Thanks!
Hello,
On 16/03/14 19:34, Alex Balashov wrote:
Hi,
Does evapi_relay() have to emit JSON blobs? Or can it be used to emit generic strings?
the module is far from having something decided as final format in this regard. At this moment it can send json, I implemented it for prototyping. Sending out is not a big issue on format, can be easily changed, but for receiving responses/commands, probably will be some strict format.
I will start soon a dedicated thread to discuss it.
Cheers, Daniel