Downlink command to set the parameters for voltage graphs and SAIDI.
import * as setDemandParameters from 'jooby-codec/mtx1/commands/downlink/setDemandParameters.js';const parameters = { channelParam1: 0, counterInterval: 20, channelParam2: 160};const bytes = setDemandParameters.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[116, 4, 0, 20, 160, 0] Copy
import * as setDemandParameters from 'jooby-codec/mtx1/commands/downlink/setDemandParameters.js';const parameters = { channelParam1: 0, counterInterval: 20, channelParam2: 160};const bytes = setDemandParameters.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[116, 4, 0, 20, 160, 0]
Command format documentation
Downlink command to set the parameters for voltage graphs and SAIDI.
Example
Command format documentation