Command to request sensor current time.
import * as getTime2000 from 'jooby-codec/analog/commands/downlink/getTime2000.js';const bytes = getTime2000.toBytes();// output: command binary in hex representationconsole.log(bytes);// output:[9, 0] Copy
import * as getTime2000 from 'jooby-codec/analog/commands/downlink/getTime2000.js';const bytes = getTime2000.toBytes();// output: command binary in hex representationconsole.log(bytes);// output:[9, 0]
Command format documentation
Command to request sensor current time.
Example
Command format documentation