Downlink command to get vector data from device.
Supported in MTX1 and MTX3 devices.
import * as getBv from 'jooby-codec/mtx1/commands/downlink/getBv.js';const bytes = getBv.toBytes();// command binary representationconsole.log(bytes);// output:[112, 0] Copy
import * as getBv from 'jooby-codec/mtx1/commands/downlink/getBv.js';const bytes = getBv.toBytes();// command binary representationconsole.log(bytes);// output:[112, 0]
Downlink command to get vector data from device.
Supported in MTX1 and MTX3 devices.
Example