From 0e1e5affbe224dd8eb0f706ec13a768cb738a5a2 Mon Sep 17 00:00:00 2001 From: thepinballroom <107445516+thepinballroom@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:53:17 -0700 Subject: [PATCH] Update switches.md --- docs/config/switches.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config/switches.md b/docs/config/switches.md index 172be5168d..82ba7d14e5 100644 --- a/docs/config/switches.md +++ b/docs/config/switches.md @@ -283,6 +283,13 @@ Special-purpose tags for switches include: switch is released, not pressed, which allows the "time held down" to be sent to MPF to perform alternate game start actions.) +## Monitorable Properties + +For +[dynamic values](../../config/instructions/dynamic_values.md) and +[conditional events](../../events/overview/conditional.md), the syntax for switches is `device.switches..state`. +Though uncommon, it is possible to query the current state of a switch in this way. + ## Related How To guides * [Switches](../mechs/switches/index.md)