mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
@host = http://ems-esp.local
|
||||
@host_dev = http://10.10.10.20
|
||||
@host_standalone = http://localhost:3080
|
||||
@host_standalone2 = http://localhost:3082
|
||||
|
||||
@token = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWV9.2bHpWya2C7Q12WjNUBD6_7N3RCD7CMl-EGhyQVzFdDg
|
||||
|
||||
@@ -113,4 +114,19 @@ GET {{host_dev}}/api/thermostat/seltemp
|
||||
|
||||
GET {{host_standalone}}/api/system/info
|
||||
|
||||
###
|
||||
###
|
||||
|
||||
POST {{host_standalone2}}/rest/uploadFile
|
||||
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
|
||||
|
||||
------WebKitFormBoundary7MA4YWxkTrZu0gW
|
||||
Content-Disposition: form-data; name="text"
|
||||
|
||||
title
|
||||
------WebKitFormBoundary7MA4YWxkTrZu0gW
|
||||
Content-Disposition: form-data; name="file"; filename="emsesp_settings.json"
|
||||
Content-Type: application/json
|
||||
|
||||
< ./standalone_file_export/emsesp_settings.json
|
||||
------WebKitFormBoundary7MA4YWxkTrZu0gW--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user