hueplusplus
1.0.0
|
This is the complete list of members for hueplusplus::BaseDevice, including all inherited members.
BaseDevice(int id, const std::shared_ptr< APICache > &baseCache) | hueplusplus::BaseDevice | protected |
BaseDevice(int id, const HueCommandAPI &commands, const std::string &path, std::chrono::steady_clock::duration refreshDuration, const nlohmann::json ¤tState) | hueplusplus::BaseDevice | protected |
getId() const | hueplusplus::BaseDevice | virtual |
getManufacturername() const | hueplusplus::BaseDevice | virtual |
getModelId() const | hueplusplus::BaseDevice | virtual |
getName() | hueplusplus::BaseDevice | virtual |
getName() const | hueplusplus::BaseDevice | virtual |
getProductname() const | hueplusplus::BaseDevice | virtual |
getSwVersion() | hueplusplus::BaseDevice | virtual |
getSwVersion() const | hueplusplus::BaseDevice | virtual |
getType() const | hueplusplus::BaseDevice | virtual |
getUId() const | hueplusplus::BaseDevice | virtual |
id | hueplusplus::BaseDevice | protected |
refresh(bool force=false) | hueplusplus::BaseDevice | virtual |
sendPutRequest(const std::string &subPath, const nlohmann::json &request, FileInfo fileInfo) | hueplusplus::BaseDevice | protectedvirtual |
setName(const std::string &name) | hueplusplus::BaseDevice | virtual |
setRefreshDuration(std::chrono::steady_clock::duration refreshDuration) | hueplusplus::BaseDevice | virtual |
state | hueplusplus::BaseDevice | protected |
~BaseDevice()=default | hueplusplus::BaseDevice | virtual |