S76G/S78G Commands Set Reference
v1.6.5
July 2, 2018
39 of 73
Product Name
Version
Doc No
Date
Page
On
means 400ms limit and
off
means no limit.
Response:
Ok
, if <UplinkDwell> string is valid.
Invalid
, if <UplinkDwell> string is not valid.
Default value is
off.
Purpose: Set UplinkDwell defined in LoRaWAN
TM
v1.0.2. UplinkDwell would affect maximum payload
size of each uplink DR. The command is only useful in when firmware is running at AS923 band.
Note: Only useful for AS923.
Example:
mac set_uplink_dwell on
>> Ok
3.2.59
mac get_uplink_dwell
Response: A string representing the current UplinkDwell setting for AS923 band, it would be
on
or
off.
Purpose: See “mac set_uplink_dwell” command.
Example:
mac get_uplink_dwell
>> off
3.2.60
mac set_downlink_dwell <DownlinkDwell>
<UplinkDwell>: A string representing DownlinkDwell defined in LoRaWAN
TM
v1.0.2, it can be
on
or
off. On
means 400ms limit and
off
means no limit.
Response:
Ok
, if <DownlinkDwell> string is valid.
Invalid
, if <DownlinkDwell> string is not valid.
Default value is
off.
Set DownlinkDwell defined in LoRaWAN
TM
v1.0.2. DownlinkDwell would affect maximum payload
size of each downlink DR. The command is only useful in when firmware is running at AS923 band.
Note: Only useful for AS923.
Example:
mac set_downlink_dwell on
>> Ok
3.2.61
mac get_downlink_dwell
Response: A string representing the current DownlinkDwell setting for AS923 band, it would be
on
or
off.