forked from xiaozhi/xiaozhi-esp32
add iot command for theme switch (#364)
This commit is contained in:
@@ -38,6 +38,10 @@ public:
|
||||
#if CONFIG_USE_WECHAT_MESSAGE_STYLE
|
||||
virtual void SetChatMessage(const char* role, const char* content) override;
|
||||
#endif
|
||||
|
||||
// Add theme switching function
|
||||
virtual void SetTheme(const std::string& theme_name) override;
|
||||
virtual std::string GetTheme() override;
|
||||
};
|
||||
|
||||
// RGB LCD显示器
|
||||
|
||||
Reference in New Issue
Block a user