You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
402 B

  1. #pragma once
  2. namespace esphome {
  3. namespace xiaomi {
  4. namespace bslamp2 {
  5. static const std::string LIGHT_MODE_UNKNOWN{"unknown"};
  6. static const std::string LIGHT_MODE_OFF{"off"};
  7. static const std::string LIGHT_MODE_RGB{"rgb"};
  8. static const std::string LIGHT_MODE_WHITE{"white"};
  9. static const std::string LIGHT_MODE_NIGHT{"night"};
  10. } // namespace bslamp2
  11. } // namespace xiaomi
  12. } // namespace esphome