mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
Merge branch 'clang-tidy1' into nrf52_core
This commit is contained in:
commit
8508292d65
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace sprinkler {
|
namespace sprinkler {
|
||||||
|
|
||||||
static const char *const MIN_STR = "min";
|
const std::string MIN_STR = "min";
|
||||||
|
|
||||||
enum SprinklerState : uint8_t {
|
enum SprinklerState : uint8_t {
|
||||||
// NOTE: these states are used by both SprinklerValveOperator and Sprinkler (the controller)!
|
// NOTE: these states are used by both SprinklerValveOperator and Sprinkler (the controller)!
|
||||||
|
|
Loading…
Reference in a new issue