Downlink command to get power-off information for a specific year and month.
import * as getQuality from 'jooby-codec/mtx1/commands/downlink/getQuality.js';const parameters = { year: 24, month: 3};const bytes = getQuality.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[115, 2, 24, 3] Copy
import * as getQuality from 'jooby-codec/mtx1/commands/downlink/getQuality.js';const parameters = { year: 24, month: 3};const bytes = getQuality.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[115, 2, 24, 3]
Command format documentation
Downlink command to get power-off information for a specific year and month.
Example
Command format documentation