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