Downlink command to set the extended operator parameters.
import * as setOperatorParametersExtended from 'jooby-codec/mtx3/commands/downlink/setOperatorParametersExtended.js';const parameters = { timeoutRelayOn: 1, define1: { RESET_DAY_MAX_POWER_KEY: false, RESET_MONTH_MAX_POWER_KEY: false, BLOCK_KEY_OPTOPORT: false, MAGNET_SCREEN_CONST: false, ALLOW_BROWNOUT_INDICATION: false }, timeoutRelayKey: 0, timeoutRelayAuto: 5};const bytes = setOperatorParametersExtended.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[64, 9, 1, 0, 0, 5, 0, 0, 0, 0, 0] Copy
import * as setOperatorParametersExtended from 'jooby-codec/mtx3/commands/downlink/setOperatorParametersExtended.js';const parameters = { timeoutRelayOn: 1, define1: { RESET_DAY_MAX_POWER_KEY: false, RESET_MONTH_MAX_POWER_KEY: false, BLOCK_KEY_OPTOPORT: false, MAGNET_SCREEN_CONST: false, ALLOW_BROWNOUT_INDICATION: false }, timeoutRelayKey: 0, timeoutRelayAuto: 5};const bytes = setOperatorParametersExtended.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[64, 9, 1, 0, 0, 5, 0, 0, 0, 0, 0]
Command format documentation
Downlink command to set the extended operator parameters.
Example
Command format documentation