A command targeting a siren entity.
More...
#include <siren.hpp>
|
| std::uint32_t | key = 0 |
| |
| std::optional< bool > | state |
| |
| std::optional< std::string > | tone |
| |
| std::optional< std::uint32_t > | duration |
| |
| std::optional< float > | volume |
| |
A command targeting a siren entity.
◆ duration
| std::optional<std::uint32_t> esphome::api::SirenCommand::duration |
◆ key
| std::uint32_t esphome::api::SirenCommand::key = 0 |
◆ state
| std::optional<bool> esphome::api::SirenCommand::state |
◆ tone
| std::optional<std::string> esphome::api::SirenCommand::tone |
◆ volume
| std::optional<float> esphome::api::SirenCommand::volume |
The documentation for this struct was generated from the following file: