Uplink command to indicate data frame error.
There is no corresponding downlink commands.
import * as errorDataFrame from 'jooby-codec/mtx1/commands/uplink/errorDataFrame.js';const bytes = [0xff, 0x01, 0x97];// decoded payloadconst parameters = errorDataFrame.fromBytes(bytes);console.log(parameters);// output:{ error: 151, errorName: 'BLOCKED_METER',} Copy
import * as errorDataFrame from 'jooby-codec/mtx1/commands/uplink/errorDataFrame.js';const bytes = [0xff, 0x01, 0x97];// decoded payloadconst parameters = errorDataFrame.fromBytes(bytes);console.log(parameters);// output:{ error: 151, errorName: 'BLOCKED_METER',}
Uplink command to indicate data frame error.
There is no corresponding downlink commands.
Example: create command instance from command body hex dump