GrowFlux API - v1

Access Points 7

Description

This request returns all the APs for the account.

Headers
KeyValueDescription
Acceptapplication/json
Response
Get APs | Code: 200
{ "message": { "aps": [ { "timezone": "America/Detroit", "remote_ip": "38.126.147.226", "id": "3490b204-9cb0-4da5-94b8-e2393aa72060", "name": "QA #1", "eui": "00124b0011919402", "platform": "GFX-AP-B", "state": "Active", "xid": "48b0802e061b0960", "last_activity": 1581093160728, "firmware": 1577288546 }, { "timezone": "America/Detroit", "remote_ip": "38.126.147.226", "id": "24b44c46-af76-4545-a992-4e85c6f98b94", "name": "manufacturing", "eui": "00124b0015398f84", "platform": "GFX-AP-B", "state": "Active", "xid": "77bcc50376019c16", "last_activity": 1581093164891, "firmware": 1577288546 } ] }, "status": "success" }
Description

This request sets the timezone for the access point with will then propagate to all of the devices on the network. Devices on the network are aware of time down to the millisecond which is importantfor light scheduling and data collection.

Supported timezones can be found in moment-timezone, https://momentjs.com/timezone/

Headers
KeyValueDescription
Acceptapplication/json
Body
KeyValueDescription
timezone_idAmerica/Detroit
Response
AP Timezone | Code: 200
{ "status": "success" }
Description

This request will send an invitation code to the new devices that have not been associated to the network. It takes approximately 30 seconds for every unassociated device to join the network. The next step afer this is to check for new devices and then auth them via the two other API calls.

Headers
KeyValueDescription
Acceptapplication/json
Response
Invite | Code: 200
{ "status": "success" }
Description

This request will list all of the lights associated to the access point.

Headers
KeyValueDescription
Acceptapplication/json
Response
List Lights | Code: 200
{ "message": { "lights": { "56a36b93-7e17-4945-9fe8-68a36c976c43": { "day_profile_id": null, "day_profile_id_v2": null, "day_profile_name": null, "day_profile_name_v2": null, "day_profile_start": "00:00", "current_schedule_settings": [], "actual_channel_settings": [ 128, 113, 202, 0 ], "current_power": 0, "current_ppfd": 0, "schedule_data": { "type": "Buffer", "data": [ 119, 127, 0, 0, 0, 0, 0, 0 ] }, "day_profile_v2": null, "id": "56a36b93-7e17-4945-9fe8-68a36c976c43", "name": "Tent Light", "eui": "00124b000b01f91e", "platform": "FXS-600TL-VF-SV", "state": "Active", "xid": "48b0802e061b0960", "zone_id": 5, "zone_name": "Tent", "last_activity": 1581101810086, "firmware": 1579104950, "rf": { "connected_to": "00124b0011919402", "rx": -47, "tx": -52 }, "period": 1800 }, "b2ed74e1-6c4a-4eb0-931e-f16bf01d5c15": { "day_profile_id": null, "day_profile_id_v2": null, "day_profile_name": null, "day_profile_name_v2": null, "day_profile_start": "03:45", "current_schedule_settings": [], "actual_channel_settings": [], "current_power": 0, "current_ppfd": 0, "schedule_data": { "type": "Buffer", "data": [ 119, 127, 0, 0, 0, 0, 0, 0 ] }, "day_profile_v2": null, "id": "b2ed74e1-6c4a-4eb0-931e-f16bf01d5c15", "name": "Light on floor", "eui": "00124b000afd462a", "platform": "FXS-600TL-VF-SV", "state": "Disconnected", "xid": "48b0802e061b0960", "zone_id": 3, "zone_name": "Floor Light", "last_activity": 1579108359966, "firmware": 1579104950, "rf": { "connected_to": "00124b0011919402", "rx": 0, "tx": 0 }, "period": 1800 } } }, "status": "success" }
Description

This request will list all of the lights associated to the access point.

Headers
KeyValueDescription
Acceptapplication/json
Response
List Lights | Code: 200
{ "message": { "lights": { "56a36b93-7e17-4945-9fe8-68a36c976c43": { "day_profile_id": null, "day_profile_id_v2": null, "day_profile_name": null, "day_profile_name_v2": null, "day_profile_start": "00:00", "current_schedule_settings": [], "actual_channel_settings": [ 128, 113, 202, 0 ], "current_power": 0, "current_ppfd": 0, "schedule_data": { "type": "Buffer", "data": [ 119, 127, 0, 0, 0, 0, 0, 0 ] }, "day_profile_v2": null, "id": "56a36b93-7e17-4945-9fe8-68a36c976c43", "name": "Tent Light", "eui": "00124b000b01f91e", "platform": "FXS-600TL-VF-SV", "state": "Active", "xid": "48b0802e061b0960", "zone_id": 5, "zone_name": "Tent", "last_activity": 1581101810086, "firmware": 1579104950, "rf": { "connected_to": "00124b0011919402", "rx": -47, "tx": -52 }, "period": 1800 }, "b2ed74e1-6c4a-4eb0-931e-f16bf01d5c15": { "day_profile_id": null, "day_profile_id_v2": null, "day_profile_name": null, "day_profile_name_v2": null, "day_profile_start": "03:45", "current_schedule_settings": [], "actual_channel_settings": [], "current_power": 0, "current_ppfd": 0, "schedule_data": { "type": "Buffer", "data": [ 119, 127, 0, 0, 0, 0, 0, 0 ] }, "day_profile_v2": null, "id": "b2ed74e1-6c4a-4eb0-931e-f16bf01d5c15", "name": "Light on floor", "eui": "00124b000afd462a", "platform": "FXS-600TL-VF-SV", "state": "Disconnected", "xid": "48b0802e061b0960", "zone_id": 3, "zone_name": "Floor Light", "last_activity": 1579108359966, "firmware": 1579104950, "rf": { "connected_to": "00124b0011919402", "rx": 0, "tx": 0 }, "period": 1800 } } }, "status": "success" }
Description

This request will list all CO2 sensors associated to the AP.

Headers
KeyValueDescription
Acceptapplication/json
Response
List CO2 Sensors | Code: 200
{ "message": { "co2_sensors": { "efdec8bb-1ac8-488d-865e-7fc98ed7c0af": { "latest_values": { "co2": 375, "temperature": 20.26, "humidity": 24.53, "voltage": 2.3, "pressure": 1016.09 }, "last_calibration": 1580249356000, "period": 60, "id": "efdec8bb-1ac8-488d-865e-7fc98ed7c0af", "name": "4FBE control open", "eui": "00124b001b724fbe", "platform": "GFX-CO2", "state": "Disconnected", "xid": "77bcc50376019c16", "zone_id": null, "zone_name": null, "last_activity": 1581158432986, "firmware": 1578435777, "rf": { "connected_to": "00124b0015398f84", "rx": -46, "tx": -48 } }, "c4815594-4f7c-4dd3-aba5-214a414587cd": { "latest_values": { "co2": 488, "temperature": 20.7, "humidity": 23.25, "voltage": 2.35, "pressure": 1015.21 }, "last_calibration": 1580249362000, "period": 60, "id": "c4815594-4f7c-4dd3-aba5-214a414587cd", "name": "5569 no gaskets", "eui": "00124b001b795569", "platform": "GFX-CO2", "state": "Disconnected", "xid": "77bcc50376019c16", "zone_id": null, "zone_name": null, "last_activity": 1580946538827, "firmware": 1578435777, "rf": { "connected_to": "00124b0015398f84", "rx": -37, "tx": -41 } }, "e5ec0886-58f6-4f68-88be-2a0efc2c359a": { "latest_values": { "co2": 552, "temperature": 22.52, "humidity": 34.66, "voltage": 2.21, "pressure": 983.6 }, "last_calibration": 1580249356000, "period": 60, "id": "e5ec0886-58f6-4f68-88be-2a0efc2c359a", "name": "6C52 no gaskets", "eui": "00124b001b736c52", "platform": "GFX-CO2", "state": "Disconnected", "xid": "77bcc50376019c16", "zone_id": null, "zone_name": null, "last_activity": 1581098268756, "firmware": 1578435777, "rf": { "connected_to": "00124b0015398f84", "rx": -53, "tx": -53 } }, "2767612b-8919-4a27-9d03-eb0666074446": { "latest_values": { "co2": 580, "temperature": 22.44, "humidity": 28.96, "voltage": 3.15, "pressure": 1017.4 }, "last_calibration": 1579645202000, "period": 60, "id": "2767612b-8919-4a27-9d03-eb0666074446", "name": "4FDA control", "eui": "00124b001b724fda", "platform": "GFX-CO2", "state": "Sensing", "xid": "77bcc50376019c16", "zone_id": null, "zone_name": null, "last_activity": 1581367793168, "firmware": 1578435777, "rf": { "connected_to": "00124b0015398f84", "rx": -46, "tx": -45 } } } }, "status": "success" }
Description

This request will list all zones associated to the AP.

Headers
KeyValueDescription
Acceptapplication/json
Response
List Zones | Code: 200
{ "message": { "zones": [ { "zone_id": 10, "zone_name": "Test", "ap_xid": "77bcc50376019c16", "formula_id": null, "num_co2_sensors": 0, "num_lights": 0, "current_power": 0 }, { "zone_id": 11, "zone_name": "New Zone", "ap_xid": "77bcc50376019c16", "formula_id": null, "num_co2_sensors": 0, "num_lights": 0, "current_power": 0 } ] }, "status": "success" }

CO2 4

Headers
KeyValueDescription
Acceptapplication/json
Response
Get Latest Value | Code: 200
{ "message": { "device": { "latest_values": { "co2": 671, "temperature": 22.75, "humidity": 33.35, "voltage": 3.15, "pressure": 1007.19 }, "last_calibration": 1579645202000, "period": 60, "id": "2767612b-8919-4a27-9d03-eb0666074446", "name": "4FDA control", "eui": "00124b001b724fda", "platform": "GFX-CO2", "state": "Sensing", "xid": "77bcc50376019c16", "zone_id": null, "zone_name": null, "last_activity": 1581451671067, "firmware": 1578435777, "rf": { "connected_to": "00124b0015398f84", "rx": -41, "tx": -42 } } }, "status": "success" }
Headers
KeyValueDescription
Acceptapplication/json
Response
Data_CO2 Date | Code: 200
{ "message": { "CO2": [ [ 1580688000000, 425 ], [ 1580688060000, 424 ], [ 1580688120000, 424 ] ], "temperature": [ [ 1580688000000, 19 ], [ 1580688060000, 17.5 ], [ 1580688120000, 17 ] ], "humidity": [ [ 1580688000000, 47.5 ], [ 1580688060000, 46.5 ], [ 1580688120000, 45.5 ] ], "button_flag": [] }, "status": "success" }
Headers
KeyValueDescription
Acceptapplication/json
Response
1 Day Stats | Code: 200
{ "message": { "1day_avg_co2": 458, "1day_max_co2": 603, "1day_min_co2": 402, "1day_avg_t": 22, "1day_max_t": 23.94, "1day_min_t": 21.32, "1day_avg_rh": 29, "1day_max_rh": 29.54, "1day_min_rh": 28.46, "1day_avg_v": 3, "1day_max_v": 3.14, "1day_min_v": 3.14 }, "status": "success" }
Description

Setting the period controls how often the CO2 is sampled. The unit is in seconds and must be 60 or greater. Please keep in mind a lower sampling rate will impact time between battery changes.

Headers
KeyValueDescription
Acceptapplication/json
Body
KeyValueDescription
time300

Integer in seconds

Response
Set Period | Code: 200
{ "status": "success" }

Generic Device Functions 4

Headers
KeyValueDescription
Acceptapplication/json
Body
KeyValueDescription
nameMy First Light

String

Response
Name | Code: 200
{ "status": "success" }
Description

Calling this function will force the CO2 sensor to start a measurement. Note, it may take up to 60 seconds for the measurement to be sent back to the cloud.

Headers
KeyValueDescription
Acceptapplication/json
Body
Response
Identify | Code: 200
{ "status": "success" }
Description

Applying a zone to a device enables grouping and organization of devices. It is also required when setting light formulas to a zone containing lights.

Headers
KeyValueDescription
Acceptapplication/json
Body
KeyValueDescription
zone_id2
Response
Set Zone | Code: 200
{ "status": "success" }
Description

Removing a zone will disassociate the relationship all devices within a zone and turn off the lights.

Headers
KeyValueDescription
Acceptapplication/json
Response
Remove Zone | Code: 200
{ "status": "success" }

Lighting 5

Description

This request returns all the APs for the account.

Headers
KeyValueDescription
Acceptapplication/json
Response
Get APs | Code: 200
{ "message": { "aps": { "48b0802e061b0960": { "lights": null, "co2_sensors": null, "id": "b8b7e3fd-6bcd-48bc-a7cd-68463ed63fc5", "name": "My First AP", "eui": "02124b0011919103", "platform": "growflux-ap", "state": "Active", "xid": "48b0802e061b0960", "zone_id": null } } }, "status": "success", "session_cookie": "s%3A3pGfViYQN6xFCYuqQ9vKK0vAHaUJ2ZAZ.XSRA%2FjMzoird3stjeXUB1qjYl81qQdv1nm3%2B0NeNsNw" }
Description

This request returns all lights supported by the platform.

Headers
KeyValueDescription
Acceptapplication/json
Response
List Supported Lights | Code: 200
{ "message": [ { "id": 25, "model_name": "FluxScale 600", "numChannels": 4, "total_power": 580, "color_depth": 8, "uniformity_model": "[{\"0\":{\"18\":{\"avg\":\"0.68\",\"min\":\"0.16\",\"max\":\"1.76\",\"min/max\":\"0.09\"},\"24\":{\"avg\":\"0.54\",\"min\":\"0.19\",\"max\":\"0.99\",\"min/max\":\"0.19\"},\"36\":{\"avg\":\"0.36\",\"min\":\"0.25\",\"max\":\"0.47\",\"min/max\":\"0.53\"},\"name\":\"Single fixture, open sourroundings\"},\"1\":{\"18\":{\"avg\":\"0.83\",\"min\":\"0.34\",\"max\":\"1.84\",\"min/max\":\"0.18\"},\"24\":{\"avg\":\"0.74\",\"min\":\"0.43\",\"max\":\"1.11\",\"min/max\":\"0.38\"},\"36\":{\"avg\":\"0.62\",\"min\":\"0.51\",\"max\":\"0.68\",\"min/max\":\"0.75\"},\"name\":\"Single fixture, reflective tent\"},\"2\":{\"18\":{\"avg\":\"0.74\",\"min\":\"0.23\",\"max\":\"1.80\",\"min/max\":\"0.13\"},\"24\":{\"avg\":\"0.65\",\"min\":\"0.31\",\"max\":\"1.06\",\"min/max\":\"0.30\"},\"36\":{\"avg\":\"0.55\",\"min\":\"0.41\",\"max\":\"0.64\",\"min/max\":\"0.64\"},\"name\":\"Single row, 4ft fixture spacing\"},\"3\":{\"18\":{\"avg\":\"0.83\",\"min\":\"0.38\",\"max\":\"1.83\",\"min/max\":\"0.21\"},\"24\":{\"avg\":\"0.82\",\"min\":\"0.57\",\"max\":\"1.14\",\"min/max\":\"0.50\"},\"36\":{\"avg\":\"0.83\",\"min\":\"0.79\",\"max\":\"0.87\",\"min/max\":\"0.91\"},\"name\":\"Square array, 4ft fixture spacing\"}}]", "created_at": null, "updated_at": null, "channels": [ { "id": 1, "fixture_models_id": 25, "channel_number": 1, "channel_name": "Blue", "led_profile": 43, "led_quantity": 1, "max_wattage": 231, "max_ppf": 357, "calibration_data": "{\"300\":299.64,\"301\":266.72,\"302\":298.48,\"303\":252.0,\"304\":272.92,\"305\":286.86,\"306\":289.18,\"307\":280.66,\"308\":323.27,\"309\":283.38,\"310\":269.05,\"311\":296.15,\"312\":272.92,\"313\":269.82,\"314\":286.09,\"315\":317.07,\"316\":259.75,\"317\":300.8,\"318\":243.48,\"319\":276.4,\"320\":273.69,\"321\":272.14,\"322\":298.48,\"323\":295.38,\"324\":254.33,\"325\":231.08,\"326\":313.2,\"327\":287.63,\"328\":311.26,\"329\":278.34,\"330\":275.24,\"331\":290.35,\"332\":291.51,\"333\":268.27,\"334\":283.76,\"335\":263.62,\"336\":255.1,\"337\":289.96,\"338\":318.24,\"339\":284.54,\"340\":277.56,\"341\":286.86,\"342\":296.15,\"343\":296.16,\"344\":285.31,\"345\":253.16,\"346\":268.27,\"347\":285.31,\"348\":284.53,\"349\":263.62,\"350\":289.19,\"351\":284.54,\"352\":245.03,\"353\":277.57,\"354\":290.73,\"355\":263.62,\"356\":254.32,\"357\":274.47,\"358\":271.76,\"359\":346.51,\"360\":275.24,\"361\":269.05,\"362\":318.24,\"363\":303.9,\"364\":329.47,\"365\":258.98,\"366\":278.34,\"367\":300.03,\"368\":276.02,\"369\":282.21,\"370\":260.52,\"371\":239.61,\"372\":218.69,\"373\":300.8,\"374\":293.83,\"375\":276.79,\"376\":314.74,\"377\":299.26,\"378\":275.24,\"379\":301.58,\"380\":293.83,\"381\":280.67,\"382\":283.76,\"383\":283.76,\"384\":307.77,\"385\":283.76,\"386\":298.48,\"387\":249.68,\"388\":236.51,\"389\":261.3,\"390\":282.21,\"391\":256.65,\"392\":332.56,\"393\":300.03,\"394\":313.98,\"395\":297.32,\"396\":313.97,\"397\":293.83,\"398\":328.69,\"399\":337.99,\"400\":335.66,\"401\":319.4,\"402\":345.73,\"403\":386.79,\"404\":338.76,\"405\":386.01,\"406\":362.77,\"407\":420.49,\"408\":422.43,\"409\":465.8,\"410\":454.96,\"411\":542.5,\"412\":609.11,\"413\":630.03,\"414\":692.77,\"415\":756.3,\"416\":883.34,\"417\":963.9,\"418\":1145.94,\"419\":1295.45,\"420\":1385.31,\"421\":1630.1,\"422\":1936.85,\"423\":2142.52,\"424\":2426.43,\"425\":2862.56,\"426\":3270.02,\"427\":3919.17,\"428\":4350.65,\"429\":5054.03,\"430\":6044.03,\"431\":7092.89,\"432\":7860.57,\"433\":9011.69,\"434\":10409.15,\"435\":12086.26,\"436\":13489.14,\"437\":15218.92,\"438\":17436.73,\"439\":19907.85,\"440\":22344.5,\"441\":24557.27,\"442\":27803.81,\"443\":30937.26,\"444\":33906.47,\"445\":35449.18,\"446\":37379.98,\"447\":38818.5,\"448\":39680.68,\"449\":38874.27,\"450\":37888.15,\"451\":36533.29,\"452\":33686.47,\"453\":30825.7,\"454\":28394.87,\"455\":25816.08,\"456\":22655.52,\"457\":20433.06,\"458\":18308.99,\"459\":16650.86,\"460\":15792.94,\"461\":14277.73,\"462\":13340.41,\"463\":12197.81,\"464\":11306.96,\"465\":10595.06,\"466\":9703.45,\"467\":8835.07,\"468\":8096.06,\"469\":7394.62,\"470\":6772.19,\"471\":6121.49,\"472\":5689.24,\"473\":5068.75,\"474\":4700.01,\"475\":4333.61,\"476\":4187.2,\"477\":3988.89,\"478\":3668.19,\"479\":3504.35,\"480\":3277.77,\"481\":3090.3,\"482\":2930.73,\"483\":2656.5,\"484\":2513.19,\"485\":2268.02,\"486\":2081.72,\"487\":1826.08,\"488\":1738.55,\"489\":1553.4,\"490\":1476.72,\"491\":1294.67,\"492\":1222.63,\"493\":1114.18,\"494\":1034.39,\"495\":936.01,\"496\":850.42,\"497\":874.82,\"498\":822.92,\"499\":764.81,\"500\":706.72,\"501\":732.28,\"502\":643.58,\"503\":654.04,\"504\":568.83,\"505\":574.25,\"506\":537.07,\"507\":520.03,\"508\":482.07,\"509\":487.49,\"510\":449.53,\"511\":465.81,\"512\":448.76,\"513\":453.41,\"514\":422.42,\"515\":405.38,\"516\":425.52,\"517\":386.02,\"518\":382.92,\"519\":609.11,\"520\":355.8,\"521\":370.52,\"522\":360.45,\"523\":344.19,\"524\":343.41,\"525\":352.71,\"526\":320.95,\"527\":341.09,\"528\":341.47,\"529\":337.99,\"530\":339.54,\"531\":308.55,\"532\":313.97,\"533\":319.4,\"534\":305.45,\"535\":308.55,\"536\":298.48,\"537\":296.93,\"538\":299.26,\"539\":314.75,\"540\":271.37,\"541\":286.86,\"542\":296.93,\"543\":296.93,\"544\":336.82,\"545\":292.28,\"546\":331.01,\"547\":284.53,\"548\":276.79,\"549\":255.1,\"550\":296.16,\"551\":317.07,\"552\":327.53,\"553\":246.58,\"554\":301.58,\"555\":303.9,\"556\":276.79,\"557\":272.92,\"558\":296.16,\"559\":307.0,\"560\":284.54,\"561\":256.65,\"562\":348.44,\"563\":289.96,\"564\":300.03,\"565\":319.4,\"566\":276.79,\"567\":296.93,\"568\":296.16,\"569\":317.07,\"570\":305.45,\"571\":286.86,\"572\":321.72,\"573\":267.5,\"574\":317.85,\"575\":300.03,\"576\":324.05,\"577\":306.23,\"578\":305.45,\"579\":345.74,\"580\":265.95,\"581\":303.9,\"582\":295.38,\"583\":294.61,\"584\":324.82,\"585\":328.7,\"586\":298.48,\"587\":269.82,\"588\":315.52,\"589\":286.86,\"590\":310.1,\"591\":288.41,\"592\":272.92,\"593\":331.01,\"594\":282.99,\"595\":287.63,\"596\":320.17,\"597\":293.06,\"598\":291.51,\"599\":296.16,\"600\":293.83,\"601\":333.34,\"602\":277.57,\"603\":269.05,\"604\":284.54,\"605\":294.61,\"606\":324.82,\"607\":296.15,\"608\":309.32,\"609\":279.89,\"610\":282.99,\"611\":300.03,\"612\":307.0,\"613\":306.23,\"614\":276.02,\"615\":301.58,\"616\":251.23,\"617\":315.52,\"618\":282.22,\"619\":289.19,\"620\":277.57,\"621\":303.13,\"622\":259.75,\"623\":308.55,\"624\":302.36,\"625\":299.64,\"626\":282.98,\"627\":299.26,\"628\":286.86,\"629\":341.09,\"630\":303.9,\"631\":291.51,\"632\":276.02,\"633\":253.55,\"634\":282.21,\"635\":234.96,\"636\":308.55,\"637\":309.33,\"638\":298.48,\"639\":319.4,\"640\":256.65,\"641\":227.99,\"642\":278.34,\"643\":286.09,\"644\":279.12,\"645\":229.54,\"646\":300.03,\"647\":279.12,\"648\":279.89,\"649\":254.33,\"650\":263.62,\"651\":283.76,\"652\":293.83,\"653\":301.58,\"654\":292.28,\"655\":307.0,\"656\":255.87,\"657\":304.68,\"658\":234.57,\"659\":282.21,\"660\":298.48,\"661\":286.08,\"662\":283.76,\"663\":282.21,\"664\":280.66,\"665\":269.04,\"666\":296.15,\"667\":269.05,\"668\":279.12,\"669\":252.78,\"670\":250.45,\"671\":255.88,\"672\":263.62,\"673\":207.84,\"674\":293.83,\"675\":253.55,\"676\":272.92,\"677\":260.52,\"678\":269.82,\"679\":241.93,\"680\":287.64,\"681\":257.43,\"682\":279.89,\"683\":270.6,\"684\":282.21,\"685\":229.54,\"686\":294.61,\"687\":286.86,\"688\":267.5,\"689\":241.93,\"690\":227.99,\"691\":226.44,\"692\":241.93,\"693\":248.91,\"694\":269.82,\"695\":282.21,\"696\":258.97,\"697\":304.68,\"698\":241.16,\"699\":310.1,\"700\":264.4,\"701\":234.19,\"702\":282.99,\"703\":248.9,\"704\":259.75,\"705\":273.69,\"706\":235.73,\"707\":285.12,\"708\":259.75,\"709\":282.21,\"710\":259.75,\"711\":284.54,\"712\":269.04,\"713\":230.31,\"714\":252.78,\"715\":217.92,\"716\":242.71,\"717\":287.44,\"718\":275.24,\"719\":226.44,\"720\":265.17,\"721\":266.72,\"722\":300.8,\"723\":253.55,\"724\":245.8,\"725\":242.12,\"726\":259.75,\"727\":246.58,\"728\":272.92,\"729\":272.92,\"730\":265.95,\"731\":231.09,\"732\":235.74,\"733\":307.78,\"734\":253.55,\"735\":291.51,\"736\":256.65,\"737\":248.13,\"738\":268.27,\"739\":271.76,\"740\":215.59,\"741\":267.49,\"742\":254.33,\"743\":274.47,\"744\":212.5,\"745\":286.28,\"746\":238.06,\"747\":255.88,\"748\":265.95,\"749\":263.62,\"750\":255.88,\"751\":271.76,\"752\":296.15,\"753\":224.89,\"754\":278.34,\"755\":212.5,\"756\":265.95,\"757\":289.76,\"758\":258.2,\"759\":270.59,\"760\":251.23,\"761\":240.38,\"762\":232.25,\"763\":234.96,\"764\":209.4,\"765\":248.91,\"766\":277.56,\"767\":242.7,\"768\":265.95,\"769\":245.03,\"770\":270.59,\"771\":264.78,\"772\":276.79,\"773\":259.75,\"774\":255.87,\"775\":267.49,\"776\":252.0,\"777\":279.11,\"778\":234.96,\"779\":238.06,\"780\":251.42,\"781\":280.66,\"782\":249.68,\"783\":281.44,\"784\":234.19,\"785\":212.5,\"786\":262.08,\"787\":268.27,\"788\":238.06,\"789\":252.58,\"790\":224.11,\"791\":250.45,\"792\":221.02,\"793\":222.37,\"794\":228.76,\"795\":193.13,\"796\":250.84,\"797\":246.58,\"798\":258.2,\"799\":244.26}", "created_at": null, "updated_at": null }, { "id": 2, "fixture_models_id": 25, "channel_number": 2, "channel_name": "White", "led_profile": 38, "led_quantity": 5, "max_wattage": 463, "max_ppf": 752, "calibration_data": "{\"300\":307.92,\"301\":264.54,\"302\":311.02,\"303\":300.95,\"304\":338.13,\"305\":298.62,\"306\":342.78,\"307\":315.67,\"308\":341.23,\"309\":298.62,\"310\":310.24,\"311\":345.88,\"312\":296.3,\"313\":342.78,\"314\":288.55,\"315\":348.6,\"316\":309.47,\"317\":276.94,\"318\":307.14,\"319\":302.11,\"320\":341.23,\"321\":342.78,\"322\":296.3,\"323\":322.64,\"324\":344.33,\"325\":293.98,\"326\":313.34,\"327\":303.27,\"328\":328.84,\"329\":359.05,\"330\":311.8,\"331\":281.2,\"332\":301.72,\"333\":277.71,\"334\":328.06,\"335\":259.12,\"336\":301.72,\"337\":329.61,\"338\":336.97,\"339\":331.16,\"340\":329.61,\"341\":239.36,\"342\":279.26,\"343\":326.51,\"344\":298.63,\"345\":300.95,\"346\":282.36,\"347\":352.07,\"348\":382.29,\"349\":275.39,\"350\":286.23,\"351\":300.95,\"352\":350.92,\"353\":290.88,\"354\":274.61,\"355\":335.8,\"356\":304.82,\"357\":296.3,\"358\":340.46,\"359\":328.06,\"360\":314.89,\"361\":318.77,\"362\":257.96,\"363\":345.1,\"364\":333.49,\"365\":309.09,\"366\":335.04,\"367\":317.21,\"368\":306.37,\"369\":305.6,\"370\":349.75,\"371\":306.37,\"372\":320.32,\"373\":277.71,\"374\":308.7,\"375\":296.3,\"376\":320.7,\"377\":317.99,\"378\":297.08,\"379\":355.18,\"380\":333.48,\"381\":324.19,\"382\":295.53,\"383\":352.08,\"384\":291.65,\"385\":328.84,\"386\":331.94,\"387\":307.92,\"388\":290.88,\"389\":304.82,\"390\":340.46,\"391\":318.38,\"392\":315.67,\"393\":318.76,\"394\":311.8,\"395\":363.7,\"396\":328.84,\"397\":321.87,\"398\":319.54,\"399\":345.1,\"400\":350.53,\"401\":317.99,\"402\":328.84,\"403\":350.92,\"404\":304.05,\"405\":307.15,\"406\":311.02,\"407\":312.57,\"408\":390.04,\"409\":355.95,\"410\":376.86,\"411\":364.86,\"412\":387.71,\"413\":410.95,\"414\":462.07,\"415\":508.95,\"416\":496.16,\"417\":559.68,\"418\":607.71,\"419\":660.0,\"420\":664.26,\"421\":779.68,\"422\":840.1,\"423\":856.37,\"424\":1010.52,\"425\":1139.89,\"426\":1211.16,\"427\":1394.36,\"428\":1469.11,\"429\":1634.89,\"430\":1863.41,\"431\":2043.13,\"432\":2213.55,\"433\":2366.93,\"434\":2647.35,\"435\":2975.02,\"436\":3136.16,\"437\":3456.08,\"438\":3787.63,\"439\":4377.91,\"440\":4666.46,\"441\":5139.38,\"442\":5714.95,\"443\":6506.63,\"444\":7114.73,\"445\":7603.92,\"446\":8163.6,\"447\":8519.94,\"448\":8948.32,\"449\":8992.47,\"450\":8904.17,\"451\":8715.92,\"452\":8258.11,\"453\":7716.63,\"454\":7240.22,\"455\":6629.03,\"456\":6091.42,\"457\":5477.91,\"458\":5110.72,\"459\":4714.1,\"460\":4549.11,\"461\":4283.4,\"462\":4018.47,\"463\":3864.32,\"464\":3764.78,\"465\":3613.33,\"466\":3467.7,\"467\":3378.62,\"468\":3160.17,\"469\":3044.36,\"470\":3013.76,\"471\":2951.78,\"472\":2805.38,\"473\":2806.15,\"474\":2705.06,\"475\":2772.84,\"476\":2766.65,\"477\":2839.46,\"478\":2899.88,\"479\":2990.9,\"480\":3004.46,\"481\":3133.83,\"482\":3222.14,\"483\":3312.77,\"484\":3427.42,\"485\":3577.7,\"486\":3661.36,\"487\":3731.08,\"488\":3875.16,\"489\":3978.19,\"490\":4140.09,\"491\":4286.5,\"492\":4449.17,\"493\":4728.05,\"494\":4934.88,\"495\":5105.3,\"496\":5406.64,\"497\":5589.45,\"498\":5842.76,\"499\":5960.51,\"500\":6355.58,\"501\":6609.66,\"502\":6892.79,\"503\":7192.97,\"504\":7488.11,\"505\":7858.39,\"506\":8143.46,\"507\":8389.8,\"508\":8639.24,\"509\":9046.7,\"510\":9335.64,\"511\":9584.3,\"512\":9998.73,\"513\":10265.21,\"514\":10591.34,\"515\":10801.66,\"516\":10988.73,\"517\":11136.69,\"518\":11401.62,\"519\":11791.27,\"520\":11629.36,\"521\":11658.02,\"522\":11773.45,\"523\":11843.17,\"524\":11965.56,\"525\":12074.01,\"526\":12060.84,\"527\":12220.42,\"528\":12255.28,\"529\":12265.35,\"530\":12256.83,\"531\":12252.18,\"532\":12315.7,\"533\":12272.32,\"534\":12442.74,\"535\":12403.24,\"536\":12295.95,\"537\":12536.47,\"538\":12592.25,\"539\":12733.23,\"540\":12727.04,\"541\":12812.25,\"542\":12769.64,\"543\":12849.43,\"544\":12734.0,\"545\":12754.93,\"546\":12974.92,\"547\":12995.84,\"548\":13059.36,\"549\":13211.19,\"550\":13192.6,\"551\":13288.65,\"552\":13067.5,\"553\":13413.38,\"554\":13599.29,\"555\":13538.09,\"556\":13426.54,\"557\":13552.81,\"558\":13720.13,\"559\":13904.5,\"560\":13837.1,\"561\":13932.39,\"562\":13995.9,\"563\":14050.13,\"564\":14140.76,\"565\":14061.75,\"566\":13995.9,\"567\":14181.82,\"568\":14213.58,\"569\":14279.43,\"570\":14125.27,\"571\":14280.2,\"572\":14314.28,\"573\":14481.61,\"574\":14425.84,\"575\":14566.82,\"576\":14624.14,\"577\":14658.23,\"578\":14595.48,\"579\":14933.23,\"580\":14805.41,\"581\":14879.78,\"582\":14969.63,\"583\":14975.06,\"584\":15071.11,\"585\":15125.34,\"586\":15145.48,\"587\":15135.41,\"588\":15033.93,\"589\":15440.62,\"590\":15338.37,\"591\":15401.89,\"592\":15267.1,\"593\":15576.96,\"594\":15575.41,\"595\":15477.03,\"596\":15541.33,\"597\":15562.24,\"598\":15395.69,\"599\":15500.27,\"600\":15458.82,\"601\":15614.91,\"602\":15441.39,\"603\":15437.52,\"604\":15539.0,\"605\":15318.23,\"606\":15293.44,\"607\":15198.16,\"608\":15243.86,\"609\":15103.65,\"610\":15142.38,\"611\":14810.06,\"612\":14779.85,\"613\":14552.88,\"614\":14447.52,\"615\":14158.58,\"616\":13820.06,\"617\":13758.09,\"618\":13730.98,\"619\":13767.38,\"620\":13574.5,\"621\":13706.96,\"622\":13726.33,\"623\":13898.3,\"624\":14116.75,\"625\":14145.8,\"626\":14339.85,\"627\":14529.64,\"628\":14617.95,\"629\":14645.06,\"630\":14466.89,\"631\":14445.2,\"632\":13983.51,\"633\":13813.86,\"634\":13330.49,\"635\":13072.53,\"636\":12677.46,\"637\":12358.31,\"638\":12161.54,\"639\":11647.96,\"640\":11303.24,\"641\":11056.13,\"642\":10706.76,\"643\":10454.22,\"644\":10106.41,\"645\":9843.81,\"646\":9530.85,\"647\":9413.1,\"648\":9082.33,\"649\":8886.35,\"650\":8585.0,\"651\":8354.94,\"652\":8204.66,\"653\":7988.53,\"654\":7720.5,\"655\":7531.49,\"656\":7359.52,\"657\":7085.29,\"658\":6863.74,\"659\":6658.47,\"660\":6438.47,\"661\":6315.3,\"662\":6153.4,\"663\":5966.71,\"664\":5800.16,\"665\":5608.82,\"666\":5352.41,\"667\":5217.62,\"668\":5080.51,\"669\":5054.95,\"670\":4733.47,\"671\":4596.36,\"672\":4449.17,\"673\":4290.38,\"674\":4276.43,\"675\":4062.63,\"676\":3916.99,\"677\":3862.77,\"678\":3756.64,\"679\":3578.48,\"680\":3528.12,\"681\":3356.92,\"682\":3266.3,\"683\":3083.48,\"684\":3030.8,\"685\":2883.62,\"686\":2729.46,\"687\":2735.66,\"688\":2586.15,\"689\":2517.98,\"690\":2419.61,\"691\":2396.37,\"692\":2381.65,\"693\":2363.83,\"694\":2421.15,\"695\":2277.85,\"696\":2097.35,\"697\":1922.29,\"698\":1894.4,\"699\":1755.73,\"700\":1682.14,\"701\":1656.58,\"702\":1627.14,\"703\":1555.1,\"704\":1512.5,\"705\":1400.95,\"706\":1390.88,\"707\":1436.2,\"708\":1309.54,\"709\":1297.14,\"710\":1200.31,\"711\":1173.2,\"712\":1213.48,\"713\":1146.09,\"714\":1094.96,\"715\":1105.03,\"716\":1026.02,\"717\":1009.17,\"718\":980.31,\"719\":919.89,\"720\":913.69,\"721\":897.43,\"722\":905.17,\"723\":854.82,\"724\":851.72,\"725\":792.46,\"726\":778.91,\"727\":720.81,\"728\":747.92,\"729\":710.74,\"730\":644.12,\"731\":681.3,\"732\":646.64,\"733\":653.42,\"734\":641.02,\"735\":617.0,\"736\":584.47,\"737\":562.01,\"738\":565.1,\"739\":574.59,\"740\":555.81,\"741\":572.85,\"742\":509.33,\"743\":504.68,\"744\":517.08,\"745\":531.02,\"746\":472.15,\"747\":552.71,\"748\":515.53,\"749\":489.96,\"750\":507.01,\"751\":456.66,\"752\":518.63,\"753\":498.48,\"754\":496.93,\"755\":489.96,\"756\":472.92,\"757\":455.49,\"758\":441.16,\"759\":416.37,\"760\":423.34,\"761\":403.2,\"762\":416.56,\"763\":390.81,\"764\":431.86,\"765\":338.14,\"766\":394.68,\"767\":371.25,\"768\":369.12,\"769\":352.85,\"770\":345.1,\"771\":362.53,\"772\":348.2,\"773\":324.19,\"774\":358.27,\"775\":338.13,\"776\":326.51,\"777\":319.54,\"778\":316.44,\"779\":321.09,\"780\":317.22,\"781\":314.12,\"782\":300.95,\"783\":342.78,\"784\":313.34,\"785\":269.0,\"786\":317.99,\"787\":325.74,\"788\":337.36,\"789\":290.49,\"790\":256.8,\"791\":317.22,\"792\":303.27,\"793\":320.7,\"794\":266.86,\"795\":321.86,\"796\":288.75,\"797\":301.73,\"798\":276.93,\"799\":319.54}", "created_at": null, "updated_at": null }, { "id": 3, "fixture_models_id": 25, "channel_number": 3, "channel_name": "Deep Red", "led_profile": 44, "led_quantity": 1, "max_wattage": 174, "max_ppf": 414, "calibration_data": "{\"300\":298.48,\"301\":293.06,\"302\":276.02,\"303\":281.05,\"304\":280.66,\"305\":286.86,\"306\":277.56,\"307\":305.45,\"308\":279.89,\"309\":233.41,\"310\":310.1,\"311\":290.74,\"312\":296.16,\"313\":303.13,\"314\":246.58,\"315\":283.38,\"316\":310.87,\"317\":265.17,\"318\":300.03,\"319\":274.08,\"320\":279.12,\"321\":254.33,\"322\":292.67,\"323\":307.78,\"324\":279.89,\"325\":296.15,\"326\":287.64,\"327\":269.05,\"328\":218.3,\"329\":269.82,\"330\":280.66,\"331\":234.57,\"332\":234.96,\"333\":314.75,\"334\":276.02,\"335\":270.6,\"336\":298.48,\"337\":275.24,\"338\":229.92,\"339\":296.93,\"340\":263.62,\"341\":281.06,\"342\":258.97,\"343\":298.48,\"344\":293.83,\"345\":281.05,\"346\":295.38,\"347\":271.37,\"348\":262.46,\"349\":311.65,\"350\":342.63,\"351\":247.35,\"352\":304.29,\"353\":300.03,\"354\":253.55,\"355\":327.53,\"356\":255.1,\"357\":284.54,\"358\":279.89,\"359\":285.31,\"360\":296.15,\"361\":255.87,\"362\":253.16,\"363\":244.26,\"364\":251.23,\"365\":267.11,\"366\":332.56,\"367\":261.3,\"368\":236.51,\"369\":301.97,\"370\":290.74,\"371\":260.53,\"372\":289.96,\"373\":261.3,\"374\":237.28,\"375\":275.24,\"376\":327.53,\"377\":297.7,\"378\":292.29,\"379\":303.13,\"380\":253.16,\"381\":280.67,\"382\":307.0,\"383\":286.09,\"384\":260.14,\"385\":275.24,\"386\":276.79,\"387\":291.51,\"388\":293.83,\"389\":314.75,\"390\":283.76,\"391\":260.14,\"392\":243.48,\"393\":282.22,\"394\":300.03,\"395\":288.02,\"396\":282.99,\"397\":274.47,\"398\":268.27,\"399\":304.29,\"400\":280.66,\"401\":268.27,\"402\":299.25,\"403\":241.54,\"404\":260.52,\"405\":271.37,\"406\":255.1,\"407\":310.1,\"408\":285.31,\"409\":282.21,\"410\":279.89,\"411\":234.57,\"412\":257.42,\"413\":306.22,\"414\":293.06,\"415\":206.68,\"416\":264.39,\"417\":279.89,\"418\":277.56,\"419\":247.36,\"420\":232.63,\"421\":260.52,\"422\":299.26,\"423\":256.65,\"424\":258.97,\"425\":266.72,\"426\":238.83,\"427\":278.73,\"428\":291.51,\"429\":305.45,\"430\":252.78,\"431\":269.04,\"432\":337.99,\"433\":266.72,\"434\":314.75,\"435\":300.8,\"436\":298.48,\"437\":262.85,\"438\":277.56,\"439\":285.31,\"440\":199.72,\"441\":244.25,\"442\":269.04,\"443\":264.4,\"444\":266.72,\"445\":315.91,\"446\":271.37,\"447\":304.68,\"448\":274.47,\"449\":253.55,\"450\":265.95,\"451\":240.38,\"452\":258.97,\"453\":307.0,\"454\":227.6,\"455\":275.24,\"456\":272.92,\"457\":252.0,\"458\":260.53,\"459\":254.32,\"460\":292.28,\"461\":310.1,\"462\":340.31,\"463\":262.85,\"464\":291.51,\"465\":324.04,\"466\":286.09,\"467\":270.59,\"468\":269.82,\"469\":262.46,\"470\":273.69,\"471\":315.52,\"472\":289.18,\"473\":258.97,\"474\":262.46,\"475\":268.27,\"476\":327.14,\"477\":313.98,\"478\":280.67,\"479\":281.05,\"480\":302.35,\"481\":288.41,\"482\":269.82,\"483\":271.37,\"484\":263.62,\"485\":304.29,\"486\":296.93,\"487\":269.04,\"488\":280.66,\"489\":258.97,\"490\":298.48,\"491\":279.11,\"492\":268.27,\"493\":289.18,\"494\":285.31,\"495\":332.57,\"496\":228.76,\"497\":290.73,\"498\":269.82,\"499\":251.22,\"500\":290.73,\"501\":271.37,\"502\":243.87,\"503\":278.34,\"504\":259.75,\"505\":257.43,\"506\":269.82,\"507\":279.89,\"508\":272.92,\"509\":288.41,\"510\":312.43,\"511\":289.96,\"512\":262.07,\"513\":284.54,\"514\":285.31,\"515\":283.38,\"516\":273.69,\"517\":269.04,\"518\":301.58,\"519\":471.23,\"520\":311.65,\"521\":243.87,\"522\":299.25,\"523\":293.84,\"524\":283.76,\"525\":258.97,\"526\":269.82,\"527\":287.64,\"528\":303.13,\"529\":297.71,\"530\":230.31,\"531\":290.74,\"532\":260.52,\"533\":244.26,\"534\":296.16,\"535\":298.48,\"536\":275.24,\"537\":252.0,\"538\":286.86,\"539\":299.25,\"540\":281.44,\"541\":247.35,\"542\":289.96,\"543\":251.23,\"544\":279.88,\"545\":289.19,\"546\":257.43,\"547\":348.83,\"548\":266.72,\"549\":263.62,\"550\":295.38,\"551\":314.75,\"552\":326.37,\"553\":289.18,\"554\":276.79,\"555\":268.27,\"556\":266.72,\"557\":287.64,\"558\":254.32,\"559\":259.75,\"560\":238.83,\"561\":280.66,\"562\":305.46,\"563\":296.93,\"564\":305.45,\"565\":296.16,\"566\":280.67,\"567\":331.01,\"568\":315.52,\"569\":320.17,\"570\":331.79,\"571\":283.76,\"572\":283.38,\"573\":295.38,\"574\":315.52,\"575\":276.79,\"576\":335.66,\"577\":335.66,\"578\":316.3,\"579\":302.35,\"580\":341.09,\"581\":337.21,\"582\":346.51,\"583\":330.24,\"584\":320.17,\"585\":396.08,\"586\":396.09,\"587\":322.49,\"588\":368.97,\"589\":336.44,\"590\":379.04,\"591\":363.55,\"592\":389.89,\"593\":418.55,\"594\":410.03,\"595\":386.79,\"596\":447.21,\"597\":447.21,\"598\":468.9,\"599\":487.49,\"600\":554.12,\"601\":546.37,\"602\":578.9,\"603\":555.66,\"604\":598.27,\"605\":659.46,\"606\":749.32,\"607\":792.71,\"608\":774.89,\"609\":852.35,\"610\":961.58,\"611\":1028.97,\"612\":1105.66,\"613\":1190.1,\"614\":1320.24,\"615\":1407.0,\"616\":1534.04,\"617\":1650.24,\"618\":1818.34,\"619\":2033.69,\"620\":2169.25,\"621\":2403.97,\"622\":2782.77,\"623\":3034.53,\"624\":3368.4,\"625\":3662.38,\"626\":4091.14,\"627\":4593.12,\"628\":5140.02,\"629\":5718.67,\"630\":6389.52,\"631\":7071.98,\"632\":7749.02,\"633\":8517.47,\"634\":9092.25,\"635\":9825.85,\"636\":10636.9,\"637\":11539.36,\"638\":12562.67,\"639\":13572.03,\"640\":14713.85,\"641\":15774.35,\"642\":16979.69,\"643\":18226.1,\"644\":19788.56,\"645\":21385.88,\"646\":22973.9,\"647\":25036.01,\"648\":27036.14,\"649\":29027.75,\"650\":31036.41,\"651\":33877.03,\"652\":35906.61,\"653\":38636.46,\"654\":41158.7,\"655\":43147.99,\"656\":45210.87,\"657\":46774.88,\"658\":47610.91,\"659\":47634.74,\"660\":46450.3,\"661\":44267.35,\"662\":41391.87,\"663\":37699.14,\"664\":33400.63,\"665\":28905.36,\"666\":24656.43,\"667\":20969.89,\"668\":17693.14,\"669\":14766.53,\"670\":12384.5,\"671\":10317.74,\"672\":8643.74,\"673\":7205.22,\"674\":6198.18,\"675\":5245.37,\"676\":4418.82,\"677\":3711.57,\"678\":3116.64,\"679\":2718.47,\"680\":2405.52,\"681\":2032.14,\"682\":1745.71,\"683\":1550.31,\"684\":1325.66,\"685\":1150.59,\"686\":1045.24,\"687\":939.11,\"688\":877.92,\"689\":778.76,\"690\":719.11,\"691\":665.66,\"692\":608.34,\"693\":532.42,\"694\":506.09,\"695\":481.3,\"696\":466.39,\"697\":392.21,\"698\":411.58,\"699\":427.07,\"700\":391.44,\"701\":386.02,\"702\":378.27,\"703\":373.62,\"704\":341.86,\"705\":312.43,\"706\":322.5,\"707\":352.51,\"708\":337.99,\"709\":307.78,\"710\":339.54,\"711\":322.5,\"712\":368.97,\"713\":348.83,\"714\":291.51,\"715\":294.61,\"716\":330.24,\"717\":301.97,\"718\":349.61,\"719\":303.9,\"720\":321.72,\"721\":282.99,\"722\":327.92,\"723\":307.78,\"724\":290.73,\"725\":300.8,\"726\":279.12,\"727\":327.14,\"728\":310.87,\"729\":287.64,\"730\":287.63,\"731\":279.12,\"732\":296.74,\"733\":296.16,\"734\":307.0,\"735\":259.75,\"736\":310.87,\"737\":284.54,\"738\":258.97,\"739\":295.58,\"740\":258.97,\"741\":310.87,\"742\":263.62,\"743\":274.47,\"744\":279.11,\"745\":288.02,\"746\":277.56,\"747\":355.8,\"748\":259.75,\"749\":313.2,\"750\":314.75,\"751\":293.83,\"752\":303.9,\"753\":238.83,\"754\":277.57,\"755\":313.98,\"756\":313.97,\"757\":279.31,\"758\":296.93,\"759\":290.73,\"760\":297.71,\"761\":281.44,\"762\":308.94,\"763\":280.66,\"764\":263.62,\"765\":286.86,\"766\":305.45,\"767\":282.21,\"768\":310.1,\"769\":324.04,\"770\":273.69,\"771\":314.17,\"772\":238.83,\"773\":287.63,\"774\":278.34,\"775\":283.76,\"776\":290.34,\"777\":275.24,\"778\":300.8,\"779\":259.75,\"780\":239.22,\"781\":268.27,\"782\":325.59,\"783\":300.8,\"784\":274.47,\"785\":262.46,\"786\":284.54,\"787\":238.06,\"788\":269.05,\"789\":300.22,\"790\":285.31,\"791\":293.83,\"792\":314.75,\"793\":250.26,\"794\":301.58,\"795\":270.59,\"796\":303.13,\"797\":271.37,\"798\":272.14,\"799\":272.14}", "created_at": null, "updated_at": null }, { "id": 4, "fixture_models_id": 25, "channel_number": 4, "channel_name": "Far Red", "led_profile": 45, "led_quantity": 1, "max_wattage": 88, "max_ppf": 169, "calibration_data": "{\"300\":232.4,\"301\":250.98,\"302\":240.92,\"303\":250.98,\"304\":206.83,\"305\":271.13,\"306\":209.15,\"307\":255.63,\"308\":250.99,\"309\":262.6,\"310\":286.62,\"311\":263.38,\"312\":209.16,\"313\":209.93,\"314\":215.35,\"315\":257.96,\"316\":277.32,\"317\":230.85,\"318\":235.49,\"319\":266.09,\"320\":236.27,\"321\":268.03,\"322\":266.09,\"323\":252.53,\"324\":248.66,\"325\":259.12,\"326\":254.08,\"327\":252.54,\"328\":227.74,\"329\":232.4,\"330\":223.87,\"331\":246.33,\"332\":261.83,\"333\":221.55,\"334\":237.04,\"335\":262.6,\"336\":256.41,\"337\":250.21,\"338\":252.15,\"339\":255.63,\"340\":226.2,\"341\":252.14,\"342\":229.29,\"343\":288.94,\"344\":223.87,\"345\":273.06,\"346\":207.61,\"347\":267.25,\"348\":219.62,\"349\":269.58,\"350\":247.11,\"351\":242.46,\"352\":285.85,\"353\":248.66,\"354\":254.09,\"355\":263.77,\"356\":262.6,\"357\":234.72,\"358\":256.8,\"359\":240.91,\"360\":268.8,\"361\":252.54,\"362\":260.28,\"363\":254.86,\"364\":246.34,\"365\":241.69,\"366\":226.2,\"367\":220.77,\"368\":247.11,\"369\":245.18,\"370\":232.4,\"371\":259.5,\"372\":240.14,\"373\":250.98,\"374\":209.15,\"375\":272.68,\"376\":246.33,\"377\":252.54,\"378\":245.56,\"379\":235.49,\"380\":264.93,\"381\":229.3,\"382\":254.08,\"383\":261.83,\"384\":213.8,\"385\":197.54,\"386\":236.27,\"387\":287.01,\"388\":266.48,\"389\":252.53,\"390\":230.07,\"391\":317.22,\"392\":234.72,\"393\":263.38,\"394\":278.87,\"395\":298.62,\"396\":240.14,\"397\":250.21,\"398\":250.21,\"399\":250.98,\"400\":250.99,\"401\":244.79,\"402\":240.92,\"403\":240.52,\"404\":244.79,\"405\":240.91,\"406\":272.68,\"407\":282.36,\"408\":267.25,\"409\":233.94,\"410\":260.28,\"411\":234.71,\"412\":236.27,\"413\":266.48,\"414\":301.34,\"415\":238.2,\"416\":251.76,\"417\":257.96,\"418\":238.59,\"419\":256.8,\"420\":269.57,\"421\":269.58,\"422\":244.02,\"423\":247.5,\"424\":248.66,\"425\":268.03,\"426\":250.21,\"427\":256.8,\"428\":260.28,\"429\":247.89,\"430\":233.17,\"431\":248.66,\"432\":240.52,\"433\":220.78,\"434\":271.12,\"435\":214.58,\"436\":195.21,\"437\":203.73,\"438\":243.24,\"439\":218.45,\"440\":253.31,\"441\":281.2,\"442\":263.38,\"443\":216.12,\"444\":230.07,\"445\":253.31,\"446\":235.49,\"447\":242.46,\"448\":270.35,\"449\":257.96,\"450\":219.61,\"451\":256.41,\"452\":279.65,\"453\":281.2,\"454\":239.36,\"455\":249.44,\"456\":227.75,\"457\":238.59,\"458\":232.39,\"459\":233.56,\"460\":213.03,\"461\":250.98,\"462\":245.56,\"463\":265.7,\"464\":225.42,\"465\":244.79,\"466\":231.62,\"467\":275.0,\"468\":289.72,\"469\":247.5,\"470\":218.45,\"471\":239.36,\"472\":258.73,\"473\":222.32,\"474\":235.88,\"475\":267.25,\"476\":272.67,\"477\":238.59,\"478\":233.94,\"479\":249.82,\"480\":220.0,\"481\":244.02,\"482\":261.83,\"483\":210.7,\"484\":244.79,\"485\":253.31,\"486\":240.91,\"487\":249.44,\"488\":238.59,\"489\":254.86,\"490\":269.58,\"491\":216.9,\"492\":230.85,\"493\":249.43,\"494\":236.27,\"495\":239.37,\"496\":268.41,\"497\":264.15,\"498\":271.13,\"499\":263.38,\"500\":210.7,\"501\":229.29,\"502\":278.88,\"503\":263.38,\"504\":256.41,\"505\":268.8,\"506\":226.97,\"507\":286.62,\"508\":212.64,\"509\":265.7,\"510\":267.25,\"511\":211.48,\"512\":240.91,\"513\":216.13,\"514\":226.2,\"515\":234.72,\"516\":244.01,\"517\":299.79,\"518\":244.01,\"519\":495.0,\"520\":257.96,\"521\":276.54,\"522\":222.32,\"523\":275.78,\"524\":246.34,\"525\":221.55,\"526\":258.73,\"527\":236.27,\"528\":254.47,\"529\":283.52,\"530\":223.1,\"531\":221.55,\"532\":247.11,\"533\":287.39,\"534\":263.38,\"535\":236.27,\"536\":231.23,\"537\":251.76,\"538\":234.72,\"539\":257.96,\"540\":257.96,\"541\":260.28,\"542\":233.17,\"543\":254.86,\"544\":267.25,\"545\":257.96,\"546\":233.94,\"547\":234.72,\"548\":281.97,\"549\":250.98,\"550\":250.99,\"551\":254.08,\"552\":271.9,\"553\":309.08,\"554\":235.49,\"555\":260.28,\"556\":221.55,\"557\":237.82,\"558\":266.48,\"559\":255.63,\"560\":257.96,\"561\":231.62,\"562\":242.85,\"563\":264.15,\"564\":274.22,\"565\":286.62,\"566\":264.93,\"567\":245.56,\"568\":254.08,\"569\":219.22,\"570\":252.53,\"571\":283.52,\"572\":228.91,\"573\":281.2,\"574\":228.52,\"575\":209.93,\"576\":245.56,\"577\":250.21,\"578\":275.77,\"579\":224.65,\"580\":267.25,\"581\":267.25,\"582\":253.31,\"583\":241.69,\"584\":267.25,\"585\":255.63,\"586\":271.9,\"587\":295.14,\"588\":271.9,\"589\":264.93,\"590\":237.04,\"591\":283.52,\"592\":274.22,\"593\":271.13,\"594\":246.34,\"595\":285.07,\"596\":286.62,\"597\":242.46,\"598\":254.08,\"599\":295.14,\"600\":240.53,\"601\":240.91,\"602\":295.91,\"603\":211.48,\"604\":264.93,\"605\":247.89,\"606\":261.06,\"607\":279.65,\"608\":231.62,\"609\":285.84,\"610\":250.99,\"611\":251.76,\"612\":229.3,\"613\":246.34,\"614\":250.21,\"615\":226.19,\"616\":241.69,\"617\":237.82,\"618\":283.52,\"619\":247.89,\"620\":288.17,\"621\":241.69,\"622\":261.83,\"623\":271.9,\"624\":235.49,\"625\":244.01,\"626\":235.49,\"627\":240.91,\"628\":272.68,\"629\":243.24,\"630\":316.06,\"631\":270.35,\"632\":288.17,\"633\":297.46,\"634\":286.62,\"635\":270.35,\"636\":267.25,\"637\":240.91,\"638\":295.91,\"639\":264.93,\"640\":268.03,\"641\":266.48,\"642\":309.86,\"643\":294.37,\"644\":281.97,\"645\":286.62,\"646\":288.17,\"647\":326.13,\"648\":302.11,\"649\":310.63,\"650\":292.81,\"651\":323.8,\"652\":340.07,\"653\":354.79,\"654\":309.08,\"655\":322.25,\"656\":311.41,\"657\":347.04,\"658\":362.53,\"659\":401.27,\"660\":394.29,\"661\":420.63,\"662\":426.83,\"663\":449.3,\"664\":426.83,\"665\":442.32,\"666\":443.87,\"667\":490.35,\"668\":484.15,\"669\":497.32,\"670\":585.63,\"671\":578.66,\"672\":540.7,\"673\":584.08,\"674\":616.62,\"675\":644.5,\"676\":694.86,\"677\":721.97,\"678\":780.07,\"679\":780.84,\"680\":804.86,\"681\":866.05,\"682\":872.64,\"683\":966.76,\"684\":979.93,\"685\":1026.41,\"686\":1073.66,\"687\":1137.18,\"688\":1186.76,\"689\":1290.56,\"690\":1334.71,\"691\":1392.81,\"692\":1424.57,\"693\":1524.51,\"694\":1602.74,\"695\":1691.05,\"696\":1753.41,\"697\":1896.33,\"698\":1968.38,\"699\":2062.88,\"700\":2182.18,\"701\":2261.96,\"702\":2430.06,\"703\":2454.08,\"704\":2578.8,\"705\":2760.06,\"706\":2787.95,\"707\":3006.01,\"708\":3115.62,\"709\":3256.61,\"710\":3292.24,\"711\":3450.27,\"712\":3565.69,\"713\":3601.33,\"714\":3688.86,\"715\":3841.46,\"716\":3844.57,\"717\":4085.48,\"718\":4173.79,\"719\":4245.83,\"720\":4302.38,\"721\":4307.8,\"722\":4366.67,\"723\":4427.87,\"724\":4454.99,\"725\":4479.38,\"726\":4596.75,\"727\":4592.1,\"728\":4549.49,\"729\":4543.3,\"730\":4490.62,\"731\":4451.11,\"732\":4346.92,\"733\":4184.64,\"734\":4035.13,\"735\":3898.79,\"736\":3722.17,\"737\":3506.04,\"738\":3209.36,\"739\":3084.44,\"740\":2793.37,\"741\":2652.39,\"742\":2500.55,\"743\":2312.32,\"744\":2107.03,\"745\":1952.69,\"746\":1808.02,\"747\":1691.83,\"748\":1564.01,\"749\":1432.32,\"750\":1347.11,\"751\":1197.99,\"752\":1120.91,\"753\":1035.7,\"754\":950.49,\"755\":838.94,\"756\":758.38,\"757\":680.33,\"758\":566.27,\"759\":567.04,\"760\":498.87,\"761\":458.59,\"762\":454.91,\"763\":389.65,\"764\":454.72,\"765\":363.31,\"766\":371.06,\"767\":316.64,\"768\":338.52,\"769\":329.22,\"770\":317.61,\"771\":292.24,\"772\":268.8,\"773\":286.62,\"774\":299.01,\"775\":264.93,\"776\":264.34,\"777\":272.67,\"778\":264.15,\"779\":244.79,\"780\":266.67,\"781\":285.07,\"782\":281.97,\"783\":253.31,\"784\":296.69,\"785\":278.29,\"786\":260.28,\"787\":245.56,\"788\":243.24,\"789\":257.96,\"790\":286.62,\"791\":282.75,\"792\":295.92,\"793\":258.54,\"794\":268.8,\"795\":223.87,\"796\":241.11,\"797\":268.8,\"798\":257.96,\"799\":271.9}", "created_at": null, "updated_at": null }, { "id": 5, "fixture_models_id": 25, "channel_number": 5, "channel_name": "Intensity", "led_profile": 0, "led_quantity": 0, "max_wattage": 0, "max_ppf": 0, "calibration_data": "", "created_at": null, "updated_at": null } ] } ], "status": "success" }
Headers
KeyValueDescription
Acceptapplication/json
Response
List Horticulture Curves | Code: 200
{ "message": [ { "id": 1, "name": "phytochrome_absorbtion_pr", "data": "{\"300\":0.33951,\"301\":0.33227,\"302\":0.31229,\"303\":0.29379,\"304\":0.28159,\"305\":0.27252,\"306\":0.26436,\"307\":0.25254,\"308\":0.2445,\"309\":0.23927,\"310\":0.22992,\"311\":0.21873,\"312\":0.21306,\"313\":0.19825,\"314\":0.19416,\"315\":0.19409,\"316\":0.17656,\"317\":0.17037,\"318\":0.16378,\"319\":0.1616,\"320\":0.15493,\"321\":0.14676,\"322\":0.14481,\"323\":0.14099,\"324\":0.1372,\"325\":0.13278,\"326\":0.1314,\"327\":0.13035,\"328\":0.12951,\"329\":0.13003,\"330\":0.12901,\"331\":0.12869,\"332\":0.12901,\"333\":0.12954,\"334\":0.13134,\"335\":0.13312,\"336\":0.13502,\"337\":0.13728,\"338\":0.1397,\"339\":0.14251,\"340\":0.14636,\"341\":0.15227,\"342\":0.15681,\"343\":0.16223,\"344\":0.16684,\"345\":0.17094,\"346\":0.1764,\"347\":0.18029,\"348\":0.18424,\"349\":0.19024,\"350\":0.19459,\"351\":0.20197,\"352\":0.20699,\"353\":0.21359,\"354\":0.21951,\"355\":0.22475,\"356\":0.2333,\"357\":0.23631,\"358\":0.24223,\"359\":0.24629,\"360\":0.2501,\"361\":0.2535,\"362\":0.25631,\"363\":0.25882,\"364\":0.26126,\"365\":0.26414,\"366\":0.26642,\"367\":0.26881,\"368\":0.27155,\"369\":0.27312,\"370\":0.27491,\"371\":0.27667,\"372\":0.27762,\"373\":0.27849,\"374\":0.27998,\"375\":0.28121,\"376\":0.28249,\"377\":0.28265,\"378\":0.28265,\"379\":0.28265,\"380\":0.28265,\"381\":0.2818,\"382\":0.28026,\"383\":0.27856,\"384\":0.2762,\"385\":0.27362,\"386\":0.27035,\"387\":0.26499,\"388\":0.26072,\"389\":0.25336,\"390\":0.24085,\"391\":0.23444,\"392\":0.22879,\"393\":0.22205,\"394\":0.21475,\"395\":0.20692,\"396\":0.19923,\"397\":0.18892,\"398\":0.18029,\"399\":0.17054,\"400\":0.16136,\"401\":0.15368,\"402\":0.14621,\"403\":0.13773,\"404\":0.13284,\"405\":0.12692,\"406\":0.12175,\"407\":0.11721,\"408\":0.11251,\"409\":0.10853,\"410\":0.10303,\"411\":0.099059,\"412\":0.094836,\"413\":0.090334,\"414\":0.086667,\"415\":0.082257,\"416\":0.079515,\"417\":0.076466,\"418\":0.073684,\"419\":0.071307,\"420\":0.069303,\"421\":0.06699,\"422\":0.064185,\"423\":0.061816,\"424\":0.060378,\"425\":0.058722,\"426\":0.056599,\"427\":0.054506,\"428\":0.053533,\"429\":0.052091,\"430\":0.050457,\"431\":0.049503,\"432\":0.04812,\"433\":0.046937,\"434\":0.04604,\"435\":0.04509,\"436\":0.043452,\"437\":0.042902,\"438\":0.041483,\"439\":0.040766,\"440\":0.039951,\"441\":0.038628,\"442\":0.037792,\"443\":0.036727,\"444\":0.035647,\"445\":0.034219,\"446\":0.033027,\"447\":0.031903,\"448\":0.031269,\"449\":0.030085,\"450\":0.029542,\"451\":0.028759,\"452\":0.027422,\"453\":0.027142,\"454\":0.027142,\"455\":0.025846,\"456\":0.025057,\"457\":0.024147,\"458\":0.022717,\"459\":0.022462,\"460\":0.022462,\"461\":0.021514,\"462\":0.02059,\"463\":0.020578,\"464\":0.020122,\"465\":0.020122,\"466\":0.019331,\"467\":0.018178,\"468\":0.017782,\"469\":0.017782,\"470\":0.017782,\"471\":0.017782,\"472\":0.017782,\"473\":0.01856,\"474\":0.022293,\"475\":0.021526,\"476\":0.020319,\"477\":0.017573,\"478\":0.018026,\"479\":0.016991,\"480\":0.015442,\"481\":0.015443,\"482\":0.015443,\"483\":0.015288,\"484\":0.015137,\"485\":0.015443,\"486\":0.015443,\"487\":0.015443,\"488\":0.015062,\"489\":0.014113,\"490\":0.013571,\"491\":0.012242,\"492\":0.011055,\"493\":0.010763,\"494\":0.011213,\"495\":0.012627,\"496\":0.012167,\"497\":0.012167,\"498\":0.012167,\"499\":0.011904,\"500\":0.011485,\"501\":0.011699,\"502\":0.011699,\"503\":0.011154,\"504\":0.011042,\"505\":0.011231,\"506\":0.011231,\"507\":0.011231,\"508\":0.010924,\"509\":0.010763,\"510\":0.010851,\"511\":0.011231,\"512\":0.011231,\"513\":0.011342,\"514\":0.012052,\"515\":0.012167,\"516\":0.012167,\"517\":0.012167,\"518\":0.012167,\"519\":0.01295,\"520\":0.013136,\"521\":0.013563,\"522\":0.014283,\"523\":0.014251,\"524\":0.017471,\"525\":0.017981,\"526\":0.018866,\"527\":0.0201,\"528\":0.020573,\"529\":0.022415,\"530\":0.022689,\"531\":0.023162,\"532\":0.024802,\"533\":0.025055,\"534\":0.026696,\"535\":0.027643,\"536\":0.028846,\"537\":0.029566,\"538\":0.030885,\"539\":0.031985,\"540\":0.033601,\"541\":0.035027,\"542\":0.03634,\"543\":0.038413,\"544\":0.040086,\"545\":0.041832,\"546\":0.042948,\"547\":0.044851,\"548\":0.046543,\"549\":0.04796,\"550\":0.049624,\"551\":0.051527,\"552\":0.05263,\"553\":0.055098,\"554\":0.057315,\"555\":0.059924,\"556\":0.063042,\"557\":0.065686,\"558\":0.068113,\"559\":0.07048,\"560\":0.072378,\"561\":0.074444,\"562\":0.075964,\"563\":0.077639,\"564\":0.080383,\"565\":0.082769,\"566\":0.084451,\"567\":0.08657,\"568\":0.089391,\"569\":0.091762,\"570\":0.094606,\"571\":0.097018,\"572\":0.099871,\"573\":0.10407,\"574\":0.10742,\"575\":0.11144,\"576\":0.11507,\"577\":0.12001,\"578\":0.1248,\"579\":0.12933,\"580\":0.1351,\"581\":0.13964,\"582\":0.14432,\"583\":0.14952,\"584\":0.15539,\"585\":0.1625,\"586\":0.16909,\"587\":0.17607,\"588\":0.18283,\"589\":0.19001,\"590\":0.19794,\"591\":0.20496,\"592\":0.21218,\"593\":0.22002,\"594\":0.22832,\"595\":0.23512,\"596\":0.24198,\"597\":0.24921,\"598\":0.25629,\"599\":0.26557,\"600\":0.27258,\"601\":0.28089,\"602\":0.28916,\"603\":0.29856,\"604\":0.30494,\"605\":0.3111,\"606\":0.31687,\"607\":0.32369,\"608\":0.33132,\"609\":0.33749,\"610\":0.34384,\"611\":0.34941,\"612\":0.35563,\"613\":0.36151,\"614\":0.36665,\"615\":0.37159,\"616\":0.37597,\"617\":0.37985,\"618\":0.38388,\"619\":0.38659,\"620\":0.39069,\"621\":0.39417,\"622\":0.39796,\"623\":0.40199,\"624\":0.40622,\"625\":0.41017,\"626\":0.41643,\"627\":0.42471,\"628\":0.43218,\"629\":0.44307,\"630\":0.45265,\"631\":0.46278,\"632\":0.47634,\"633\":0.48545,\"634\":0.4956,\"635\":0.5055,\"636\":0.51481,\"637\":0.52565,\"638\":0.54114,\"639\":0.5523,\"640\":0.5691,\"641\":0.58363,\"642\":0.6,\"643\":0.61547,\"644\":0.63329,\"645\":0.64884,\"646\":0.67169,\"647\":0.69236,\"648\":0.70727,\"649\":0.7271,\"650\":0.74798,\"651\":0.76694,\"652\":0.78304,\"653\":0.80294,\"654\":0.82447,\"655\":0.83759,\"656\":0.85593,\"657\":0.87138,\"658\":0.88929,\"659\":0.90982,\"660\":0.92433,\"661\":0.93833,\"662\":0.95383,\"663\":0.96857,\"664\":0.97909,\"665\":0.98673,\"666\":0.99345,\"667\":0.99668,\"668\":0.99789,\"669\":0.99636,\"670\":0.99206,\"671\":0.98584,\"672\":0.97566,\"673\":0.96499,\"674\":0.94809,\"675\":0.9323,\"676\":0.91437,\"677\":0.87508,\"678\":0.85371,\"679\":0.82981,\"680\":0.78621,\"681\":0.74296,\"682\":0.71175,\"683\":0.68285,\"684\":0.64509,\"685\":0.58311,\"686\":0.55907,\"687\":0.52462,\"688\":0.4727,\"689\":0.44062,\"690\":0.40451,\"691\":0.38255,\"692\":0.3471,\"693\":0.32167,\"694\":0.29204,\"695\":0.26847,\"696\":0.23603,\"697\":0.20742,\"698\":0.18864,\"699\":0.1668,\"700\":0.15108,\"701\":0.13792,\"702\":0.12446,\"703\":0.11228,\"704\":0.10002,\"705\":0.089583,\"706\":0.080141,\"707\":0.073422,\"708\":0.064697,\"709\":0.058302,\"710\":0.05403,\"711\":0.049309,\"712\":0.045048,\"713\":0.041084,\"714\":0.036838,\"715\":0.033472,\"716\":0.031118,\"717\":0.028385,\"718\":0.026252,\"719\":0.0248,\"720\":0.023328,\"721\":0.021889,\"722\":0.019896,\"723\":0.018319,\"724\":0.017458,\"725\":0.016651,\"726\":0.015699,\"727\":0.015216,\"728\":0.014506,\"729\":0.014507,\"730\":0.013394,\"731\":0.013103,\"732\":0.012951,\"733\":0.012082,\"734\":0.011699,\"735\":0.011291,\"736\":0.010816,\"737\":0.010575,\"738\":0.010295,\"739\":0.010295,\"740\":0.010295,\"741\":0.0090667,\"742\":0.0090082,\"743\":0.0090083,\"744\":0.0084302,\"745\":0.0098238,\"746\":0.0098271,\"747\":0.0098271,\"748\":0.0098143,\"749\":0.009341,\"750\":0.0088911,\"751\":0.0088912,\"752\":0.0088913,\"753\":0.0086146,\"754\":0.0084232,\"755\":0.0084232,\"756\":0.0087206,\"757\":0.0091959,\"758\":0.0093592,\"759\":0.0092737,\"760\":0.0088911,\"761\":0.0088912,\"762\":0.0088908,\"763\":0.0085407,\"764\":0.0084232,\"765\":0.0081597,\"766\":0.0074869,\"767\":0.00825,\"768\":0.0082686,\"769\":0.0076298,\"770\":0.0070192,\"771\":0.0070195,\"772\":0.0066018,\"773\":0.006127,\"774\":0.0060835,\"775\":0.0062866,\"776\":0.0061855,\"777\":0.0054209,\"778\":0.005723,\"779\":0.0057325,\"780\":0.0058722,\"781\":0.0070181,\"782\":0.0057324,\"783\":0.0057326,\"784\":0.006168,\"785\":0.0065514,\"786\":0.0065514,\"787\":0.0065193,\"788\":0.0060834,\"789\":0.0060835,\"790\":0.0060313,\"791\":0.0056154,\"792\":0.0056157,\"793\":0.0048247,\"794\":0.0045391,\"795\":0.0051477,\"796\":0.0051475,\"797\":0.0050439,\"798\":0.0045686,\"799\":0.0042114,\"800\":0.0048267}" }, { "id": 2, "name": "phytochrome_absorbtion_pfr", "data": "{\"300\":0.333889991,\"301\":0.3317900002,\"302\":0.3112300038,\"303\":0.2942999899,\"304\":0.2840499878,\"305\":0.2779699862,\"306\":0.2682900131,\"307\":0.2620700002,\"308\":0.2553899884,\"309\":0.2443100065,\"310\":0.2404900044,\"311\":0.237470001,\"312\":0.2282699943,\"313\":0.2217500061,\"314\":0.2056899965,\"315\":0.2081999928,\"316\":0.2067199945,\"317\":0.2040400058,\"318\":0.1904499978,\"319\":0.1862400025,\"320\":0.1835799962,\"321\":0.174119994,\"322\":0.1642799973,\"323\":0.162740007,\"324\":0.1516100019,\"325\":0.1470900029,\"326\":0.1439999938,\"327\":0.140929997,\"328\":0.1317999959,\"329\":0.1305299997,\"330\":0.1290100068,\"331\":0.1286900043,\"332\":0.1260800064,\"333\":0.1215599999,\"334\":0.1178200021,\"335\":0.1164200008,\"336\":0.1153500006,\"337\":0.1145899966,\"338\":0.1132400036,\"339\":0.1124899983,\"340\":0.1114600003,\"341\":0.1113699973,\"342\":0.1113699973,\"343\":0.1115500033,\"344\":0.1124399975,\"345\":0.113289997,\"346\":0.114380002,\"347\":0.1149599999,\"348\":0.1155000031,\"349\":0.1162699983,\"350\":0.1183300018,\"351\":0.1188500002,\"352\":0.1193199977,\"353\":0.1209999993,\"354\":0.1279599965,\"355\":0.1296599954,\"356\":0.1315300018,\"357\":0.1333999932,\"358\":0.1348599941,\"359\":0.1360100061,\"360\":0.1415300071,\"361\":0.1459300071,\"362\":0.1479700059,\"363\":0.1496099979,\"364\":0.1521600038,\"365\":0.1534799933,\"366\":0.1564899981,\"367\":0.1607200056,\"368\":0.1641499996,\"369\":0.165989995,\"370\":0.1686400026,\"371\":0.1711499989,\"372\":0.1732800007,\"373\":0.1762000024,\"374\":0.1815699935,\"375\":0.1828200072,\"376\":0.1851499975,\"377\":0.1873600036,\"378\":0.1888599992,\"379\":0.1937599927,\"380\":0.1973199993,\"381\":0.1985100061,\"382\":0.1997800022,\"383\":0.2030699998,\"384\":0.2044200003,\"385\":0.2054100037,\"386\":0.2087499946,\"387\":0.2125699967,\"388\":0.2147900015,\"389\":0.2169000059,\"390\":0.2180899978,\"391\":0.2202199996,\"392\":0.2220599949,\"393\":0.2217299938,\"394\":0.2181500047,\"395\":0.2182700038,\"396\":0.2227600068,\"397\":0.2236800045,\"398\":0.2236800045,\"399\":0.2236800045,\"400\":0.2236800045,\"401\":0.2236800045,\"402\":0.2236800045,\"403\":0.2233999968,\"404\":0.2230000049,\"405\":0.2225899994,\"406\":0.2222799957,\"407\":0.2227499932,\"408\":0.2224999964,\"409\":0.2218099982,\"410\":0.2214400023,\"411\":0.2205200046,\"412\":0.2193499953,\"413\":0.2166399956,\"414\":0.2151499987,\"415\":0.2140199989,\"416\":0.2117599994,\"417\":0.2100899965,\"418\":0.2083099931,\"419\":0.2030699998,\"420\":0.1968200058,\"421\":0.1940899938,\"422\":0.1905799955,\"423\":0.1868399978,\"424\":0.1771699935,\"425\":0.1736100018,\"426\":0.1700700074,\"427\":0.1640399992,\"428\":0.1575700045,\"429\":0.1553799957,\"430\":0.1510999948,\"431\":0.1473699957,\"432\":0.1390900016,\"433\":0.1346299946,\"434\":0.1319999993,\"435\":0.1281599998,\"436\":0.1247399971,\"437\":0.1142299995,\"438\":0.1118699983,\"439\":0.1081399992,\"440\":0.1036399975,\"441\":0.098036997,\"442\":0.0948899984,\"443\":0.0926240012,\"444\":0.0902689993,\"445\":0.0838410035,\"446\":0.0801120028,\"447\":0.0778589994,\"448\":0.0752139986,\"449\":0.072405003,\"450\":0.0712480024,\"451\":0.0661190003,\"452\":0.0640159994,\"453\":0.0616960004,\"454\":0.0589280017,\"455\":0.0578749999,\"456\":0.0565709993,\"457\":0.0524509996,\"458\":0.0496030003,\"459\":0.0482169986,\"460\":0.0468010008,\"461\":0.046085,\"462\":0.0449250005,\"463\":0.0429169983,\"464\":0.039636001,\"465\":0.0376470014,\"466\":0.0369089991,\"467\":0.0358889997,\"468\":0.0345860012,\"469\":0.0338289998,\"470\":0.0332249999,\"471\":0.030057,\"472\":0.0201929994,\"473\":0.0210529994,\"474\":0.0279089995,\"475\":0.0271409992,\"476\":0.0271419995,\"477\":0.0257699993,\"478\":0.0241810009,\"479\":0.0219119992,\"480\":0.0176500008,\"481\":0.0168019999,\"482\":0.0158500001,\"483\":0.015288,\"484\":0.015137,\"485\":0.015443,\"486\":0.015443,\"487\":0.015443,\"488\":0.0150619997,\"489\":0.0145070003,\"490\":0.0145070003,\"491\":0.0131780002,\"492\":0.012205,\"493\":0.0121670002,\"494\":0.0116990004,\"495\":0.0130949998,\"496\":0.0126350001,\"497\":0.0126350001,\"498\":0.0126350001,\"499\":0.0123859998,\"500\":0.0121670002,\"501\":0.0121670002,\"502\":0.0119009996,\"503\":0.0111539997,\"504\":0.0110419998,\"505\":0.0112309996,\"506\":0.0112309996,\"507\":0.0112309996,\"508\":0.0109240003,\"509\":0.0107629998,\"510\":0.0108510004,\"511\":0.0112309996,\"512\":0.0112309996,\"513\":0.0113420002,\"514\":0.0116990004,\"515\":0.0116990004,\"516\":0.0116990004,\"517\":0.0116990004,\"518\":0.0111649996,\"519\":0.0107629998,\"520\":0.0106920004,\"521\":0.0105630001,\"522\":0.0101889996,\"523\":0.0094389999,\"524\":0.0095517999,\"525\":0.0098781995,\"526\":0.0103489999,\"527\":0.0108970003,\"528\":0.0112309996,\"529\":0.0112309996,\"530\":0.0112309996,\"531\":0.0112309996,\"532\":0.0112309996,\"533\":0.0112309996,\"534\":0.0117210001,\"535\":0.0122170001,\"536\":0.0124479998,\"537\":0.0127250003,\"538\":0.0129800001,\"539\":0.0128690004,\"540\":0.0131029999,\"541\":0.0131029999,\"542\":0.0132250004,\"543\":0.0140389996,\"544\":0.0140389996,\"545\":0.0143590001,\"546\":0.0153909996,\"547\":0.0164439995,\"548\":0.0168459993,\"549\":0.0168459993,\"550\":0.0175589994,\"551\":0.0177820008,\"552\":0.0180569999,\"553\":0.0187180005,\"554\":0.0191050004,\"555\":0.0197899994,\"556\":0.021133,\"557\":0.0212919991,\"558\":0.0215259995,\"559\":0.0223709997,\"560\":0.0224619992,\"561\":0.0226629991,\"562\":0.0237600002,\"563\":0.0248019993,\"564\":0.0238959994,\"565\":0.0251139998,\"566\":0.0274659991,\"567\":0.0295800008,\"568\":0.0299490001,\"569\":0.0299830008,\"570\":0.0318199992,\"571\":0.0320740007,\"572\":0.0333230011,\"573\":0.0344250016,\"574\":0.0346270017,\"575\":0.0358209983,\"576\":0.0376520008,\"577\":0.0391910002,\"578\":0.0396710001,\"579\":0.0403870009,\"580\":0.0412589982,\"581\":0.0429299995,\"582\":0.0438480005,\"583\":0.0448630005,\"584\":0.0458590016,\"585\":0.0481540002,\"586\":0.0510950014,\"587\":0.0533289984,\"588\":0.0542830005,\"589\":0.0558109991,\"590\":0.0579469986,\"591\":0.0597580001,\"592\":0.0607069992,\"593\":0.063548997,\"594\":0.0691699982,\"595\":0.0712350011,\"596\":0.0720280036,\"597\":0.0751610026,\"598\":0.0761820003,\"599\":0.0783089995,\"600\":0.0808829963,\"601\":0.0843169987,\"602\":0.0874160007,\"603\":0.0886830017,\"604\":0.0903370008,\"605\":0.092697002,\"606\":0.0945589989,\"607\":0.0957600027,\"608\":0.0972379968,\"609\":0.1009600013,\"610\":0.1033399999,\"611\":0.1048199981,\"612\":0.1065400019,\"613\":0.108570002,\"614\":0.1094999984,\"615\":0.1126099974,\"616\":0.1170200035,\"617\":0.1206099987,\"618\":0.1221499965,\"619\":0.1235999987,\"620\":0.1261000037,\"621\":0.1271699965,\"622\":0.1349900067,\"623\":0.1384900063,\"624\":0.140169993,\"625\":0.1427000016,\"626\":0.1461700052,\"627\":0.1484699994,\"628\":0.1493799984,\"629\":0.1579300016,\"630\":0.1614399999,\"631\":0.164989993,\"632\":0.1698099971,\"633\":0.1763000041,\"634\":0.1783699989,\"635\":0.1810300052,\"636\":0.1838600039,\"637\":0.1963700056,\"638\":0.1993400007,\"639\":0.2012400031,\"640\":0.2035399973,\"641\":0.2174600065,\"642\":0.2208900005,\"643\":0.2226800025,\"644\":0.2314900011,\"645\":0.237470001,\"646\":0.2405900061,\"647\":0.246419996,\"648\":0.2570500076,\"649\":0.2592200041,\"650\":0.2637999952,\"651\":0.2746799886,\"652\":0.2791799903,\"653\":0.2842000127,\"654\":0.2962799966,\"655\":0.2998200059,\"656\":0.3063000143,\"657\":0.3186799884,\"658\":0.3212600052,\"659\":0.3238599896,\"660\":0.3299100101,\"661\":0.3391000032,\"662\":0.3414900005,\"663\":0.350030005,\"664\":0.3572300076,\"665\":0.360619992,\"666\":0.3709700108,\"667\":0.3743700087,\"668\":0.3765200078,\"669\":0.3782700002,\"670\":0.3796899915,\"671\":0.3828499913,\"672\":0.3856000006,\"673\":0.3862900138,\"674\":0.3865300119,\"675\":0.3865300119,\"676\":0.3865300119,\"677\":0.3865300119,\"678\":0.3859699965,\"679\":0.3832899928,\"680\":0.3807300031,\"681\":0.3814699948,\"682\":0.3799400032,\"683\":0.3786599934,\"684\":0.3775300086,\"685\":0.3779399991,\"686\":0.3751600087,\"687\":0.3734300137,\"688\":0.3734300137,\"689\":0.3744199872,\"690\":0.3741599917,\"691\":0.3736799955,\"692\":0.3726100028,\"693\":0.373939991,\"694\":0.3750999868,\"695\":0.3763400018,\"696\":0.3773599863,\"697\":0.3824200034,\"698\":0.3839600086,\"699\":0.3866299987,\"700\":0.3890100121,\"701\":0.3907999992,\"702\":0.3969900012,\"703\":0.4016900063,\"704\":0.4039399922,\"705\":0.4056499898,\"706\":0.4122599959,\"707\":0.4186600149,\"708\":0.4204300046,\"709\":0.4261699915,\"710\":0.4352200031,\"711\":0.4396199882,\"712\":0.4553799927,\"713\":0.4581800103,\"714\":0.461890012,\"715\":0.4740099907,\"716\":0.4766499996,\"717\":0.4804500043,\"718\":0.4902299941,\"719\":0.4957599938,\"720\":0.4993200004,\"721\":0.5126600266,\"722\":0.5152999759,\"723\":0.5210700035,\"724\":0.5292299986,\"725\":0.5320900083,\"726\":0.5358099937,\"727\":0.5442199707,\"728\":0.5463500023,\"729\":0.5490300059,\"730\":0.5569000244,\"731\":0.5587599874,\"732\":0.5605999827,\"733\":0.5616800189,\"734\":0.5644000173,\"735\":0.5649499893,\"736\":0.5639399886,\"737\":0.5622000098,\"738\":0.560739994,\"739\":0.5546900034,\"740\":0.5519400239,\"741\":0.5491099954,\"742\":0.5432199836,\"743\":0.535220027,\"744\":0.5325700045,\"745\":0.5207099915,\"746\":0.5136700273,\"747\":0.5050899982,\"748\":0.4952600002,\"749\":0.4780400097,\"750\":0.466809988,\"751\":0.4542999864,\"752\":0.4376499951,\"753\":0.4260999858,\"754\":0.4129599929,\"755\":0.4008300006,\"756\":0.3796899915,\"757\":0.3712199926,\"758\":0.3548600078,\"759\":0.342990011,\"760\":0.3347299993,\"761\":0.3214100003,\"762\":0.3051699996,\"763\":0.2889800072,\"764\":0.2788400054,\"765\":0.2658599913,\"766\":0.2516100109,\"767\":0.2400500029,\"768\":0.2253099978,\"769\":0.2108100057,\"770\":0.1955299973,\"771\":0.1868200004,\"772\":0.1739799976,\"773\":0.1643700004,\"774\":0.1559599936,\"775\":0.1476899981,\"776\":0.137439996,\"777\":0.1306100041,\"778\":0.1231999993,\"779\":0.112879999,\"780\":0.1061299965,\"781\":0.0985580012,\"782\":0.0934699997,\"783\":0.0869200006,\"784\":0.081863001,\"785\":0.0789349973,\"786\":0.0694639981,\"787\":0.0663859993,\"788\":0.0644619986,\"789\":0.0612879992,\"790\":0.051332999,\"791\":0.0501860008,\"792\":0.0480669998,\"793\":0.0463409983,\"794\":0.0444130003,\"795\":0.0403750017,\"796\":0.0395839997,\"797\":0.0388410017,\"798\":0.0378060006,\"799\":0.0341369994,\"800\":0.0351470001}" } ], "status": "success" }
Headers
KeyValueDescription
Acceptapplication/json
Response
Index | Code: 200
{ "message": { "day_profile_id_v2": null, "day_profile_name_v2": null, "day_profile_start": "00:00", "current_schedule_settings": [], "actual_channel_settings": [ 128, 113, 202, 0 ], "current_power": 0, "current_ppfd": 0, "schedule_data": { "type": "Buffer", "data": [ 119, 127, 0, 0, 0, 0, 0, 0 ] }, "day_profile_v2": null, "id": "56a36b93-7e17-4945-9fe8-68a36c976c43", "name": "Tent Light", "eui": "00124b000b01f91e", "platform": "FXS-600TL-VF-SV", "state": "Active", "xid": "48b0802e061b0960", "zone_id": 5, "zone_name": "Tent", "last_activity": 1581113101842, "firmware": 1579104950, "rf": { "connected_to": "00124b0011919402", "rx": -49, "tx": -50 }, "period": 1800 }, "status": "success" }
Headers
KeyValueDescription
Acceptapplication/json
Body
KeyValueDescription
channels50,75

Comma separated values by channel

Response
Save Channels | Code: 200
{ "status": "success" }

Zones 4

Description

The request will return zone information and state of zone.

Headers
KeyValueDescription
Acceptapplication/json
Response
Index - Success | Code: 200
{ "message": { "zone_id": 3, "zone_name": "My First Zone", "zone_index": 2, "ap_xid": "48b0802e061b0960", "formula_id": null }, "status": "success", "session_cookie": "s%3AuRFfXDyLMzHKKR1gPgDSwdB_1yvW70CB.a5JP%2BU4jBKtlG0hd211phZV3i86IFq7z6RnqkYsuO6o" }
Headers
KeyValueDescription
Acceptapplication/json
Body
KeyValueDescription
zone_nameMy First Zone

String

formula_id1

Integer

Response
Save | Code: 200
{ "status": "success", "message": { "zone": { "zone_id": 10, "zone_name": "My First Zone", "ap_xid": "77bcc50376019c16", "formula_id": 1, "start_time": "20:00" } } }
Body
KeyValueDescription
zone_nameMy First Zone

String

Response
New | Code: 200
{ "message": { "zone_name": "My First Zone", "zone_id": 3 }, "status": "success" }
Description

Remove a zone by ID. Lights associated to the zone will have their day profiles removed as well.

Response
Delete | Code: 200
{ "status": "success" }

Default 2

Description

This request will blink the LED on the device.

Headers
KeyValueDescription
Content-Typeapplication/x-www-form-urlencoded
Acceptapplication/json
Response
List New Devices | Code: 200
{ "status": "success", "message": { "devices": { "02124b000e0992cb": { "auth_id": "da5dc7a5b189cfba380101db1802d4c3", "eui": "02124b000e0992cb", "current_time": 1581119887000, "lastactivity": 1581119882300, "platform": "GFX-DIM" } } } }
Description

The temporary auth_id returned by ‘List New Devices’ should be posted to this function to

Headers
KeyValueDescription
Content-Typeapplication/x-www-form-urlencoded
Acceptapplication/json
Body
KeyValueDescription
eui02124b001b724e66
Response
Auth Device | Code: 200
{ "status": "succcess" }