This request delivers data about a lamp.
device/slcDeviceAddress
GET
-
-
Entity | Type | Nullable | Description |
---|---|---|---|
device | array (mainEntity) | no |
Entity | Type | Nullable | Description |
---|---|---|---|
id | int | no | slcDeviceAddress of this device |
customer_id | int | no | slcID of customer |
name | string | yes | name of device |
serial_number | string | yes | serial number |
latitude | float | yes | latitude (WGS84) |
longitude | float | yes | longitude (WGS84) |
manual_led_brightness | byte | yes | LED-Helligkeit im Manuellen Betriebsmodus |
env_brightness_master | bool | yes | true if this device is acting as environment brightness master |
manual_override_switch_groups | byte[8] - 64 flags, 8 per byte | yes | Übergeordneter Lichtschalter-Gruppen-Konfiguration |
motion_neighbor_devices | int[] | yes | Nachbargeräte für Bewegungserkennung (max. 16 Einträge) |
led_temperature_limit | byte | yes | LED-Temperatur-Limit, bei welcher die Leuchte heruntergeregelt wird |
neighbor_rssi_limit | sbyte | yes | Minimale Empfangsstärke der Nachbarleuchten (in dbm) |
ralab_motion_sensor_config | array (ralabMotionSensorConfig) | yes | Konfiguration für den Ralab Radar-Bewegungssensor |
output_config | array (deviceOutputConfig) | yes | Ausgangskonfiguration der Steuerung |
lfc_config | array (lfcConfig) | yes | Lichtstrom-Korrektur-Einstellungen (aka LFC, aka CLO) der Leuchte |
has_rf_pin_set | bool | yes | Has Device RF-PIN set? |
hardware_type_name | string | yes | name of device hardware type |
Entity | Type | Nullable | Description |
---|---|---|---|
sensitivity | byte | no | sensitivity of the sensor in % |
Entity | Type | Nullable | Description |
---|---|---|---|
output_type | int (outputType) | no | output type of the controller |
fade_off_time | float | no | fade off time in ms |
fade_on_time | float | no | fade on time in ms |
min_dim_step | float | no | Abstufung (Zeiteinheit hängt von Ausgangstyp ab). Typ: 0.001 |
Entity | Type | Nullable | Description |
---|---|---|---|
led_lifetime | uint | no | Lebenszeit der LED-Module [h] |
eol_output | byte | no | Ausgangs-Lichtleistung des LED-Moduls am Ende der Lebenszeit [%] |
limiting_factor | byte | no | Limiting factor of the led output (e.g. max. output percentage) [%] |
curve_gamma | float (range: 0.0 - 1.0) | no | Lichstromabnahme des LED-Moduls im Verhältnis der Zeit. Als Annäherung wird eine Gamma-Kurve verwendet. Dieser Wert gibt den Krümmungsfaktor (gamma) an. |
Value | Description |
---|---|
0 | Deaktiviert |
1 | Analog (0-10V) |
2 | Analog invertiert (10-0V) |
3 | PWM |
4 | PWM invertiert |
5 | PWM S3 |
6 | PWM M5 |
7 | PWM S3 linear |
8 | DALI (Default: Logarithmic) |
9 | DALI Linear |
n.a.
{ "device": { "id": 140438, "customer_id": 2, "name": "2486", "latitude": 46.8554955557026, "longitude": 9.51534038630935, "manual_led_brightness": 0, "env_brightness_master": false, "led_temperature_limit": 80, "neighbor_rssi_limit": -102, "manual_override_switch_groups": [1, 0, 0, 0, 0, 0, 0, 0], "ralab_motion_sensor_config": { "limit": 0, "sensitivity": 0 }, "output_config": { "output_type": 8, "fade_off_time": 100, "fade_on_time": 66, "min_dim_step": 0.1 }, "lfc_config": { "led_lifetime": 75000, "eol_output": 80, "limiting_factor": 100, "curve_gamma": 1 }, "motion_neighbor_devices": [] } }