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