Command to request the current pulse counter readings from the sensor.
import * as getCurrent from 'jooby-codec/analog/commands/downlink/getCurrent.js';const bytes = getCurrent.toBytes();// command binary representationconsole.log(bytes);// output:[7, 0] Copy
import * as getCurrent from 'jooby-codec/analog/commands/downlink/getCurrent.js';const bytes = getCurrent.toBytes();// command binary representationconsole.log(bytes);// output:[7, 0]
Command format documentation
Command to request the current pulse counter readings from the sensor.
Example
Command format documentation