early return from fetchApiStatus for in-app wifi, fix typo in docstrings

This commit is contained in:
Vincent Elger Zwanenburg
2025-07-17 23:31:05 +01:00
parent 576f8c4a64
commit be7eed1ae1
2 changed files with 10 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class WifiLteExecutionConfirmDelegate extends WatchUi.ConfirmationDelegate {
//! - url: (For type `"entity"`) The full Home Assistant entity API URL.
//! - callback: (For type `"entity"`) A callback method (Method<data as Dictionary>) to handle the response.
//! - data: (Optional) A dictionary of data to send with the request.
//! = exit: Boolean: true to exit after running command.
//! - exit: Boolean: if set to true: exit after running command.
function initialize(cOptions as {
:type as Lang.String,
:service as Lang.String or Null,