Uplink command to set special parameters (resetting screens of magnetic and electromagnetic influence).
The corresponding downlink command: setSpecialOperation.
setSpecialOperation
Supported in MTX1 and MTX3 devices.
import * as setSpecialOperation from 'jooby-codec/mtx1/commands/uplink/setSpecialOperation.js';// empty responseconst bytes = [0x03];// decoded payloadconst parameters = setSpecialOperation.fromBytes(bytes);console.log(parameters);// output:{electroMagneticIndication: true, magneticIndication: true} Copy
import * as setSpecialOperation from 'jooby-codec/mtx1/commands/uplink/setSpecialOperation.js';// empty responseconst bytes = [0x03];// decoded payloadconst parameters = setSpecialOperation.fromBytes(bytes);console.log(parameters);// output:{electroMagneticIndication: true, magneticIndication: true}
Command format documentation
Uplink command to set special parameters (resetting screens of magnetic and electromagnetic influence).
The corresponding downlink command:
setSpecialOperation
.Supported in MTX1 and MTX3 devices.
Example: create command instance from command body hex dump
Command format documentation