Skip to main content

Get Current channel values

GET 

/light

GET

Get the Current Device Settings and Channel Values

This request gives you on JSON Object:

  • CCV: Contains the current channel values.
# Example:
{
"title": "CCV",
"from": "24:4C:AB:02:4E:34",
"currentValues": [
81,
47,
53
]

Each value corresponds to a specific channel and ranges from 0% to 100%.

Channel Configuration

Depending on the LED light configuration, as specified in the first entry of the JSON USRDTA parameter tankconfig, the channels are mapped to the light colors as follows:

ConfigurationChannel 1Channel 2Channel 3
FRESH_DAYLIGHTWhitenot usednot used
FRESH_PLANTSWhitePlants goldRoyal Blue
MARINE_ACTINICnot usednot usedRoyal Blue
MARINE_HYBRIDWhitenot usedRoyal Blue
RGB_AMBIENTRedGreenRoyal Blue
RGB_LIGHTRedGreenRoyal Blue
All classicLED lightsonly one channel per lightonly one channel per light

Request

Responses