11WifiScanPath :
22 get :
3- $ref : ../wifi /paths.yaml#/ScanGet
3+ $ref : ../network /paths.yaml#/ScanGet
44WifiStaPath :
55 get :
6- $ref : ../wifi /paths.yaml#/StaGet
6+ $ref : ../network /paths.yaml#/StaGet
77 put :
8- $ref : ../wifi /paths.yaml#/StaPut
8+ $ref : ../network /paths.yaml#/StaPut
99 delete :
10- $ref : ../wifi /paths.yaml#/StaDelete
10+ $ref : ../network /paths.yaml#/StaDelete
1111WifiWatchDogPath :
1212 get :
13- $ref : ../wifi /paths.yaml#/WatchdogGet
13+ $ref : ../network /paths.yaml#/WatchdogGet
1414 patch :
15- $ref : ../wifi /paths.yaml#/WatchdogPatch
15+ $ref : ../network /paths.yaml#/WatchdogPatch
1616WifiUpgradePath :
1717 get :
1818 $ref : ../firmware/paths.yaml#/Get
@@ -188,16 +188,16 @@ WatchdogGet:
188188 application/json :
189189 schema :
190190 $ref : schemas.yaml#/Watchdog
191- description : Wi-Fi Watchdog settings
191+ description : Network Watchdog settings
192192 ' 401 ' :
193193 $ref : ../common/responses.yaml#/Unauthorized
194194 ' 500 ' :
195195 $ref : ../common/responses.yaml#/InternalServerError
196196 security :
197197 - BasicAuth : []
198- summary : Check Wi-Fi Watchdog configuration
198+ summary : Check Network Watchdog configuration
199199 tags :
200- - Wi-Fi Watchdog
200+ - Network Watchdog
201201WatchdogPatch :
202202 requestBody :
203203 content :
@@ -206,19 +206,19 @@ WatchdogPatch:
206206 $ref : schemas.yaml#/Watchdog
207207 responses :
208208 ' 200 ' :
209- description : Wi-Fi Watchdog config updated
209+ description : Network Watchdog config updated
210210 ' 401 ' :
211211 $ref : ../common/responses.yaml#/Unauthorized
212212 ' 500 ' :
213213 $ref : ../common/responses.yaml#/InternalServerError
214214 security :
215215 - BasicAuth : []
216- summary : Configure Wi-Fi Watchdog
216+ summary : Configure Network Watchdog
217217 description : |
218218 Configure the Wi-Fi watchdog, which runs whenever the Wi-Fi station (`sta`)
219219 is configured.
220220
221221 This watchdog feature is useful on some Wi-Fi networks where the Bond
222222 may lose its connection after some period of time.
223223 tags :
224- - Wi-Fi Watchdog
224+ - Network Watchdog
0 commit comments