mongoose-os-apps / shelly-homekit

Apple HomeKit firmware for Shelly's
Other
1.82k stars 130 forks source link

API LIST #1290

Closed DavideTommasin closed 1 year ago

DavideTommasin commented 1 year ago

hello, I can't find a complete list of your APIs, other than the one already written in the API section in the documentation (like /rpc/Shelly.SetState or /rpc/Shelly.GetInfoExt). Is it possible to have a list of all possible calls to be made via http? Thank you

timoschilling commented 1 year ago

You can find a list hier in the code: https://github.com/mongoose-os-apps/shelly-homekit/blob/master/src/shelly_rpc_service.cpp#L577-L604