hueplusplus 1.2.0
Loading...
Searching...
No Matches
ModelPictures.h
Go to the documentation of this file.
1
22#ifndef INCLUDE_HUEPLUSPLUS_MODEL_PICTURES_H
23#define INCLUDE_HUEPLUSPLUS_MODEL_PICTURES_H
24
25#include <string>
26
27namespace hueplusplus
28{
36 std::string getPictureOfModel(const std::string& modelId);
37}
38
39
40#endif
Namespace for the hueplusplus library.
Definition Action.h:28
std::string getPictureOfModel(const std::string &modelId)
Get the picture name of a given model id.
Definition ModelPictures.cpp:26