mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-02 18:51:38 +02:00
Add some REST Api Endpoints to avail_endpoints
This commit is contained in:
parent
93b53a10d9
commit
5c95a3143b
1 changed files with 6 additions and 0 deletions
|
@ -200,8 +200,14 @@ class RestApi {
|
|||
ep[F("generic")] = url + F("generic");
|
||||
ep[F("index")] = url + F("index");
|
||||
ep[F("setup")] = url + F("setup");
|
||||
#if !defined(ETHERNET)
|
||||
ep[F("setup/networks")] = url + F("setup/networks");
|
||||
ep[F("setup/getip")] = url + F("setup/getip");
|
||||
#endif /* !defined(ETHERNET) */
|
||||
ep[F("system")] = url + F("system");
|
||||
ep[F("live")] = url + F("live");
|
||||
ep[F("powerHistory")] = url + F("powerHistory");
|
||||
ep[F("yieldDayHistory")] = url + F("yieldDayHistory");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue