tsvesync
Version:
A TypeScript library for interacting with VeSync smart home devices
125 lines (124 loc) • 2.9 kB
YAML
get_monthly_energy:
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: energymonth
mobileId: '1234567890123456'
phoneBrand: SM N9005
phoneOS: Android
timeZone: America/New_York
token: sample_tk
traceId: TRACE_ID
uuid: ESO15-TB-UUID
method: post
url: /outdoorsocket15a/v1/device/energymonth
get_weekly_energy:
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: energyweek
mobileId: '1234567890123456'
phoneBrand: SM N9005
phoneOS: Android
timeZone: America/New_York
token: sample_tk
traceId: TRACE_ID
uuid: ESO15-TB-UUID
method: post
url: /outdoorsocket15a/v1/device/energyweek
get_yearly_energy:
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: energyyear
mobileId: '1234567890123456'
phoneBrand: SM N9005
phoneOS: Android
timeZone: America/New_York
token: sample_tk
traceId: TRACE_ID
uuid: ESO15-TB-UUID
method: post
url: /outdoorsocket15a/v1/device/energyyear
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'
switchNo: 1
timeZone: America/New_York
token: sample_tk
uuid: ESO15-TB-UUID
method: put
url: /outdoorsocket15a/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'
switchNo: 1
timeZone: America/New_York
token: sample_tk
uuid: ESO15-TB-UUID
method: put
url: /outdoorsocket15a/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: ESO15-TB-UUID
method: post
url: /outdoorsocket15a/v1/device/devicedetail