mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 07:08:20 +00:00
clang-tidy
This commit is contained in:
parent
64b5387960
commit
3810046d00
@ -11,7 +11,7 @@
|
|||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace sprinkler {
|
namespace sprinkler {
|
||||||
|
|
||||||
static const char *MIN_STR = "min";
|
static const char *const 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…
x
Reference in New Issue
Block a user