Downlink command to get device current saldo parameters information.
Supported in MTX1 and MTX3 devices.
import * as getSaldoParameters from 'jooby-codec/mtx1/commands/downlink/getSaldoParameters.js';const bytes = getSaldoParameters.toBytes();// command binary representationconsole.log(bytes);// output:[46, 0] Copy
import * as getSaldoParameters from 'jooby-codec/mtx1/commands/downlink/getSaldoParameters.js';const bytes = getSaldoParameters.toBytes();// command binary representationconsole.log(bytes);// output:[46, 0]
Command format documentation
Downlink command to get device current saldo parameters information.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation