Add versioned HTTP API routes
This commit is contained in:
@@ -38,7 +38,7 @@ Serial command:
|
||||
|
||||
HTTP endpoint:
|
||||
|
||||
POST /config/device
|
||||
POST /api/v1/config/device
|
||||
|
||||
## Relay Configuration
|
||||
|
||||
@@ -67,7 +67,7 @@ Serial commands:
|
||||
|
||||
HTTP endpoint:
|
||||
|
||||
POST /config/relay
|
||||
POST /api/v1/config/relay
|
||||
|
||||
## Temperature Sensor Configuration
|
||||
|
||||
@@ -102,7 +102,7 @@ Serial commands:
|
||||
|
||||
HTTP endpoint:
|
||||
|
||||
POST /config/temp
|
||||
POST /api/v1/config/temp
|
||||
|
||||
## BMS Configuration
|
||||
|
||||
@@ -127,7 +127,7 @@ Serial commands:
|
||||
|
||||
HTTP endpoint:
|
||||
|
||||
POST /config/bms
|
||||
POST /api/v1/config/bms
|
||||
|
||||
## BMS Setup Mode
|
||||
|
||||
@@ -157,7 +157,7 @@ Serial command:
|
||||
|
||||
HTTP endpoint:
|
||||
|
||||
POST /config/factory-reset
|
||||
POST /api/v1/config/factory-reset
|
||||
|
||||
After factory reset:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user