tsvesync
Version:
A TypeScript library for interacting with VeSync smart home devices
75 lines (74 loc) • 1.68 kB
YAML
set_brightness:
headers:
accept-language: en
accountId: sample_id
appVersion: 2.8.6
content-type: application/json
tk: sample_tk
tz: America/New_York
json_object:
acceptLanguage: en
accountID: sample_id
brightNess: '50'
status: 'on'
timeZone: America/New_York
token: sample_tk
uuid: ESL100-UUID
method: put
url: /SmartBulb/v1/device/updateBrightness
turn_off:
headers:
accept-language: en
accountId: sample_id
appVersion: 2.8.6
content-type: application/json
tk: sample_tk
tz: America/New_York
json_object:
acceptLanguage: en
accountID: sample_id
status: 'off'
timeZone: America/New_York
token: sample_tk
uuid: ESL100-UUID
method: put
url: /SmartBulb/v1/device/devicestatus
turn_on:
headers:
accept-language: en
accountId: sample_id
appVersion: 2.8.6
content-type: application/json
tk: sample_tk
tz: America/New_York
json_object:
acceptLanguage: en
accountID: sample_id
status: 'on'
timeZone: America/New_York
token: sample_tk
uuid: ESL100-UUID
method: put
url: /SmartBulb/v1/device/devicestatus
update:
headers:
accept-language: en
accountId: sample_id
appVersion: 2.8.6
content-type: application/json
tk: sample_tk
tz: America/New_York
json_object:
acceptLanguage: en
accountID: sample_id
appVersion: 2.8.6
method: devicedetail
mobileId: '1234567890123456'
phoneBrand: SM N9005
phoneOS: Android
timeZone: America/New_York
token: sample_tk
traceId: TRACE_ID
uuid: ESL100-UUID
method: post
url: /SmartBulb/v1/device/devicedetail