Light Control
[LC]
LC Property Read
POST https://www.emblaze-iot.com:50002/agent
모니터링 된 가장 최근의 LC(Light Control) 관련 정보를 조회합니다.
Request Body
api*
Integer
API 번호 : 13005
device_uuid*
String
조명 UUID
light_lc_mode
Boolean
Light LC Mode Enable/Disable
occupancy_mode
Boolean
Occupancy Mode Enable/Disable
luxlevel_on
Integer
Run Phase의 Ambient Sensor Luxlevel (0.00lux)
luxlevel_prolong
Integer
Prolong Phase의 Ambient Sensor Luxlevel (0.00lux)
luxlevel_standby
Integer
Standby Phase의 Ambient Sensor Luxlevel (0.00lux)
time_run_on
Integer
Run Phase 지속시간 (ms)
time_prolong
Integer
Prolong Phase 지속시간 (ms)
time_fade_on
Integer
Standby → Run Phase 변경 Transition Time (ms)
time_fade
Integer
Run → Prolong Phase 변경 Transition Time (ms)
time_fade_standby_auto
Integer
Prolong → Standby Phase 변경 Transition Time (ms)
lightness_on
Integer
Run Phase 조명 밝기 (0x0000 ~ 0xFFFF)
lightness_prolong
Integer
Prolong Phase 조명 밝기 (0x0000 ~ 0xFFFF)
lightness_standby
Integer
Standby Phase 조명 밝기 (0x0000 ~ 0xFFFF)
{
"lightness_on": {
"value": 65534,
"update": "2023-09-06 09:11:10.000"
}
}LC Property Set Control
POST https://www.emblaze-iot.com:50002/agent
조명의 LC(Light Control) Property 값을 설정합니다.
LC Property : Value
light_lc_mode : true || false
occupancy_mode : true || false
luxlevel_on : 0 - 65535
luxlevel_prolong : 0 - 65535
luxlevel_standby : 0 - 65535
time_run_on : 0 - 16777215
time_prolong : 0 - 16777215
time_fade_on : 0 - 16777215
time_fade : 0 - 16777215
time_fade_standby_auto : 0 - 16777215
lightness_on : 0 - 65535
lightness_prolong : 0 - 65535
lightness_standby : 0 - 65535
Request Body
api*
Integer
API 번호 : 13006
device_uuid*
String
조명 UUID
property*
String
LC 설정 파라미터
value*
Int || Bool
LC 설정 파라미터 값
LC Property Get Control
POST https://www.emblaze-iot.com:50002/agent
LC(Light Control) Property 정보 모니터링 데이터를 현재 값으로 업데이트 합니다.
LC Property
light_lc_mode
occupancy_mode
luxlevel_on
luxlevel_prolong
luxlevel_standby
time_run_on
time_prolong
time_fade_on
time_fade
time_fade_standby_auto
lightness_on
lightness_prolong
lightness_standby
Request Body
api*
Integer
API 번호 : 13007
device_uuid*
String
조명 UUID
property*
String
LC 파라미터
Last updated