Closed tparvais closed 3 years ago
Hi @tparvais!
Unfortunately I don't foresee this being something I implement. I think the API supporting multiple input/output formats is not worth the complexity tradeoff given the embedded setting. If you use something like Node-RED, you could pretty easily make a translation gateway, though.
Hello
It's difficult for me to use HTTP HTTP from my ESPEasy firmware.
is there a way to send command via simple HTTP post ? like this http://192.168.0.2/gateways/device_ID/Group/command
with command = ON, OFF, 0xaabbCC (RGC code) without json
thank you