Level
[Level]
Generic Level Read
POST https://www.emblaze-iot.com:50002/agent
모니터링 된 가장 최근의 조명 밝기 정보를 조회합니다.
Request Body
Name
Type
Description
api*
Integer
API 번호 : 13002
device_uuid*
String
조명 UUID
Key
Type
Value
present_level
Integer
현재 조명 밝기
targer_level
Integer
목표 조명 밝기
remaining_time
Integer
present -> target Level 까지 변경되는데 남은 시간 (ms)
update
String
timestamp
{
"present_level": -20316,
"update": "2023-10-29T06:28:01.000Z"
}Generic Level Get Control
POST https://www.emblaze-iot.com:50002/agent
조명 밝기 정보 모니터링 데이터를 현재 값으로 업데이트 합니다.
Request Body
Name
Type
Description
api*
Integet
API 번호 : 13004
device_uuid*
String
조명 UUID
Last updated