ESPHome 2026.1.1
Loading...
Searching...
No Matches
esphome::web_server::EntityMatchResult Struct Reference

Result of matching a URL against an entity. More...

#include <web_server.h>

Data Fields

bool matched
 True if entity matched the URL.
 
bool action_is_empty
 True if no action/method segment in URL.
 

Detailed Description

Result of matching a URL against an entity.

Definition at line 46 of file web_server.h.

Field Documentation

◆ action_is_empty

bool esphome::web_server::EntityMatchResult::action_is_empty

True if no action/method segment in URL.

Definition at line 48 of file web_server.h.

◆ matched

bool esphome::web_server::EntityMatchResult::matched

True if entity matched the URL.

Definition at line 47 of file web_server.h.


The documentation for this struct was generated from the following file: