jooby-codec
    Preparing search index...

    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 representation
    console.log(bytes);
    // output:
    [9, 0]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes