docs: device: remove action for device pm

It is not possible to go from ACTIVE to OFF with device pm
actions.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2025-07-09 00:01:09 -07:00 committed by Dan Kalowsky
parent f1eb63a109
commit d84348fbd1

View File

@ -183,7 +183,6 @@ a :c:enum:`pm_device_state`.
OFF -> SUSPENDED ["label"="PM_DEVICE_ACTION_TURN_ON"];
SUSPENDED -> OFF ["label"="PM_DEVICE_ACTION_TURN_OFF"];
ACTIVE -> OFF ["label"="PM_DEVICE_ACTION_TURN_OFF"];
}
}