Downlink command to get the information about memory settings.
import * as getSettingsMemory from 'jooby-codec/obis-observer/commands/downlink/getSettingsMemory.js';const parameters = { requestId: 8, offset: 16, size: 4};const bytes = getSettingsMemory.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[144, 9, 5, 0, 0, 0, 16, 0, 0, 0, 4] Copy
import * as getSettingsMemory from 'jooby-codec/obis-observer/commands/downlink/getSettingsMemory.js';const parameters = { requestId: 8, offset: 16, size: 4};const bytes = getSettingsMemory.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[144, 9, 5, 0, 0, 0, 16, 0, 0, 0, 4]
Command format documentation
Downlink command to get the information about memory settings.
Example
Command format documentation