From 82de188a7f589dfb59d599a1f69a8a5cb45205c8 Mon Sep 17 00:00:00 2001 From: feckert Date: Mon, 13 Oct 2025 05:59:38 +0000 Subject: [PATCH] deploy: 8d89aa1edb842b43d5f503b203c198e9aefd8a77 --- jsapi/LuCI.baseclass.html | 4 +- jsapi/LuCI.dom.html | 4 +- jsapi/LuCI.form.AbstractElement.html | 4 +- jsapi/LuCI.form.AbstractSection.html | 4 +- jsapi/LuCI.form.AbstractValue.html | 4 +- jsapi/LuCI.form.ButtonValue.html | 4 +- jsapi/LuCI.form.DummyValue.html | 4 +- jsapi/LuCI.form.DynamicList.html | 4 +- jsapi/LuCI.form.FileUpload.html | 4 +- jsapi/LuCI.form.FlagValue.html | 4 +- jsapi/LuCI.form.GridSection.html | 4 +- jsapi/LuCI.form.HiddenValue.html | 4 +- jsapi/LuCI.form.JSONMap.html | 4 +- jsapi/LuCI.form.ListValue.html | 4 +- jsapi/LuCI.form.Map.html | 4 +- jsapi/LuCI.form.MultiValue.html | 4 +- jsapi/LuCI.form.NamedSection.html | 4 +- jsapi/LuCI.form.RangeSliderValue.html | 4 +- jsapi/LuCI.form.RichListValue.html | 4 +- jsapi/LuCI.form.SectionValue.html | 4 +- jsapi/LuCI.form.TableSection.html | 4 +- jsapi/LuCI.form.TextValue.html | 4 +- jsapi/LuCI.form.TypedSection.html | 4 +- jsapi/LuCI.form.Value.html | 4 +- jsapi/LuCI.form.html | 4 +- jsapi/LuCI.fs.html | 4 +- jsapi/LuCI.headers.html | 4 +- jsapi/LuCI.html | 4 +- jsapi/LuCI.network.Device.html | 58 ++++++------ jsapi/LuCI.network.Hosts.html | 4 +- jsapi/LuCI.network.Protocol.html | 126 +++++++++++++++++++++++--- jsapi/LuCI.network.WifiDevice.html | 32 ++++--- jsapi/LuCI.network.WifiNetwork.html | 84 ++++++++--------- jsapi/LuCI.network.WifiVlan.html | 16 ++-- jsapi/LuCI.network.html | 4 +- jsapi/LuCI.poll.html | 4 +- jsapi/LuCI.request.html | 4 +- jsapi/LuCI.request.poll.html | 4 +- jsapi/LuCI.response.html | 4 +- jsapi/LuCI.rpc.html | 4 +- jsapi/LuCI.session.html | 4 +- jsapi/LuCI.uci.html | 4 +- jsapi/LuCI.ui.AbstractElement.html | 4 +- jsapi/LuCI.ui.Checkbox.html | 4 +- jsapi/LuCI.ui.ComboButton.html | 4 +- jsapi/LuCI.ui.Combobox.html | 4 +- jsapi/LuCI.ui.Dropdown.html | 4 +- jsapi/LuCI.ui.DynamicList.html | 4 +- jsapi/LuCI.ui.FileUpload.html | 4 +- jsapi/LuCI.ui.Hiddenfield.html | 4 +- jsapi/LuCI.ui.RangeSlider.html | 4 +- jsapi/LuCI.ui.Select.html | 4 +- jsapi/LuCI.ui.Textarea.html | 4 +- jsapi/LuCI.ui.Textfield.html | 4 +- jsapi/LuCI.ui.changes.html | 4 +- jsapi/LuCI.ui.html | 4 +- jsapi/LuCI.ui.menu.html | 4 +- jsapi/LuCI.ui.tabs.html | 4 +- jsapi/LuCI.view.html | 4 +- jsapi/LuCI.xhr.html | 4 +- jsapi/form.js.html | 4 +- jsapi/fs.js.html | 4 +- jsapi/global.html | 4 +- jsapi/index.html | 4 +- jsapi/luci.js.html | 4 +- jsapi/network.js.html | 14 ++- jsapi/rpc.js.html | 4 +- jsapi/uci.js.html | 4 +- jsapi/ui.js.html | 4 +- 69 files changed, 415 insertions(+), 167 deletions(-) diff --git a/jsapi/LuCI.baseclass.html b/jsapi/LuCI.baseclass.html index 97b9689ba8..ba6beec850 100644 --- a/jsapi/LuCI.baseclass.html +++ b/jsapi/LuCI.baseclass.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5042,7 +5044,7 @@ and the values extracted from the args array beginning with diff --git a/jsapi/LuCI.dom.html b/jsapi/LuCI.dom.html index ead3a604f5..39ac491a91 100644 --- a/jsapi/LuCI.dom.html +++ b/jsapi/LuCI.dom.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6638,7 +6640,7 @@ ignored, else not.

    diff --git a/jsapi/LuCI.form.AbstractElement.html b/jsapi/LuCI.form.AbstractElement.html index e74037f1c9..a7f0145aaf 100644 --- a/jsapi/LuCI.form.AbstractElement.html +++ b/jsapi/LuCI.form.AbstractElement.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4629,7 +4631,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractSection.html b/jsapi/LuCI.form.AbstractSection.html index 89d91859da..a296f8ce96 100644 --- a/jsapi/LuCI.form.AbstractSection.html +++ b/jsapi/LuCI.form.AbstractSection.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6528,7 +6530,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractValue.html b/jsapi/LuCI.form.AbstractValue.html index 05eddb376c..5a39e6ccc1 100644 --- a/jsapi/LuCI.form.AbstractValue.html +++ b/jsapi/LuCI.form.AbstractValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7598,7 +7600,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.ButtonValue.html b/jsapi/LuCI.form.ButtonValue.html index 5ce72ad8b1..2364281d1d 100644 --- a/jsapi/LuCI.form.ButtonValue.html +++ b/jsapi/LuCI.form.ButtonValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7921,7 +7923,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.DummyValue.html b/jsapi/LuCI.form.DummyValue.html index 0bb41782c9..ce5eeda054 100644 --- a/jsapi/LuCI.form.DummyValue.html +++ b/jsapi/LuCI.form.DummyValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7908,7 +7910,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.DynamicList.html b/jsapi/LuCI.form.DynamicList.html index 7d1b3fd9c1..bcdc6a96df 100644 --- a/jsapi/LuCI.form.DynamicList.html +++ b/jsapi/LuCI.form.DynamicList.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7808,7 +7810,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.FileUpload.html b/jsapi/LuCI.form.FileUpload.html index 8bc9ff23a0..25fc625c7f 100644 --- a/jsapi/LuCI.form.FileUpload.html +++ b/jsapi/LuCI.form.FileUpload.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -8065,7 +8067,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.FlagValue.html b/jsapi/LuCI.form.FlagValue.html index ec3a191ad9..62b039c242 100644 --- a/jsapi/LuCI.form.FlagValue.html +++ b/jsapi/LuCI.form.FlagValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7949,7 +7951,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.GridSection.html b/jsapi/LuCI.form.GridSection.html index c7501a3058..2d2d81ad58 100644 --- a/jsapi/LuCI.form.GridSection.html +++ b/jsapi/LuCI.form.GridSection.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7338,7 +7340,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.HiddenValue.html b/jsapi/LuCI.form.HiddenValue.html index e82b46b56e..0c19509bee 100644 --- a/jsapi/LuCI.form.HiddenValue.html +++ b/jsapi/LuCI.form.HiddenValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7762,7 +7764,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.JSONMap.html b/jsapi/LuCI.form.JSONMap.html index 4a48649959..e453207cf1 100644 --- a/jsapi/LuCI.form.JSONMap.html +++ b/jsapi/LuCI.form.JSONMap.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6208,7 +6210,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.ListValue.html b/jsapi/LuCI.form.ListValue.html index 667bec3908..3e668798e1 100644 --- a/jsapi/LuCI.form.ListValue.html +++ b/jsapi/LuCI.form.ListValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7933,7 +7935,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.Map.html b/jsapi/LuCI.form.Map.html index 0882d3579a..bed791de5a 100644 --- a/jsapi/LuCI.form.Map.html +++ b/jsapi/LuCI.form.Map.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6187,7 +6189,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.MultiValue.html b/jsapi/LuCI.form.MultiValue.html index e064325279..f0c4cb2aa6 100644 --- a/jsapi/LuCI.form.MultiValue.html +++ b/jsapi/LuCI.form.MultiValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7956,7 +7958,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.NamedSection.html b/jsapi/LuCI.form.NamedSection.html index 3cd0896dda..37c3a14f0f 100644 --- a/jsapi/LuCI.form.NamedSection.html +++ b/jsapi/LuCI.form.NamedSection.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6792,7 +6794,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.RangeSliderValue.html b/jsapi/LuCI.form.RangeSliderValue.html index 3dd61dddcc..ee62880018 100644 --- a/jsapi/LuCI.form.RangeSliderValue.html +++ b/jsapi/LuCI.form.RangeSliderValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -8024,7 +8026,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.RichListValue.html b/jsapi/LuCI.form.RichListValue.html index e354a9e847..5684b7d4a5 100644 --- a/jsapi/LuCI.form.RichListValue.html +++ b/jsapi/LuCI.form.RichListValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -8085,7 +8087,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.SectionValue.html b/jsapi/LuCI.form.SectionValue.html index 6ef461dc2a..3df4adf36e 100644 --- a/jsapi/LuCI.form.SectionValue.html +++ b/jsapi/LuCI.form.SectionValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7789,7 +7791,7 @@ its write() implementation is a no-op.

    diff --git a/jsapi/LuCI.form.TableSection.html b/jsapi/LuCI.form.TableSection.html index c7bb4232b1..b2307d8d3f 100644 --- a/jsapi/LuCI.form.TableSection.html +++ b/jsapi/LuCI.form.TableSection.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7310,7 +7312,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.TextValue.html b/jsapi/LuCI.form.TextValue.html index 8ff0acb9cc..b9ee471e15 100644 --- a/jsapi/LuCI.form.TextValue.html +++ b/jsapi/LuCI.form.TextValue.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7805,7 +7807,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.TypedSection.html b/jsapi/LuCI.form.TypedSection.html index ae29dcaf58..2ddea8191f 100644 --- a/jsapi/LuCI.form.TypedSection.html +++ b/jsapi/LuCI.form.TypedSection.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6999,7 +7001,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.Value.html b/jsapi/LuCI.form.Value.html index 7107bebf4e..63891084c1 100644 --- a/jsapi/LuCI.form.Value.html +++ b/jsapi/LuCI.form.Value.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7864,7 +7866,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.html b/jsapi/LuCI.form.html index 8c77571107..2289f57bec 100644 --- a/jsapi/LuCI.form.html +++ b/jsapi/LuCI.form.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4054,7 +4056,7 @@ m.render().then((node) => { diff --git a/jsapi/LuCI.fs.html b/jsapi/LuCI.fs.html index 0bccfdea0e..a1a39df13b 100644 --- a/jsapi/LuCI.fs.html +++ b/jsapi/LuCI.fs.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6237,7 +6239,7 @@ the failure reason. diff --git a/jsapi/LuCI.headers.html b/jsapi/LuCI.headers.html index 99f1409e8d..55cac1ed54 100644 --- a/jsapi/LuCI.headers.html +++ b/jsapi/LuCI.headers.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4253,7 +4255,7 @@ Note: Header-Names are case-insensitive.

    diff --git a/jsapi/LuCI.html b/jsapi/LuCI.html index 33b38a25db..c39b3cff04 100644 --- a/jsapi/LuCI.html +++ b/jsapi/LuCI.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -8829,7 +8831,7 @@ else null.

    diff --git a/jsapi/LuCI.network.Device.html b/jsapi/LuCI.network.Device.html index 2c22b00f97..19cfaa54e4 100644 --- a/jsapi/LuCI.network.Device.html +++ b/jsapi/LuCI.network.Device.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -3865,7 +3867,7 @@ device and allows querying device details such as packet statistics or MTU.

    <
    - network.js, line 2858 + network.js, line 2868
    @@ -3950,7 +3952,7 @@ device and allows querying device details such as packet statistics or MTU.

    <
    - network.js, line 3090 + network.js, line 3100
    @@ -4054,7 +4056,7 @@ device is not a Linux bridge.
    - network.js, line 3102 + network.js, line 3112
    @@ -4155,7 +4157,7 @@ enabled, else false.
    - network.js, line 3196 + network.js, line 3206
    @@ -4256,7 +4258,7 @@ inserted into an Ethernet port of false if there is none.
    - network.js, line 3223 + network.js, line 3233
    @@ -4361,7 +4363,7 @@ null if the duplex mode is unknown or unsupported.
    - network.js, line 3010 + network.js, line 3020
    @@ -4462,7 +4464,7 @@ for non-WiFi devices or operation mode and SSID for WiFi ones.
    - network.js, line 2945 + network.js, line 2955
    @@ -4562,7 +4564,7 @@ for non-WiFi devices or operation mode and SSID for WiFi ones.
    - network.js, line 2934 + network.js, line 2944
    @@ -4662,7 +4664,7 @@ for non-WiFi devices or operation mode and SSID for WiFi ones.
    - network.js, line 2913 + network.js, line 2923
    @@ -4766,7 +4768,7 @@ e.g. for non-Ethernet tunnel devices.
    - network.js, line 2924 + network.js, line 2934
    @@ -4866,7 +4868,7 @@ e.g. for non-Ethernet tunnel devices.
    - network.js, line 2902 + network.js, line 2912
    @@ -4966,7 +4968,7 @@ e.g. for non-Ethernet tunnel devices.
    - network.js, line 3238 + network.js, line 3248
    @@ -5071,7 +5073,7 @@ assigned to any logical interface.
    - network.js, line 3249 + network.js, line 3259
    @@ -5172,7 +5174,7 @@ logical interfaces this device is assigned to.
    - network.js, line 3289 + network.js, line 3299
    @@ -5280,7 +5282,7 @@ ordinary Ethernet interfaces.
    - network.js, line 3068 + network.js, line 3078
    @@ -5385,7 +5387,7 @@ a Linux bridge.
    - network.js, line 3162 + network.js, line 3172
    @@ -5485,7 +5487,7 @@ a Linux bridge.
    - network.js, line 3184 + network.js, line 3194
    @@ -5585,7 +5587,7 @@ a Linux bridge.
    - network.js, line 2996 + network.js, line 3006
    @@ -5686,7 +5688,7 @@ the operation mode and SSID for WiFi devices.
    - network.js, line 3210 + network.js, line 3220
    @@ -5792,7 +5794,7 @@ returned.
    - network.js, line 3151 + network.js, line 3161
    @@ -5892,7 +5894,7 @@ returned.
    - network.js, line 3173 + network.js, line 3183
    @@ -5992,7 +5994,7 @@ returned.
    - network.js, line 2964 + network.js, line 2974
    @@ -6102,7 +6104,7 @@ returned.
    - network.js, line 3028 + network.js, line 3038
    @@ -6203,7 +6205,7 @@ returned.
    - network.js, line 3273 + network.js, line 3283
    @@ -6308,7 +6310,7 @@ is not a wireless device.
    - network.js, line 3130 + network.js, line 3140
    @@ -6409,7 +6411,7 @@ else false.
    - network.js, line 3141 + network.js, line 3151
    @@ -6510,7 +6512,7 @@ else false.
    - network.js, line 3114 + network.js, line 3124
    @@ -6619,7 +6621,7 @@ when it is down or absent. diff --git a/jsapi/LuCI.network.Hosts.html b/jsapi/LuCI.network.Hosts.html index bd5b4ed701..9c9a2836c9 100644 --- a/jsapi/LuCI.network.Hosts.html +++ b/jsapi/LuCI.network.Hosts.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5179,7 +5181,7 @@ is used as hint. diff --git a/jsapi/LuCI.network.Protocol.html b/jsapi/LuCI.network.Protocol.html index fd31b80230..94ae9b975f 100644 --- a/jsapi/LuCI.network.Protocol.html +++ b/jsapi/LuCI.network.Protocol.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -3950,7 +3952,7 @@ subclasses which describe logical UCI networks defined by config interface @@ -4111,7 +4113,7 @@ interface or if the logical interface is virtual. @@ -4272,7 +4274,7 @@ device or false if not. @@ -4382,7 +4384,7 @@ the interface removal will be aborted. @@ -4695,7 +4697,7 @@ not found. @@ -4797,7 +4799,7 @@ expected Linux network device according to the configuration. @@ -6348,7 +6350,7 @@ follows the order of the addresses in ubus runtime information. - network.js, line 2720 + network.js, line 2730 @@ -6450,7 +6452,7 @@ network device currently associated with the logical interface. @@ -7379,7 +7381,7 @@ handler didn't request a zone. @@ -7840,7 +7842,7 @@ or not (false). @@ -8141,6 +8143,106 @@ returns true.

    + + + + +
    +
    +

    + + isPending(){boolean} +

    + + + + +
    + + +
    +
    + + +
    +

    Checks whether this logical interface is pending.

    +
    + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    Returns:
    + + + + + + + + + + + + + + + + + + + + +
    TypeDescription
    + + boolean + + + returns true when the interface is pending or false when it is not.
    + + + +
    @@ -8154,7 +8256,7 @@ returns true.

    @@ -8515,7 +8617,7 @@ configuration.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.WifiDevice.html b/jsapi/LuCI.network.WifiDevice.html index 5c22cf02ce..cf63808e58 100644 --- a/jsapi/LuCI.network.WifiDevice.html +++ b/jsapi/LuCI.network.WifiDevice.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -3866,7 +3868,7 @@ well as methods for enumerating related wireless networks.

    @@ -3951,7 +3953,7 @@ well as methods for enumerating related wireless networks.

    @@ -4106,7 +4108,7 @@ were invalid. @@ -4258,7 +4260,7 @@ with this wireless radio device. @@ -4410,7 +4412,7 @@ not found. @@ -4530,7 +4532,7 @@ known mode values are: @@ -4642,7 +4644,7 @@ known mode values are: @@ -4742,7 +4744,7 @@ known mode values are: @@ -4844,7 +4846,7 @@ for the wireless phy. @@ -4946,7 +4948,7 @@ describing the networks found in the vicinity. @@ -5097,7 +5099,7 @@ this radio device. @@ -5199,7 +5201,7 @@ radio device. @@ -5301,7 +5303,7 @@ UCI configuration. @@ -5402,7 +5404,7 @@ runtime state.

    @@ -5556,7 +5558,7 @@ configuration.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.WifiNetwork.html b/jsapi/LuCI.network.WifiNetwork.html index 87ef90c74b..ad13664383 100644 --- a/jsapi/LuCI.network.WifiNetwork.html +++ b/jsapi/LuCI.network.WifiNetwork.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -3867,7 +3869,7 @@ such networks in parallel.

    @@ -3952,7 +3954,7 @@ such networks in parallel.

    @@ -4223,7 +4225,7 @@ are passed. @@ -4375,7 +4377,7 @@ not found. @@ -4476,7 +4478,7 @@ information. @@ -4577,7 +4579,7 @@ encryption state could not be found in ubus runtime information. - network.js, line 3893 + network.js, line 3903 @@ -4690,7 +4692,7 @@ Possible returned values are: @@ -4792,7 +4794,7 @@ translated string.

    @@ -4893,7 +4895,7 @@ information. @@ -4994,7 +4996,7 @@ with this network. @@ -5100,7 +5102,7 @@ is not available. @@ -5203,7 +5205,7 @@ is not available. @@ -5307,7 +5309,7 @@ or null if it cannot be determined. @@ -5408,7 +5410,7 @@ information or 00 if it cannot be determined. @@ -5509,7 +5511,7 @@ device associated with this wireless network. @@ -5614,7 +5616,7 @@ available. @@ -5717,7 +5719,7 @@ name, depending on which information is available. @@ -5820,7 +5822,7 @@ radio and network index numbers.

    @@ -5925,7 +5927,7 @@ associated network device, e.g. when not configured or up. @@ -6029,7 +6031,7 @@ is not in mesh mode. @@ -6136,7 +6138,7 @@ is not in mesh mode. @@ -6236,7 +6238,7 @@ is not in mesh mode. @@ -6341,7 +6343,7 @@ interface. @@ -6442,7 +6444,7 @@ attached to.

    @@ -6543,7 +6545,7 @@ logical interfaces this wireless network is attached to. @@ -6644,7 +6646,7 @@ information or 0 if it cannot be determined. @@ -6746,7 +6748,7 @@ internal network ID, depending on which information is available. @@ -6850,7 +6852,7 @@ information or null if it cannot be determined. @@ -6953,7 +6955,7 @@ noise and signal (SNR), divided by 5. @@ -7055,7 +7057,7 @@ by ubus runtime state. @@ -7159,7 +7161,7 @@ in mesh mode. @@ -7263,7 +7265,7 @@ in mesh mode. @@ -7367,7 +7369,7 @@ cannot be determined. @@ -7469,7 +7471,7 @@ has no associated VLAN network devices. @@ -7569,7 +7571,7 @@ has no associated VLAN network devices. @@ -7674,7 +7676,7 @@ found. @@ -7778,7 +7780,7 @@ or null if it cannot be determined. @@ -7879,7 +7881,7 @@ de-authenticating clients, otherwise false. @@ -7981,7 +7983,7 @@ UCI configuration. @@ -8086,7 +8088,7 @@ instance.

    @@ -8240,7 +8242,7 @@ configuration.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.WifiVlan.html b/jsapi/LuCI.network.WifiVlan.html index 06ae72d6e6..d4316afd2f 100644 --- a/jsapi/LuCI.network.WifiVlan.html +++ b/jsapi/LuCI.network.WifiVlan.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -3864,7 +3866,7 @@ @@ -3949,7 +3951,7 @@ @@ -4050,7 +4052,7 @@ if it is different than the vlan id @@ -4150,7 +4152,7 @@ if it is different than the vlan id @@ -4250,7 +4252,7 @@ if it is different than the vlan id @@ -4350,7 +4352,7 @@ if it is different than the vlan id @@ -4458,7 +4460,7 @@ if it is different than the vlan id
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.html b/jsapi/LuCI.network.html index 20f90dff6a..c8a6fa7839 100644 --- a/jsapi/LuCI.network.html +++ b/jsapi/LuCI.network.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -10086,7 +10088,7 @@ conjunction with quality to calculate a quality percentage.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.poll.html b/jsapi/LuCI.poll.html index a238ef67d0..f144d09a9f 100644 --- a/jsapi/LuCI.poll.html +++ b/jsapi/LuCI.poll.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4636,7 +4638,7 @@ run to begin with.
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.request.html b/jsapi/LuCI.request.html index 0cfff21498..23fb79601f 100644 --- a/jsapi/LuCI.request.html +++ b/jsapi/LuCI.request.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5571,7 +5573,7 @@ instances as sole argument during the HTTP request transfer.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.request.poll.html b/jsapi/LuCI.request.poll.html index 7dfbabd3a3..f78c28798c 100644 --- a/jsapi/LuCI.request.poll.html +++ b/jsapi/LuCI.request.poll.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4755,7 +4757,7 @@ else null.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.response.html b/jsapi/LuCI.response.html index 4b4653dda8..5fe153f2ae 100644 --- a/jsapi/LuCI.response.html +++ b/jsapi/LuCI.response.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4713,7 +4715,7 @@ using String() and treated as response text.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.rpc.html b/jsapi/LuCI.rpc.html index b711cecf0a..b544a89814 100644 --- a/jsapi/LuCI.rpc.html +++ b/jsapi/LuCI.rpc.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6044,7 +6046,7 @@ to the expect and filter declarations.
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.session.html b/jsapi/LuCI.session.html index e37f11b65e..d6915d0a2a 100644 --- a/jsapi/LuCI.session.html +++ b/jsapi/LuCI.session.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4483,7 +4485,7 @@ being put in the session store.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.uci.html b/jsapi/LuCI.uci.html index bba5303854..3119d1d0fd 100644 --- a/jsapi/LuCI.uci.html +++ b/jsapi/LuCI.uci.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -8020,7 +8022,7 @@ associated name as arguments.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.AbstractElement.html b/jsapi/LuCI.ui.AbstractElement.html index efed083252..bfd0d09dfc 100644 --- a/jsapi/LuCI.ui.AbstractElement.html +++ b/jsapi/LuCI.ui.AbstractElement.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5587,7 +5589,7 @@ and are displayed in a slightly faded style.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Checkbox.html b/jsapi/LuCI.ui.Checkbox.html index e3ca0fca8b..fd25ea5922 100644 --- a/jsapi/LuCI.ui.Checkbox.html +++ b/jsapi/LuCI.ui.Checkbox.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5701,7 +5703,7 @@ it is required for HTML based form submissions.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.ComboButton.html b/jsapi/LuCI.ui.ComboButton.html index dea612b533..4153b44d06 100644 --- a/jsapi/LuCI.ui.ComboButton.html +++ b/jsapi/LuCI.ui.ComboButton.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5731,7 +5733,7 @@ choice value as second argument.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Combobox.html b/jsapi/LuCI.ui.Combobox.html index d0b115704d..6cfce809d4 100644 --- a/jsapi/LuCI.ui.Combobox.html +++ b/jsapi/LuCI.ui.Combobox.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5634,7 +5636,7 @@ forcibly set to true.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Dropdown.html b/jsapi/LuCI.ui.Dropdown.html index 16de26f80d..85052808b2 100644 --- a/jsapi/LuCI.ui.Dropdown.html +++ b/jsapi/LuCI.ui.Dropdown.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6432,7 +6434,7 @@ expression. Only applicable when create is true.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.ui.DynamicList.html b/jsapi/LuCI.ui.DynamicList.html index 72a876200c..7f0a331d50 100644 --- a/jsapi/LuCI.ui.DynamicList.html +++ b/jsapi/LuCI.ui.DynamicList.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5809,7 +5811,7 @@ it to remain unselected.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.FileUpload.html b/jsapi/LuCI.ui.FileUpload.html index 48c5e22a01..c41fda38f5 100644 --- a/jsapi/LuCI.ui.FileUpload.html +++ b/jsapi/LuCI.ui.FileUpload.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5732,7 +5734,7 @@ ACL setup for the current session.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Hiddenfield.html b/jsapi/LuCI.ui.Hiddenfield.html index f71d5d6ea9..88b57adb31 100644 --- a/jsapi/LuCI.ui.Hiddenfield.html +++ b/jsapi/LuCI.ui.Hiddenfield.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5412,7 +5414,7 @@ trigger validation runs, e.g. when programmatically altering values.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.RangeSlider.html b/jsapi/LuCI.ui.RangeSlider.html index 1fcfb67d4a..0b5f5d59f3 100644 --- a/jsapi/LuCI.ui.RangeSlider.html +++ b/jsapi/LuCI.ui.RangeSlider.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5751,7 +5753,7 @@ arbitrary precision floating point numbers.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Select.html b/jsapi/LuCI.ui.Select.html index f67e5cecf3..9c6091c177 100644 --- a/jsapi/LuCI.ui.Select.html +++ b/jsapi/LuCI.ui.Select.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5764,7 +5766,7 @@ selected yet. Only applicable to the select widget type.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Textarea.html b/jsapi/LuCI.ui.Textarea.html index 615a782e8e..ce461ead3c 100644 --- a/jsapi/LuCI.ui.Textarea.html +++ b/jsapi/LuCI.ui.Textarea.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5710,7 +5712,7 @@ contents.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Textfield.html b/jsapi/LuCI.ui.Textfield.html index 0a311bb03a..6bee4c1760 100644 --- a/jsapi/LuCI.ui.Textfield.html +++ b/jsapi/LuCI.ui.Textfield.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -5638,7 +5640,7 @@ corresponding <input> element is empty.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.changes.html b/jsapi/LuCI.ui.changes.html index 1f5a6825e0..53adeabc18 100644 --- a/jsapi/LuCI.ui.changes.html +++ b/jsapi/LuCI.ui.changes.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4490,7 +4492,7 @@ is removed.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.html b/jsapi/LuCI.ui.html index 2ba69628ea..9ca1590265 100644 --- a/jsapi/LuCI.ui.html +++ b/jsapi/LuCI.ui.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6852,7 +6854,7 @@ cancelled by the user.
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.menu.html b/jsapi/LuCI.ui.menu.html index 360b71d36e..8eded5f3b3 100644 --- a/jsapi/LuCI.ui.menu.html +++ b/jsapi/LuCI.ui.menu.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4537,7 +4539,7 @@ internal root node if omitted.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.tabs.html b/jsapi/LuCI.ui.tabs.html index 48655586d1..81a85a0d2b 100644 --- a/jsapi/LuCI.ui.tabs.html +++ b/jsapi/LuCI.ui.tabs.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4237,7 +4239,7 @@ DOM node.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.view.html b/jsapi/LuCI.view.html index 0dbfc79581..ba65b588b6 100644 --- a/jsapi/LuCI.view.html +++ b/jsapi/LuCI.view.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4841,7 +4843,7 @@ to a Node value.
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.xhr.html b/jsapi/LuCI.xhr.html index 59e4a97fa0..13c632d3ab 100644 --- a/jsapi/LuCI.xhr.html +++ b/jsapi/LuCI.xhr.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4805,7 +4807,7 @@ when invoked.

    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/form.js.html b/jsapi/form.js.html index f551edeb69..34c2fc0102 100644 --- a/jsapi/form.js.html +++ b/jsapi/form.js.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -9033,7 +9035,7 @@ return baseclass.extend(/** @lends LuCI.form.prototype */ {
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/fs.js.html b/jsapi/fs.js.html index 2db3fc86ce..4f69e5b6b0 100644 --- a/jsapi/fs.js.html +++ b/jsapi/fs.js.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4279,7 +4281,7 @@ return FileSystem;
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/global.html b/jsapi/global.html index c0b7c086a3..f9e92bab06 100644 --- a/jsapi/global.html +++ b/jsapi/global.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4117,7 +4119,7 @@
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/index.html b/jsapi/index.html index 08cb3d542c..73a044f3ee 100644 --- a/jsapi/index.html +++ b/jsapi/index.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -3866,7 +3868,7 @@ is the central JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/luci.js.html b/jsapi/luci.js.html index 56eeb3d10c..0c4c8dd74c 100644 --- a/jsapi/luci.js.html +++ b/jsapi/luci.js.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -7287,7 +7289,7 @@
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:34 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/network.js.html b/jsapi/network.js.html index e7c9fa469e..f9c9bda852 100644 --- a/jsapi/network.js.html +++ b/jsapi/network.js.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -6400,6 +6402,16 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ { return (this._ubus('dynamic') == true); }, + /** + * Checks whether this logical interface is pending. + * + * @returns {boolean} + * returns `true` when the interface is pending or `false` when it is not. + */ + isPending: function() { + return (this._ubus('pending') == true); + }, + /** * Checks whether this interface is an alias interface. * @@ -8400,7 +8412,7 @@ return Network;
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/rpc.js.html b/jsapi/rpc.js.html index 72709493aa..41ec108e76 100644 --- a/jsapi/rpc.js.html +++ b/jsapi/rpc.js.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4335,7 +4337,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/uci.js.html b/jsapi/uci.js.html index d349d4d4c6..af394da43b 100644 --- a/jsapi/uci.js.html +++ b/jsapi/uci.js.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -4909,7 +4911,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
    - Documentation generated by JSDoc 3.6.11 on Tue Oct 07 2025 22:56:21 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Oct 13 2025 05:59:35 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/ui.js.html b/jsapi/ui.js.html index 0357bac6ff..76c88a888d 100644 --- a/jsapi/ui.js.html +++ b/jsapi/ui.js.html @@ -2484,6 +2484,8 @@
  • isInstalled
  • +
  • isPending
  • +
  • isUp
  • isVirtual
  • @@ -9187,7 +9189,7 @@ return UI; -- 2.30.2