Downlink command to get the current date and time on the specific meter.
import * as getMeterDate from 'jooby-codec/obis-observer/commands/downlink/getMeterDate.js';const parameters = { requestId: 4, meterId: 3};const bytes = getMeterDate.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[122, 5, 4, 0, 0, 0, 3] Copy
import * as getMeterDate from 'jooby-codec/obis-observer/commands/downlink/getMeterDate.js';const parameters = { requestId: 4, meterId: 3};const bytes = getMeterDate.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[122, 5, 4, 0, 0, 0, 3]
Command format documentation
Downlink command to get the current date and time on the specific meter.
Example
Command format documentation