Skip to content

Command 1C Deactivate Pod

Joe Moran edited this page Jan 16, 2019 · 1 revision

0x1C Deactivate Pod Command

The $1C Deactivate Pod command is used to fully deactivate the current Pod. The deactivate Pod command has no arguments other than the nonce.

1c 04 NNNNNNNN
1c 04 1793f587
  • 1c (1 byte): mtype of $1c specifies a deactivate Pod command
  • 04 (1 byte): mlen of the deactivate Pod command is always 04
  • NNNNNNNN (4 bytes): nonce, the 32-bit validator (random looking numbers)

Example Pod Deactivations

Normal Deactivation

Running out of Insulin

Deactivate after 8 hours

Deactivate when flatline

Restrictions

This command can only be used when the current Pod Progress State is between 3 and 14.

Clone this wiki locally