Uplink command to reset device settings.
import * as resetSettings from 'jooby-codec/obis-observer/commands/uplink/resetSettings.js';// response to resetSettings downlink commandconst bytes = [0x07];// decoded payloadconst parameters = resetSettings.fromBytes(bytes);console.log(parameters);// output:{ requestId: 7} Copy
import * as resetSettings from 'jooby-codec/obis-observer/commands/uplink/resetSettings.js';// response to resetSettings downlink commandconst bytes = [0x07];// decoded payloadconst parameters = resetSettings.fromBytes(bytes);console.log(parameters);// output:{ requestId: 7}
Command format documentation
Uplink command to reset device settings.
Example: create command instance from command body hex dump
Command format documentation