Uplink command to turn the device relay on.
The corresponding downlink command: turnRelayOn.
turnRelayOn
Supported in MTX1 and MTX3 devices.
import * as turnRelayOn from 'jooby-codec/mtx1/commands/uplink/turnRelayOn.js';// empty responseconst bytes = [];// decoded payloadconst parameters = turnRelayOn.fromBytes(bytes);console.log(parameters);// output:{} Copy
import * as turnRelayOn from 'jooby-codec/mtx1/commands/uplink/turnRelayOn.js';// empty responseconst bytes = [];// decoded payloadconst parameters = turnRelayOn.fromBytes(bytes);console.log(parameters);// output:{}
Command format documentation
Uplink command to turn the device relay on.
The corresponding downlink command:
turnRelayOn
.Supported in MTX1 and MTX3 devices.
Example: create command instance from command body hex dump
Command format documentation