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