This command enables an interactive firmware download. When enabled, the printer sends status messages to the host as the firmware file is sent and processed. The status messages are in JSON format and are sent back over the same channel to which the firmware is being sent.
Getvar
To determine whether interactive mode is enabled:
! U1 getvar "device.download_interactive_mode"
Values
"on"
indicates that the interactive mode is enabled
"off"
indicates that the interactive mode is disabled
Default
"off"
Setvar
To enable the interactive mode for firmware download: