hueplusplus  1.0.0
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 
27 namespace hueplusplus
28 {
36  std::string getPictureOfModel(const std::string& modelId);
37 }
38 
39 
40 #endif
Namespace for the hueplusplus library.
Definition: Action.h:27
std::string getPictureOfModel(const std::string &modelId)
Get the picture name of a given model id.
Definition: ModelPictures.cpp:26