Fix reference to NextionComponent
This commit is contained in:
@@ -19,7 +19,7 @@ namespace nspanel_ha_blueprint {
|
||||
* @param defaultPage The default page name to use if the input string does not specify a page.
|
||||
* @return A NextionComponent struct containing the extracted or default page name, the component ID, and a flag indicating if it's the current page.
|
||||
*/
|
||||
NextionComponent extractPageAndComponent(const std::string& input, const std::string& defaultPage) {
|
||||
NextionComponent extractNextionComponent(const std::string& input, const std::string& defaultPage) {
|
||||
size_t dotPos = input.find(".");
|
||||
NextionComponent result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user