Home
last modified time | relevance | path

Searched refs:_tHueLightState (Results 1 – 3 of 3) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/PhilipsHue/
H A DPhilipsHue.h29 struct _tHueLightState struct
42 _tHueLightState gstate; argument
67 …void InsertUpdateLamp(const int NodeID, const _eHueLightType LType, const _tHueLightState tstate, …
72 …static void LightStateFromJSON(const Json::Value &lightstate, _tHueLightState &tlight, _eHueLightT…
74 static bool StatesSimilar(const _tHueLightState &s1, const _tHueLightState &s2);
83 std::map<int, _tHueLightState> m_lights;
H A DPhilipsHue.cpp339 _tHueLightState *pState = NULL; in SwitchLight()
475 …InsertUpdateLamp(const int NodeID, const _eHueLightType LType, const _tHueLightState tstate, const… in InsertUpdateLamp()
757 void CPhilipsHue::LightStateFromJSON(const Json::Value &lightstate, _tHueLightState &tlight, _eHueL… in LightStateFromJSON()
854 _tHueLightState tlight; in GetLights()
891 _tHueLightState tstate; in GetGroups()
942 _tHueLightState tstate; in GetGroups()
1049 _tHueLightState tstate; in GetScenes()
H A DPhilipsHueHelper.cpp244 bool CPhilipsHue::StatesSimilar(const _tHueLightState &s1, const _tHueLightState &s2) in StatesSimilar()