Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp4893 uint8_t single_cmnd = cmnd; in decode_Lighting2() local
4897 single_cmnd = (cmnd == light2_sGroupOff) ? light2_sOff : light2_sOn; in decode_Lighting2()
4903 m_sql.Lighting2GroupCmd(ID, subType, single_cmnd); in decode_Lighting2()
4910 CheckSceneCode(DevRowIdx, devType, subType, single_cmnd, szTmp, procResult.DeviceName); in decode_Lighting2()
5898 uint8_t single_cmnd = cmnd; in decode_HomeConfort() local
5902 single_cmnd = (cmnd == HomeConfort_sGroupOff) ? HomeConfort_sOff : HomeConfort_sOn; in decode_HomeConfort()
5908 m_sql.HomeConfortGroupCmd(ID, subType, single_cmnd); in decode_HomeConfort()