Downlink command to get the meter displays sorting order.
import * as getDisplayParam from 'jooby-codec/mtx3/commands/downlink/getDisplayParam.js';import {displayModes} from 'jooby-codec/mtx3/constants/index.js';const parameters = { displayMode: displayModes.MAIN_2};const bytes = getDisplayParam.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[94, 1, 1] Copy
import * as getDisplayParam from 'jooby-codec/mtx3/commands/downlink/getDisplayParam.js';import {displayModes} from 'jooby-codec/mtx3/constants/index.js';const parameters = { displayMode: displayModes.MAIN_2};const bytes = getDisplayParam.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[94, 1, 1]
Command format documentation
Downlink command to get the meter displays sorting order.
Example
Command format documentation