diff --git a/404.html b/404.html index 9ad76180..95f162ef 100644 --- a/404.html +++ b/404.html @@ -403,6 +403,33 @@ +
  • + + + + + + + + Number Allocations + + + + + + + + +
  • + + + + + + + + +
  • diff --git a/cli_commands/index.html b/cli_commands/index.html index 6c407d9c..0f7d7d05 100644 --- a/cli_commands/index.html +++ b/cli_commands/index.html @@ -471,6 +471,17 @@ +
  • + +
  • + + + + Discover zero hop neighbors + + + +
  • @@ -683,6 +694,17 @@ + + +
  • + + + + View or change the boosted receive gain mode + + + +
  • @@ -705,6 +727,17 @@ +
  • + +
  • + + + + View or change this node's rx boosted gain mode (SX12xx only, v1.14.1+) + + + +
  • @@ -926,6 +959,17 @@ + + +
  • + + + + View or change the duty cycle limit + + + +
  • @@ -1136,6 +1180,17 @@ +
  • + +
  • + + + + View or change the default scope region for this node + + + +
  • @@ -1601,6 +1656,33 @@ +
  • + + + + + + + + Number Allocations + + + + + + + + +
  • + + + + + + + + +
  • @@ -1915,6 +1997,17 @@ +
  • + +
  • + + + + Discover zero hop neighbors + + + +
  • @@ -2127,6 +2220,17 @@ + + +
  • + + + + View or change the boosted receive gain mode + + + +
  • @@ -2149,6 +2253,17 @@ +
  • + +
  • + + + + View or change this node's rx boosted gain mode (SX12xx only, v1.14.1+) + + + +
  • @@ -2370,6 +2485,17 @@ + + +
  • + + + + View or change the duty cycle limit + + + +
  • @@ -2580,6 +2706,17 @@ +
  • + +
  • + + + + View or change the default scope region for this node + + + +
  • @@ -2999,6 +3136,10 @@ - pubkey_prefix: The public key of the node to remove from the neighbors list. This can be a short prefix or the full key. All neighbors matching the provided prefix will be removed.

    Note: You can remove all neighbors by sending a space character as the prefix. The space indicates an empty prefix, which matches all existing neighbors.


    +

    Discover zero hop neighbors

    +

    Usage: +- discover.neighbors

    +

    Statistics

    Clear Stats

    Usage: clear stats

    @@ -3062,6 +3203,15 @@

    Default: Varies by board

    Notes: This setting only controls the power level of the LoRa chip. Some nodes have an additional power amplifier stage which increases the total output. Refer to the node's manual for the correct setting to use. Setting a value too high may violate the laws in your country.


    +

    View or change the boosted receive gain mode

    +

    Usage: +- get radio.rxgain +- set radio.rxgain <state>

    +

    Parameters: +- state: on|off

    +

    Default: off

    +

    Note: Only available on SX1262 and SX1268 based boards.

    +

    Change the radio parameters for a set duration

    Usage: - tempradio <freq>,<bw>,<sf>,<cr>,<timeout_mins>

    @@ -3082,6 +3232,16 @@

    Default: 869.525

    Note: Requires reboot to apply Serial Only: set freq <frequency>

    +
    +

    View or change this node's rx boosted gain mode (SX12xx only, v1.14.1+)

    +

    Usage: +- get radio.rxgain +- set radio.rxgain <state>

    +

    Parameters: + - state: on|off

    +

    Default: on

    +

    Temporary Note: If you upgraded from an older version to 1.14.1 without erasing flash, this setting is off because of #2118

    +

    System

    View or change this node's name

    Usage: @@ -3238,7 +3398,26 @@ - value: Receive delay base (0-20)

    Default: 0.0


    +

    View or change the duty cycle limit

    +

    Usage: +- get dutycycle +- set dutycycle <value>

    +

    Parameters: +- value: Duty cycle percentage (1-100)

    +

    Default: 50% (equivalent to airtime factor 1.0)

    +

    Examples: +- set dutycycle 100 — no duty cycle limit +- set dutycycle 50 — 50% duty cycle (default) +- set dutycycle 10 — 10% duty cycle +- set dutycycle 1 — 1% duty cycle (strictest EU requirement)

    +
    +

    Note: Added in firmware v1.15.0

    +
    +

    View or change the airtime factor (duty cycle limit)

    +
    +

    Deprecated as of firmware v1.15.0. Use get/set dutycycle instead.

    +

    Usage: - get af - set af <value>

    @@ -3247,8 +3426,8 @@ - af = 1 → ~50% duty - af = 2 → ~33% duty - af = 3 → ~25% duty - - af = 9 → ~10% duty
    - Yyou are responsible for choosing a value that is appropriate for your jurisdiction and channel plan (for example EU 868 Mhz 10% duty cycle regulation).

    + - af = 9 → ~10% duty + You are responsible for choosing a value that is appropriate for your jurisdiction and channel plan (for example EU 868 Mhz 10% duty cycle regulation).

    Default: 1.0


    View or change the local interference threshold

    @@ -3264,7 +3443,7 @@ - get agc.reset.interval - set agc.reset.interval <value>

    Parameters: -- value: Interval in seconds rounded down to a multiple of 4 (17 becomes 16)

    +- value: Interval in seconds rounded down to a multiple of 4 (17 becomes 16). 0 to disable.

    Default: 0.0


    Enable or disable Multi-Acks support

    @@ -3367,6 +3546,13 @@

    Parameters: - name: Region name


    +

    View or change the default scope region for this node

    +

    Usage: +- region default +- region default {name|<null>}

    +

    Parameters: +- name: Region name, or to reset/clear

    +

    Create a new region

    Usage: - region put <name> [parent_name]

    @@ -3471,7 +3657,9 @@ region save

    Parameters: - state: on|off

    Default: off

    -

    Note: Output format: {status}, {fix}, {sat count} (when enabled)

    +

    Note: Output format: +- off when the GPS hardware is disabled +- on, {active|deactivated}, {fix|no fix}, {sat count} sats when the GPS hardware is enabled


    Sync this node's clock with GPS time

    Usage: diff --git a/companion_protocol/index.html b/companion_protocol/index.html index d598112e..dfeda26f 100644 --- a/companion_protocol/index.html +++ b/companion_protocol/index.html @@ -531,6 +531,17 @@ +

  • + +
  • + + + + 6. Send Channel Data Datagram + + + +
  • @@ -976,6 +987,33 @@ +
  • + + + + + + + + Number Allocations + + + + + + + + +
  • + + + + + + + + +
  • @@ -1323,6 +1361,17 @@ +
  • + +
  • + + + + 6. Send Channel Data Datagram + + + +
  • @@ -1917,6 +1966,24 @@ Bytes 7+: Message Text (UTF-8, variable length)

    Response: PACKET_MSG_SENT (0x06) on success


    +

    6. Send Channel Data Datagram

    +

    Purpose: Send binary datagram data to a channel.

    +

    Command Format:

    +
    Byte 0: 0x3E
    +Bytes 1-2: Data Type (`data_type`, 16-bit little-endian)
    +Byte 3: Channel Index (0-7)
    +Bytes 4+: Binary payload bytes (variable length)
    +
    +

    Data Type / Transport Mapping: +- 0x0000 is invalid for this command. +- 0xFFFF (DATA_TYPE_DEV) is the developer namespace for experimenting and developing apps. +- Other non-zero values can be used as assigned application/community namespaces.

    +

    Note: Applications that need a timestamp should encode it inside the binary payload.

    +

    Limits: +- Maximum payload length is 163 bytes. +- Larger payloads are rejected with PACKET_ERROR.

    +

    Response: PACKET_OK (0x00) on success

    +

    6. Get Message

    Purpose: Request the next queued message from the device.

    Command Format:

    diff --git a/docs/index.html b/docs/index.html index 98c5524f..5586ca1e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -472,6 +472,33 @@ +
  • + + + + + + + + Number Allocations + + + + + + + + +
  • + + + + + + + + +
  • diff --git a/faq/index.html b/faq/index.html index 3fc97969..2f470e45 100644 --- a/faq/index.html +++ b/faq/index.html @@ -1229,15 +1229,15 @@