Downlink command to get the magnetic induction sensor parameters and the magnetic induction value.
Supported in MTX1 and MTX3 devices.
import * as getMagneticFieldThreshold from 'jooby-codec/mtx1/commands/downlink/getMagneticFieldThreshold.js';const bytes = getMagneticFieldThreshold.toBytes();// command binary representationconsole.log(bytes);// output:[109, 0] Copy
import * as getMagneticFieldThreshold from 'jooby-codec/mtx1/commands/downlink/getMagneticFieldThreshold.js';const bytes = getMagneticFieldThreshold.toBytes();// command binary representationconsole.log(bytes);// output:[109, 0]
Command format documentation
Downlink command to get the magnetic induction sensor parameters and the magnetic induction value.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation