Command to request current consumption absolute values from device channels.
import * as getExAbsCurrentMc from 'jooby-codec/analog/commands/downlink/getExAbsCurrentMc.js';const bytes = getExAbsCurrentMc.toBytes();// command binary representationconsole.log(bytes);// output:[31, 15, 0] Copy
import * as getExAbsCurrentMc from 'jooby-codec/analog/commands/downlink/getExAbsCurrentMc.js';const bytes = getExAbsCurrentMc.toBytes();// command binary representationconsole.log(bytes);// output:[31, 15, 0]
Command format documentation
Command to request current consumption absolute values from device channels.
Example
Command format documentation