meshtastic_PowerStressMessage_Opcode_PRINT_INFO=1,/* Print board version slog and send an ack that we are alive and ready to process commands */
meshtastic_PowerStressMessage_Opcode_FORCE_QUIET=2,/* Try to turn off all automatic processing of packets, screen, sleeping, etc (to make it easier to measure in isolation) */
meshtastic_PowerStressMessage_Opcode_END_QUIET=3,/* Stop powerstress processing - probably by just rebooting the board */
meshtastic_PowerStressMessage_Opcode_SCREEN_ON=16,/* Turn the screen on */
meshtastic_PowerStressMessage_Opcode_SCREEN_OFF=17,/* Turn the screen off */
meshtastic_PowerStressMessage_Opcode_CPU_IDLE=32,/* Let the CPU run but we assume mostly idling for num_seconds */
meshtastic_PowerStressMessage_Opcode_CPU_DEEPSLEEP=33,/* Force deep sleep for FIXME seconds */
meshtastic_PowerStressMessage_Opcode_CPU_FULLON=34,/* Spin the CPU as fast as possible for num_seconds */
meshtastic_PowerStressMessage_Opcode_LED_ON=48,/* Turn the LED on for num_seconds (and leave it on - for baseline power measurement purposes) */
meshtastic_PowerStressMessage_Opcode_LED_OFF=49,/* Force the LED off for num_seconds */
meshtastic_PowerStressMessage_Opcode_LORA_OFF=64,/* Completely turn off the LORA radio for num_seconds */
meshtastic_PowerStressMessage_Opcode_LORA_TX=65,/* Send Lora packets for num_seconds */
meshtastic_PowerStressMessage_Opcode_LORA_RX=66,/* Receive Lora packets for num_seconds (node will be mostly just listening, unless an external agent is helping stress this by sending packets on the current channel) */
meshtastic_PowerStressMessage_Opcode_BT_OFF=80,/* Turn off the BT radio for num_seconds */
meshtastic_PowerStressMessage_Opcode_BT_ON=81,/* Turn on the BT radio for num_seconds */
meshtastic_PowerStressMessage_Opcode_WIFI_OFF=96,/* Turn off the WIFI radio for num_seconds */
meshtastic_PowerStressMessage_Opcode_WIFI_ON=97,/* Turn on the WIFI radio for num_seconds */
meshtastic_PowerStressMessage_Opcode_GPS_OFF=112,/* Turn off the GPS radio for num_seconds */
meshtastic_PowerStressMessage_Opcode_GPS_ON=113/* Turn on the GPS radio for num_seconds */