23#ifndef INCLUDE_HUEPLUSPLUS_COLOR_TEMPERATURE_STRATEGY_H
24#define INCLUDE_HUEPLUSPLUS_COLOR_TEMPERATURE_STRATEGY_H
Virtual base class for all ColorTemperatureStrategies.
Definition ColorTemperatureStrategy.h:34
virtual ~ColorTemperatureStrategy()=default
Virtual dtor.
virtual bool setColorTemperature(unsigned int mired, uint8_t transition, Light &light) const =0
Virtual function for changing a lights color temperature in mired with a specified transition.
virtual unsigned int getColorTemperature(Light &light) const =0
Virtual function that returns the current color temperature of the light.
virtual bool alertTemperature(unsigned int mired, Light &light) const =0
Virtual function that lets the light perform one breath cycle in the specified color.
virtual unsigned int getColorTemperature(const Light &light) const =0
Virtual function that returns the current color temperature of the light.
Class for Hue Light fixtures.
Definition Light.h:61
Namespace for the hueplusplus library.
Definition Action.h:28