Downlink command to get extended current values like temperature, frequency etc.
Supported in MTX1 and MTX3 devices.
import * as getExtendedCurrentValues from 'jooby-codec/mtx1/commands/downlink/getExtendedCurrentValues.js';const bytes = getExtendedCurrentValues.toBytes();// command binary representationconsole.log(bytes);// output:[58, 0] Copy
import * as getExtendedCurrentValues from 'jooby-codec/mtx1/commands/downlink/getExtendedCurrentValues.js';const bytes = getExtendedCurrentValues.toBytes();// command binary representationconsole.log(bytes);// output:[58, 0]
Command format documentation
Downlink command to get extended current values like temperature, frequency etc.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation