Hue::Stats Struct Reference
#include <Stats.h>
Collaboration diagram for Hue::Stats:
Public Member Functions | |
| void | serialize (JsonObject json) const |
Public Attributes | |
| struct { | |
| uint16_t count | |
| Total number of HTTP requests. More... | |
| uint16_t root | |
| eRequests handled by root UPnP device More... | |
| uint16_t ignored | |
| Requests not starting with /api. More... | |
| uint16_t getAllDeviceInfo | |
| uint16_t getDeviceInfo | |
| uint16_t setDeviceInfo | |
| } | request |
| struct { | |
| uint16_t count | |
| size_t size | |
| Total size of response data. More... | |
| } | response |
| struct { | |
| uint16_t count | |
| uint16_t resourceNotAvailable | |
| uint16_t methodNotAvailable | |
| uint16_t unauthorizedUser | |
| } | error |
Member Function Documentation
◆ serialize()
| void Hue::Stats::serialize | ( | JsonObject | json | ) | const |
Member Data Documentation
◆ count
| uint16_t Hue::Stats::count |
Total number of HTTP requests.
◆ error
| struct { ... } Hue::Stats::error |
◆ getAllDeviceInfo
| uint16_t Hue::Stats::getAllDeviceInfo |
◆ getDeviceInfo
| uint16_t Hue::Stats::getDeviceInfo |
◆ ignored
| uint16_t Hue::Stats::ignored |
Requests not starting with /api.
◆ methodNotAvailable
| uint16_t Hue::Stats::methodNotAvailable |
◆ request
| struct { ... } Hue::Stats::request |
◆ resourceNotAvailable
| uint16_t Hue::Stats::resourceNotAvailable |
◆ response
| struct { ... } Hue::Stats::response |
◆ root
| uint16_t Hue::Stats::root |
eRequests handled by root UPnP device
◆ setDeviceInfo
| uint16_t Hue::Stats::setDeviceInfo |
◆ size
| size_t Hue::Stats::size |
Total size of response data.
◆ unauthorizedUser
| uint16_t Hue::Stats::unauthorizedUser |
The documentation for this struct was generated from the following file:
1.8.13