blob: 5b6ad2473102baf7188d40ec1640e131f3304967 [file] [log] [blame]
<?xml version="1.0" ?>
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0">
<state id="workflow">
<transition event="updateLights">
|if cond="In('jackpotStateOn')">
<raise event="turnOnJackpot"/>
<else/>
<raise event="turnOffJackpot"/>
</if>
</transition>
</state>
</scxml>