hueplusplus  1.0.0
Public Attributes | List of all members
hueplusplus::WhitelistedUser Struct Reference

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. 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...
 

Detailed Description

User that is whitelisted for Hue API usage.

Member Data Documentation

◆ created

time::AbsoluteTime hueplusplus::WhitelistedUser::created

Time the user was created.

◆ key

std::string hueplusplus::WhitelistedUser::key

API username of the user.

◆ lastUsed

time::AbsoluteTime hueplusplus::WhitelistedUser::lastUsed

Last time the user was used.

◆ name

std::string hueplusplus::WhitelistedUser::name

Name provided on user creation.


The documentation for this struct was generated from the following file: