add iot command for theme switch (#364)

This commit is contained in:
ZhouKe
2025-03-18 21:00:54 +08:00
committed by GitHub
parent 13fd170a89
commit 61cc1a236b
7 changed files with 401 additions and 67 deletions

View File

@@ -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显示器