From 89cc264930f22d0d6b2959dba4326db7d5d115da Mon Sep 17 00:00:00 2001 From: systemcrash Date: Wed, 16 Oct 2024 01:58:13 +0000 Subject: [PATCH] deploy: 09a1a58b13263500a71dea4fbb62b4ad572569c3 --- jsapi/LuCI.baseclass.html | 2 +- jsapi/LuCI.dom.html | 2 +- jsapi/LuCI.form.AbstractElement.html | 2 +- jsapi/LuCI.form.AbstractSection.html | 2 +- jsapi/LuCI.form.AbstractValue.html | 2 +- jsapi/LuCI.form.ButtonValue.html | 2 +- jsapi/LuCI.form.DummyValue.html | 2 +- jsapi/LuCI.form.DynamicList.html | 2 +- jsapi/LuCI.form.FileUpload.html | 2 +- jsapi/LuCI.form.FlagValue.html | 2 +- jsapi/LuCI.form.GridSection.html | 2 +- jsapi/LuCI.form.HiddenValue.html | 2 +- jsapi/LuCI.form.JSONMap.html | 2 +- jsapi/LuCI.form.ListValue.html | 2 +- jsapi/LuCI.form.Map.html | 2 +- jsapi/LuCI.form.MultiValue.html | 2 +- jsapi/LuCI.form.NamedSection.html | 2 +- jsapi/LuCI.form.SectionValue.html | 2 +- jsapi/LuCI.form.TableSection.html | 2 +- jsapi/LuCI.form.TextValue.html | 2 +- jsapi/LuCI.form.TypedSection.html | 2 +- jsapi/LuCI.form.Value.html | 2 +- jsapi/LuCI.form.html | 2 +- jsapi/LuCI.fs.html | 2 +- jsapi/LuCI.headers.html | 2 +- jsapi/LuCI.html | 2 +- jsapi/LuCI.network.Device.html | 4 +- jsapi/LuCI.network.Hosts.html | 2 +- jsapi/LuCI.network.Protocol.html | 2 +- jsapi/LuCI.network.WifiDevice.html | 26 ++++--- jsapi/LuCI.network.WifiNetwork.html | 84 ++++++++++----------- jsapi/LuCI.network.html | 105 +++++++++++++++++++++++++-- jsapi/LuCI.poll.html | 2 +- jsapi/LuCI.request.html | 2 +- jsapi/LuCI.request.poll.html | 2 +- jsapi/LuCI.response.html | 2 +- jsapi/LuCI.rpc.html | 2 +- jsapi/LuCI.session.html | 2 +- jsapi/LuCI.uci.html | 2 +- jsapi/LuCI.ui.AbstractElement.html | 2 +- jsapi/LuCI.ui.Checkbox.html | 2 +- jsapi/LuCI.ui.ComboButton.html | 2 +- jsapi/LuCI.ui.Combobox.html | 2 +- jsapi/LuCI.ui.Dropdown.html | 2 +- jsapi/LuCI.ui.DynamicList.html | 2 +- jsapi/LuCI.ui.FileUpload.html | 2 +- jsapi/LuCI.ui.Hiddenfield.html | 2 +- jsapi/LuCI.ui.Select.html | 2 +- jsapi/LuCI.ui.Textarea.html | 2 +- jsapi/LuCI.ui.Textfield.html | 2 +- jsapi/LuCI.ui.changes.html | 2 +- jsapi/LuCI.ui.html | 2 +- jsapi/LuCI.ui.menu.html | 2 +- jsapi/LuCI.ui.tabs.html | 2 +- jsapi/LuCI.view.html | 2 +- jsapi/LuCI.xhr.html | 2 +- jsapi/form.js.html | 2 +- jsapi/fs.js.html | 2 +- jsapi/index.html | 2 +- jsapi/luci.js.html | 2 +- jsapi/network.js.html | 33 +++++++-- jsapi/rpc.js.html | 2 +- jsapi/uci.js.html | 2 +- jsapi/ui.js.html | 2 +- 64 files changed, 244 insertions(+), 126 deletions(-) diff --git a/jsapi/LuCI.baseclass.html b/jsapi/LuCI.baseclass.html index f2cc5de169..373c43c88b 100644 --- a/jsapi/LuCI.baseclass.html +++ b/jsapi/LuCI.baseclass.html @@ -4762,7 +4762,7 @@ and the values extracted from the args array beginning with diff --git a/jsapi/LuCI.dom.html b/jsapi/LuCI.dom.html index 522bd6be55..27afad8cdf 100644 --- a/jsapi/LuCI.dom.html +++ b/jsapi/LuCI.dom.html @@ -6320,7 +6320,7 @@ ignored, else not.

diff --git a/jsapi/LuCI.form.AbstractElement.html b/jsapi/LuCI.form.AbstractElement.html index f9321c5c1c..bf7169b835 100644 --- a/jsapi/LuCI.form.AbstractElement.html +++ b/jsapi/LuCI.form.AbstractElement.html @@ -4311,7 +4311,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractSection.html b/jsapi/LuCI.form.AbstractSection.html index eba495b7f5..5cb51772d3 100644 --- a/jsapi/LuCI.form.AbstractSection.html +++ b/jsapi/LuCI.form.AbstractSection.html @@ -6210,7 +6210,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractValue.html b/jsapi/LuCI.form.AbstractValue.html index d7c6775dd1..93c3d058fd 100644 --- a/jsapi/LuCI.form.AbstractValue.html +++ b/jsapi/LuCI.form.AbstractValue.html @@ -7268,7 +7268,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.ButtonValue.html b/jsapi/LuCI.form.ButtonValue.html index f8d936c570..511b83a68d 100644 --- a/jsapi/LuCI.form.ButtonValue.html +++ b/jsapi/LuCI.form.ButtonValue.html @@ -7591,7 +7591,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.DummyValue.html b/jsapi/LuCI.form.DummyValue.html index dd0114d42f..447ef9b67d 100644 --- a/jsapi/LuCI.form.DummyValue.html +++ b/jsapi/LuCI.form.DummyValue.html @@ -7577,7 +7577,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.DynamicList.html b/jsapi/LuCI.form.DynamicList.html index a8e420db57..81f2920d9e 100644 --- a/jsapi/LuCI.form.DynamicList.html +++ b/jsapi/LuCI.form.DynamicList.html @@ -7428,7 +7428,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.FileUpload.html b/jsapi/LuCI.form.FileUpload.html index 43f8be6494..411d887f3b 100644 --- a/jsapi/LuCI.form.FileUpload.html +++ b/jsapi/LuCI.form.FileUpload.html @@ -7735,7 +7735,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.FlagValue.html b/jsapi/LuCI.form.FlagValue.html index d0b763dc3a..0fee8a9e59 100644 --- a/jsapi/LuCI.form.FlagValue.html +++ b/jsapi/LuCI.form.FlagValue.html @@ -7619,7 +7619,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.GridSection.html b/jsapi/LuCI.form.GridSection.html index 32bcec171c..6ef2b18354 100644 --- a/jsapi/LuCI.form.GridSection.html +++ b/jsapi/LuCI.form.GridSection.html @@ -6970,7 +6970,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.HiddenValue.html b/jsapi/LuCI.form.HiddenValue.html index 526b0076e4..ffd2bf609a 100644 --- a/jsapi/LuCI.form.HiddenValue.html +++ b/jsapi/LuCI.form.HiddenValue.html @@ -7432,7 +7432,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.JSONMap.html b/jsapi/LuCI.form.JSONMap.html index 03140fe74f..69777c6271 100644 --- a/jsapi/LuCI.form.JSONMap.html +++ b/jsapi/LuCI.form.JSONMap.html @@ -5890,7 +5890,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.ListValue.html b/jsapi/LuCI.form.ListValue.html index 6628fe632e..89775af148 100644 --- a/jsapi/LuCI.form.ListValue.html +++ b/jsapi/LuCI.form.ListValue.html @@ -7577,7 +7577,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.Map.html b/jsapi/LuCI.form.Map.html index c46c98ed05..778c811562 100644 --- a/jsapi/LuCI.form.Map.html +++ b/jsapi/LuCI.form.Map.html @@ -5869,7 +5869,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.MultiValue.html b/jsapi/LuCI.form.MultiValue.html index 0c7e27ec00..643c7e36dd 100644 --- a/jsapi/LuCI.form.MultiValue.html +++ b/jsapi/LuCI.form.MultiValue.html @@ -7528,7 +7528,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.NamedSection.html b/jsapi/LuCI.form.NamedSection.html index 3ed88ec219..0a2dac720b 100644 --- a/jsapi/LuCI.form.NamedSection.html +++ b/jsapi/LuCI.form.NamedSection.html @@ -6474,7 +6474,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.SectionValue.html b/jsapi/LuCI.form.SectionValue.html index fa4e089c5d..1798d5373f 100644 --- a/jsapi/LuCI.form.SectionValue.html +++ b/jsapi/LuCI.form.SectionValue.html @@ -7459,7 +7459,7 @@ its write() implementation is a no-op.

diff --git a/jsapi/LuCI.form.TableSection.html b/jsapi/LuCI.form.TableSection.html index 59a45fdfde..5d02e2cd24 100644 --- a/jsapi/LuCI.form.TableSection.html +++ b/jsapi/LuCI.form.TableSection.html @@ -6942,7 +6942,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.TextValue.html b/jsapi/LuCI.form.TextValue.html index 5f8cf12d3a..7e8149ce9f 100644 --- a/jsapi/LuCI.form.TextValue.html +++ b/jsapi/LuCI.form.TextValue.html @@ -7475,7 +7475,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.TypedSection.html b/jsapi/LuCI.form.TypedSection.html index 0a58295d45..b0ef05cf6c 100644 --- a/jsapi/LuCI.form.TypedSection.html +++ b/jsapi/LuCI.form.TypedSection.html @@ -6631,7 +6631,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.Value.html b/jsapi/LuCI.form.Value.html index a8a3f12be3..f14ba287b1 100644 --- a/jsapi/LuCI.form.Value.html +++ b/jsapi/LuCI.form.Value.html @@ -7534,7 +7534,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.html b/jsapi/LuCI.form.html index e98447d841..4f3edf5292 100644 --- a/jsapi/LuCI.form.html +++ b/jsapi/LuCI.form.html @@ -3730,7 +3730,7 @@ m.render().then(function(node) { diff --git a/jsapi/LuCI.fs.html b/jsapi/LuCI.fs.html index 7fe2d1cbdc..b7e22d0120 100644 --- a/jsapi/LuCI.fs.html +++ b/jsapi/LuCI.fs.html @@ -5919,7 +5919,7 @@ the failure reason. diff --git a/jsapi/LuCI.headers.html b/jsapi/LuCI.headers.html index 4941612e97..bcfe097cc3 100644 --- a/jsapi/LuCI.headers.html +++ b/jsapi/LuCI.headers.html @@ -3935,7 +3935,7 @@ Note: Header-Names are case-insensitive.

diff --git a/jsapi/LuCI.html b/jsapi/LuCI.html index 47e46e612e..bb4f09ac63 100644 --- a/jsapi/LuCI.html +++ b/jsapi/LuCI.html @@ -8342,7 +8342,7 @@ else null.

diff --git a/jsapi/LuCI.network.Device.html b/jsapi/LuCI.network.Device.html index c5838b44dc..aea0ac602c 100644 --- a/jsapi/LuCI.network.Device.html +++ b/jsapi/LuCI.network.Device.html @@ -4940,7 +4940,7 @@ etc.

Returns a Network.Device instance representing the parent device or null when this device has no parent, as it is the case for e.g. -ordinary ethernet interfaces. +ordinary Ethernet interfaces. @@ -6300,7 +6300,7 @@ when it is down or absent. diff --git a/jsapi/LuCI.network.Hosts.html b/jsapi/LuCI.network.Hosts.html index 85c8d02cb1..17c2d01d70 100644 --- a/jsapi/LuCI.network.Hosts.html +++ b/jsapi/LuCI.network.Hosts.html @@ -4861,7 +4861,7 @@ is used as hint. diff --git a/jsapi/LuCI.network.Protocol.html b/jsapi/LuCI.network.Protocol.html index 8851f0dceb..9428a53f47 100644 --- a/jsapi/LuCI.network.Protocol.html +++ b/jsapi/LuCI.network.Protocol.html @@ -8091,7 +8091,7 @@ configuration.

diff --git a/jsapi/LuCI.network.WifiDevice.html b/jsapi/LuCI.network.WifiDevice.html index cf3049e98a..a2600c983b 100644 --- a/jsapi/LuCI.network.WifiDevice.html +++ b/jsapi/LuCI.network.WifiDevice.html @@ -3633,7 +3633,7 @@ well as methods for enumerating related wireless networks.

- network.js, line 3543 + network.js, line 3549
@@ -3788,7 +3788,7 @@ were invalid.
- network.js, line 3568 + network.js, line 3574
@@ -4092,7 +4092,7 @@ not found.
- network.js, line 3400 + network.js, line 3406
@@ -4185,6 +4185,11 @@ known mode values are:
  • HE40 - applicable to IEEE 802.11ax, 40 MHz wide channels
  • HE80 - applicable to IEEE 802.11ax, 80 MHz wide channels
  • HE160 - applicable to IEEE 802.11ax, 160 MHz wide channels
  • +
  • EHT20 - applicable to IEEE 802.11be, 20 MHz wide channels
  • +
  • EHT40 - applicable to IEEE 802.11be, 40 MHz wide channels
  • +
  • EHT80 - applicable to IEEE 802.11be, 80 MHz wide channels
  • +
  • EHT160 - applicable to IEEE 802.11be, 160 MHz wide channels
  • +
  • EHT320 - applicable to IEEE 802.11be, 320 MHz wide channels
  • @@ -4207,7 +4212,7 @@ known mode values are:
    - network.js, line 3375 + network.js, line 3376
    @@ -4296,6 +4301,7 @@ known mode values are:
  • n - IEEE 802.11n mode, 2.4 or 5 GHz, up to 600 Mbit/s
  • ac - IEEE 802.11ac mode, 5 GHz, up to 6770 Mbit/s
  • ax - IEEE 802.11ax mode, 2.4 or 5 GHz
  • +
  • 'be' - IEEE 802.11be mode, 2.4, 5 or 6 GHz
  • @@ -4318,7 +4324,7 @@ known mode values are:
    - network.js, line 3411 + network.js, line 3417
    @@ -4520,7 +4526,7 @@ for the wireless phy.
    - network.js, line 3467 + network.js, line 3473
    @@ -4622,7 +4628,7 @@ describing the networks found in the vicinity.
    - network.js, line 3500 + network.js, line 3506
    @@ -4773,7 +4779,7 @@ this radio device.
    - network.js, line 3519 + network.js, line 3525
    @@ -4977,7 +4983,7 @@ UCI configuration.
    - network.js, line 3478 + network.js, line 3484
    @@ -5232,7 +5238,7 @@ configuration.

    diff --git a/jsapi/LuCI.network.WifiNetwork.html b/jsapi/LuCI.network.WifiNetwork.html index 1d878d4fc0..787731df49 100644 --- a/jsapi/LuCI.network.WifiNetwork.html +++ b/jsapi/LuCI.network.WifiNetwork.html @@ -3549,7 +3549,7 @@ such networks in parallel.

    - network.js, line 3601 + network.js, line 3607
    @@ -3634,7 +3634,7 @@ such networks in parallel.

    - network.js, line 4386 + network.js, line 4403
    @@ -3905,7 +3905,7 @@ are passed.
    - network.js, line 3635 + network.js, line 3641
    @@ -4057,7 +4057,7 @@ not found.
    - network.js, line 3911 + network.js, line 3917
    @@ -4158,7 +4158,7 @@ information.
    - network.js, line 3922 + network.js, line 3928
    @@ -4259,7 +4259,7 @@ encryption state could not be found in ubus runtime information. - network.js, line 3854 + network.js, line 3860 @@ -4372,7 +4372,7 @@ Possible returned values are:
    - network.js, line 3875 + network.js, line 3881
    @@ -4474,7 +4474,7 @@ translated string.

    - network.js, line 3900 + network.js, line 3906
    @@ -4575,7 +4575,7 @@ information.
    - network.js, line 4113 + network.js, line 4130
    @@ -4676,7 +4676,7 @@ with this network.
    - network.js, line 4151 + network.js, line 4168
    @@ -4782,7 +4782,7 @@ is not available.
    - network.js, line 3714 + network.js, line 3720
    @@ -4885,7 +4885,7 @@ is not available.
    - network.js, line 4167 + network.js, line 4184
    @@ -4989,7 +4989,7 @@ or null if it cannot be determined.
    - network.js, line 4200 + network.js, line 4217
    @@ -5090,7 +5090,7 @@ information or 00 if it cannot be determined.
    - network.js, line 4346 + network.js, line 4363
    @@ -5191,7 +5191,7 @@ device associated with this wireless network.
    - network.js, line 4133 + network.js, line 4150
    @@ -5296,7 +5296,7 @@ available.
    - network.js, line 4294 + network.js, line 4311
    @@ -5399,7 +5399,7 @@ name, depending on which information is available.
    - network.js, line 3739 + network.js, line 3745
    @@ -5502,7 +5502,7 @@ radio and network index numbers.

    - network.js, line 3761 + network.js, line 3767
    @@ -5607,7 +5607,7 @@ associated network device, e.g. when not configured or up.
    - network.js, line 3701 + network.js, line 3707
    @@ -5711,7 +5711,7 @@ is not in mesh mode.
    - network.js, line 3676 + network.js, line 3682
    @@ -5818,7 +5818,7 @@ is not in mesh mode.
    - network.js, line 3749 + network.js, line 3755
    @@ -5918,7 +5918,7 @@ is not in mesh mode.
    - network.js, line 4310 + network.js, line 4327
    @@ -5929,7 +5929,7 @@ is not in mesh mode.
    -

    Get the primary logical interface this wireless network is attached to.

    +

    Get the primary logical interface this network is attached to.

    @@ -6023,7 +6023,7 @@ interface.
    - network.js, line 3725 + network.js, line 3731
    @@ -6124,7 +6124,7 @@ attached to.

    - network.js, line 4321 + network.js, line 4338
    @@ -6135,7 +6135,7 @@ attached to.

    -

    Get the logical interfaces this wireless network is attached to.

    +

    Get the logical interfaces this network is attached to.

    @@ -6225,7 +6225,7 @@ logical interfaces this wireless network is attached to.
    - network.js, line 4189 + network.js, line 4206
    @@ -6326,7 +6326,7 @@ information or 0 if it cannot be determined.
    - network.js, line 4279 + network.js, line 4296
    @@ -6428,7 +6428,7 @@ internal network ID, depending on which information is available.
    - network.js, line 4178 + network.js, line 4195
    @@ -6532,7 +6532,7 @@ information or null if it cannot be determined.
    - network.js, line 4238 + network.js, line 4255
    @@ -6635,7 +6635,7 @@ noise and signal (SNR), divided by 5.
    - network.js, line 4261 + network.js, line 4278
    @@ -6737,7 +6737,7 @@ by ubus runtime state.
    - network.js, line 3687 + network.js, line 3693
    @@ -6841,7 +6841,7 @@ in mesh mode.
    - network.js, line 4211 + network.js, line 4228
    @@ -6945,7 +6945,7 @@ in mesh mode.
    - network.js, line 4226 + network.js, line 4243
    @@ -7049,7 +7049,7 @@ cannot be determined.
    - network.js, line 3778 + network.js, line 3784
    @@ -7151,7 +7151,7 @@ has no associated VLAN network devices.
    - network.js, line 3807 + network.js, line 3813
    @@ -7256,7 +7256,7 @@ found.
    - network.js, line 3795 + network.js, line 3801
    @@ -7360,7 +7360,7 @@ or null if it cannot be determined.
    - network.js, line 4357 + network.js, line 4374
    @@ -7461,7 +7461,7 @@ de-authenticating clients, otherwise false.
    - network.js, line 3661 + network.js, line 3667
    @@ -7563,7 +7563,7 @@ UCI configuration.
    - network.js, line 3828 + network.js, line 3834
    @@ -7668,7 +7668,7 @@ instance.

    - network.js, line 3649 + network.js, line 3655
    @@ -7822,7 +7822,7 @@ configuration.

    diff --git a/jsapi/LuCI.network.html b/jsapi/LuCI.network.html index 4ad5ea6122..837892dd49 100644 --- a/jsapi/LuCI.network.html +++ b/jsapi/LuCI.network.html @@ -8267,7 +8267,7 @@ supported by the driver.

    The amount of milliseconds the peer has been inactive, e.g. due -to powersave.

    +to power-saving.

    @@ -8640,7 +8640,7 @@ or absent if not applicable or supported by the driver.

    -

    The local powersafe mode for the peer link, may be an empty +

    The local power-save mode for the peer link, may be an empty string ('') or absent if not applicable or supported by the driver.

    The following modes are known:

    @@ -8680,7 +8680,7 @@ the driver.

    -

    The remote powersafe mode for the peer link, may be an empty +

    The remote power-save mode for the peer link, may be an empty string ('') or absent if not applicable or supported by the driver.

    The following modes are known:

    @@ -8720,7 +8720,7 @@ the driver.

    -

    The powersafe mode for all non-peer neighbours, may be an empty +

    The power-save mode for all non-peer neighbours, may be an empty string ('') or absent if not applicable or supported by the driver.

    The following modes are known: