Skip to content

Commit

Permalink
Added the concept of CCT to cover white channel lighting into the fix…
Browse files Browse the repository at this point in the history
…ture configurations
  • Loading branch information
jonginter committed May 16, 2018
1 parent 73f5fe0 commit da1b7ba
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions versions/0.0.2/lights.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,13 @@ Sends an array of [Fixture Power](lghts.md#fixture-power)
| id | Unique id of the fixture | uid |
| channels | array of channel configurations | [Channel Configuration](lights.md#channel-configuration) |
### Channel Configuration
| Name | Description | Unit |
| --------- | ------------------------------------- | ----- |
| id | Unique id of the channel | uid |
| lower | Lower boundary of the frequency range | nm |
| upper | Upper boundary of the frequency range | nm |
| intensity | Light intensity | % |
| Name | Description | Unit |
| ----------- | --------------------------------------------------------- | ---------- |
| id | Unique id of the channel | uid |
| lo-color | Lower boundary of the frequency range for a color channel | nm |
| hi-color | Upper boundary of the frequency range for a color channel | nm |
| cct | Color temperature for a white channel | K (Kelvin) |
| intensity | Light intensity | % |
### Fixture Power
| Name | Description | Unit |
| ------ | ------------------------------ | ------------- |
Expand Down

0 comments on commit da1b7ba

Please sign in to comment.