|
ESPHome 2026.1.1
|
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. | |
Result of matching a URL against an entity.
Definition at line 46 of file web_server.h.
| 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.
| bool esphome::web_server::EntityMatchResult::matched |
True if entity matched the URL.
Definition at line 47 of file web_server.h.