Hue::User Struct Reference

Information about user. More...

#include <Bridge.h>

Collaboration diagram for Hue::User:
[legend]

Public Attributes

String deviceType
 How the user identifies themselves. More...
 
uint16_t count {0}
 Number of requests received from this user. More...
 
bool authorized {false}
 Only authorized users may perform actions. More...
 

Detailed Description

Information about user.

Member Data Documentation

◆ authorized

bool Hue::User::authorized {false}

Only authorized users may perform actions.

◆ count

uint16_t Hue::User::count {0}

Number of requests received from this user.

◆ deviceType

String Hue::User::deviceType

How the user identifies themselves.


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