# HG changeset patch # User drewp@bigasterisk.com # Date 1706505491 28800 # Node ID ab80e88264413e440c183db50fa576cadf1828c0 # Parent 61d4ccecfed89b57ec89b72b5f82749fe6f2d790 doc diff -r 61d4ccecfed8 -r ab80e8826441 color.py --- a/color.py Sun Jan 28 21:18:01 2024 -0800 +++ b/color.py Sun Jan 28 21:18:11 2024 -0800 @@ -12,6 +12,9 @@ @dataclass(frozen=True) class Color(DataClassJsonMixin): + """This is a target color that should look "the same" on all lights you send + it to. We convert it somehow to a DeviceColor which has the color + coordinates (maybe not RGB) that get sent to a light.""" r: float g: float b: float