hueplusplus 1.2.0
Loading...
Searching...
No Matches
ExtendedColorTemperatureStrategy.h
Go to the documentation of this file.
1
23#ifndef INCLUDE_HUEPLUSPLUS_EXTENDED_COLOR_TEMPERATURE_STRATEGY_H
24#define INCLUDE_HUEPLUSPLUS_EXTENDED_COLOR_TEMPERATURE_STRATEGY_H
25
26#include "Light.h"
28
29namespace hueplusplus
30{
33{
34public:
42 bool alertTemperature(unsigned int mired, Light& light) const override;
43};
44} // namespace hueplusplus
45
46#endif
Class implementing the functions of ColorTemperatureStrategy.
Definition ExtendedColorTemperatureStrategy.h:33
bool alertTemperature(unsigned int mired, Light &light) const override
Function that lets the light perform one breath cycle in the specified color.
Definition ExtendedColorTemperatureStrategy.cpp:35
Class for Hue Light fixtures.
Definition Light.h:61
Class implementing the functions of ColorTemperatureStrategy.
Definition SimpleColorTemperatureStrategy.h:33
Namespace for the hueplusplus library.
Definition Action.h:28