From d84348fbd1a17824b6345de814f16bba0c6bc67d Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Wed, 9 Jul 2025 00:01:09 -0700 Subject: [PATCH] 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 --- doc/services/pm/device.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/services/pm/device.rst b/doc/services/pm/device.rst index 379ebfbef74..a8c1e64e788 100644 --- a/doc/services/pm/device.rst +++ b/doc/services/pm/device.rst @@ -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"]; } }