Downlink command to request depassivation configuration from the device.
import * as getDepassivationConfig from 'jooby-codec/analog-ultrasound/commands/downlink/getDepassivationConfig.js';const bytes = getDepassivationConfig.toBytes();// command binary representationconsole.log(bytes);// output:[3, 34, 24] Copy
import * as getDepassivationConfig from 'jooby-codec/analog-ultrasound/commands/downlink/getDepassivationConfig.js';const bytes = getDepassivationConfig.toBytes();// command binary representationconsole.log(bytes);// output:[3, 34, 24]
Command format documentation
Downlink command to request depassivation configuration from the device.
Example
Command format documentation