esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::LightRgb Struct Reference

RGB triple, set together via the single has_rgb command flag. More...

#include <light.hpp>

Public Attributes

float red = 0.0F
 
float green = 0.0F
 
float blue = 0.0F
 

Detailed Description

RGB triple, set together via the single has_rgb command flag.

Member Data Documentation

◆ blue

float esphome::api::LightRgb::blue = 0.0F

◆ green

float esphome::api::LightRgb::green = 0.0F

◆ red

float esphome::api::LightRgb::red = 0.0F

The documentation for this struct was generated from the following file: