hueplusplus
1.0.0
|
User that is whitelisted for Hue API usage. More...
#include <hueplusplus/BridgeConfig.h>
Public Attributes | |
std::string | key |
API username of the user. More... | |
std::string | name |
Name provided on user creation. More... | |
time::AbsoluteTime | lastUsed |
Last time the user was used. More... | |
time::AbsoluteTime | created |
Time the user was created. More... | |
User that is whitelisted for Hue API usage.
time::AbsoluteTime hueplusplus::WhitelistedUser::created |
Time the user was created.
std::string hueplusplus::WhitelistedUser::key |
API username of the user.
time::AbsoluteTime hueplusplus::WhitelistedUser::lastUsed |
Last time the user was used.
std::string hueplusplus::WhitelistedUser::name |
Name provided on user creation.