fix: remove version tag of yml
This commit is contained in:
@@ -43,4 +43,36 @@ sudo systemctl enable mongod
|
||||
sudo systemctl status mongod
|
||||
sudo dpkg -i omada_v5.15.6.7_linux_x64_20241128140044_1733188152890.deb
|
||||
sudo apt install --fix-broken
|
||||
```
|
||||
```
|
||||
|
||||
## devices
|
||||
|
||||
ap sn: 22475N7000767 mac: B0-19-21-7E-27-40
|
||||
|
||||
omada link
|
||||
|
||||
curl --location --request POST 'https://aps1-omada-northbound.tplinkcloud.com/openapi/authorize/token?grant_type=client_credentials' \
|
||||
--header 'Content-Language: en-US' \
|
||||
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--header 'Accept: */*' \
|
||||
--header 'Host: aps1-omada-northbound.tplinkcloud.com' \
|
||||
--header 'Connection: keep-alive' \
|
||||
--data-raw '{
|
||||
"omadacId": "10ccde5bfee5142b28a07f6146f41056",
|
||||
"client_id": "48b3be2083dd4fbdb5f7cfd5c3a4abb6",
|
||||
"client_secret": "2556dfcafe6d4288b3f0921aa6391c76"
|
||||
}'
|
||||
|
||||
curl --location --request POST 'https://192.168.2.249:8043/openapi/authorize/token?grant_type=client_credentials' \
|
||||
--header 'Content-Language: en-US' \
|
||||
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--header 'Accept: */*' \
|
||||
--header 'Host: 192.168.2.249:8043' \
|
||||
--header 'Connection: keep-alive' \
|
||||
--data-raw '{
|
||||
"omadacId": "f3aa6e479b94222581523710cc2c2a9d",
|
||||
"client_id": "5036e77c81a74008821c694a715fe2b8",
|
||||
"client_secret": "29faa06fb7f244b094377b48eb3083a7"
|
||||
}'
|
||||
Reference in New Issue
Block a user