jooby-codec
    Preparing search index...

    Namespace softRestart

    Command for software restart.

    A device restarts in ~30 seconds with new LoRaWAN parameters.

    import * as softRestart from 'jooby-codec/analog/commands/downlink/softRestart.js';

    const bytes = softRestart.toBytes();

    // command binary representation
    console.log(bytes);
    // output:
    [25, 0]

    Command format documentation

    examples
    headerSize
    id
    name
    fromBytes
    toBytes