Downlink command to get the parameters for voltage graphs and SAIDI.
import * as getDemandParameters from 'jooby-codec/mtx1/commands/downlink/getDemandParameters.js';const bytes = getDemandParameters.toBytes();// command binary representationconsole.log(bytes);// output:[117, 0] Copy
import * as getDemandParameters from 'jooby-codec/mtx1/commands/downlink/getDemandParameters.js';const bytes = getDemandParameters.toBytes();// command binary representationconsole.log(bytes);// output:[117, 0]
Command format documentation
Downlink command to get the parameters for voltage graphs and SAIDI.
Example
Command format documentation