ESPHome 2026.3.0-dev
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 53 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 55 of file web_server.h.

◆ matched

bool esphome::web_server::EntityMatchResult::matched

True if entity matched the URL.

Definition at line 54 of file web_server.h.


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