Downlink command to get additional current parameters.
import * as getExtendedCurrentValues2 from 'jooby-codec/mtx1/commands/downlink/getExtendedCurrentValues2.js';const bytes = getExtendedCurrentValues2.toBytes();// command binary representationconsole.log(bytes);// output:[45, 0] Copy
import * as getExtendedCurrentValues2 from 'jooby-codec/mtx1/commands/downlink/getExtendedCurrentValues2.js';const bytes = getExtendedCurrentValues2.toBytes();// command binary representationconsole.log(bytes);// output:[45, 0]
Command format documentation
Downlink command to get additional current parameters.
Example
Command format documentation