23#ifndef INCLUDE_HUEPLUSPLUS_SIMPLE_BRIGHTNESS_STRATEGY_H
24#define INCLUDE_HUEPLUSPLUS_SIMPLE_BRIGHTNESS_STRATEGY_H
Virtual base class for all BrightnessStrategies.
Definition BrightnessStrategy.h:34
Class for Hue Light fixtures.
Definition Light.h:61
Class implementing the functions of BrightnessStrategy.
Definition SimpleBrightnessStrategy.h:33
bool setBrightness(unsigned int bri, uint8_t transition, Light &light) const override
Function for changing a lights brightness with a specified transition.
Definition SimpleBrightnessStrategy.cpp:34
unsigned int getBrightness(Light &light) const override
Function that returns the current brightness of the light.
Definition SimpleBrightnessStrategy.cpp:40
Namespace for the hueplusplus library.
Definition Action.h:28