Downlink command to turn the device relay on.
Supported in MTX1 and MTX3 devices.
import * as turnRelayOn from 'jooby-codec/mtx1/commands/downlink/turnRelayOn.js';const bytes = turnRelayOn.toBytes();// command binary representationconsole.log(bytes);// output:[24, 0] Copy
import * as turnRelayOn from 'jooby-codec/mtx1/commands/downlink/turnRelayOn.js';const bytes = turnRelayOn.toBytes();// command binary representationconsole.log(bytes);// output:[24, 0]
Command format documentation
Downlink command to turn the device relay on.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation