Uplink command to set the OBIS ID and OBIS profile for the specific OBIS code and meter profile.
import * as setupObis from 'jooby-codec/obis-observer/commands/uplink/setupObis.js';// response to setupObis downlink commandconst bytes = [0x02];// decoded payloadconst parameters = setupObis.fromBytes(bytes);console.log(parameters);// output:{ requestId: 2} Copy
import * as setupObis from 'jooby-codec/obis-observer/commands/uplink/setupObis.js';// response to setupObis downlink commandconst bytes = [0x02];// decoded payloadconst parameters = setupObis.fromBytes(bytes);console.log(parameters);// output:{ requestId: 2}
Command format documentation
Uplink command to set the OBIS ID and OBIS profile for the specific OBIS code and meter profile.
Example: create command instance from command body hex dump
Command format documentation