ESPHome 2026.2.2
Loading...
Searching...
No Matches
web_server.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::web_server
 

Enumerations

enum  esphome::web_server::SwitchAction : uint8_t { esphome::web_server::SWITCH_ACTION_NONE , esphome::web_server::SWITCH_ACTION_TOGGLE , esphome::web_server::SWITCH_ACTION_TURN_ON , esphome::web_server::SWITCH_ACTION_TURN_OFF }
 
enum  esphome::web_server::LockAction : uint8_t { esphome::web_server::LOCK_ACTION_NONE , esphome::web_server::LOCK_ACTION_LOCK , esphome::web_server::LOCK_ACTION_UNLOCK , esphome::web_server::LOCK_ACTION_OPEN }