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