From a1f67e40e7c2356338231702b5fe1c75d0d1c85b Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Tue, 26 Jul 2022 10:28:04 +0200 Subject: [PATCH] L2SS-846: fix docs --- tangostationcontrol/docs/source/devices/using.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tangostationcontrol/docs/source/devices/using.rst b/tangostationcontrol/docs/source/devices/using.rst index 71e413c97..053d73bda 100644 --- a/tangostationcontrol/docs/source/devices/using.rst +++ b/tangostationcontrol/docs/source/devices/using.rst @@ -53,6 +53,7 @@ The state of a device is then queried with ``device.state()``. Each device can b standby -> disable [label = "user", color="green"]; on -> disable [label = "user", color="green"]; alarm -> disable [label = "user", color="green"]; + disable -> off [label= "user", color="red"]; } -- GitLab