In SensorPowerSequence, what does the value field imply?
For example
{SEN_PWR_CMD_XSHTDWN, 0},
{SEN_PWR_CMD_DELAY, 1},
{SEN_PWR_CMD_XSHTDWN, 1,
{SEN_PWR_CMD_TERMINATE, 0}
What is the 0 and 1 for XSHTDWN command? Why do we do a 0 first and 1 next?