<?xml version="1.0" encoding="UTF-8"?>
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:editor="http://vscxml.com/editor" version="1.0" datamodel="ecmascript" name="StateMachine">
  <datamodel>
    <data id="example" expr="0"/>
  </datamodel>
  <state id="s_01KEENN0A0814JEYBPX92HEBHG" editor:x="86" editor:y="87" editor:width="120" editor:height="85" editor:label="red" editor:color="#ffffff" editor:zIndex="78">
    <onentry>
      <log label="Light" expr="'RED - Stop'"/>
    </onentry>
    <transition target="s_01KEENN0A03FGS6AV2MZ116CBY" event="timer" editor:id="t_01KEENN0A1QB32DH0942KT9E92"/>
  </state>
  <state id="s_01KEENN0A03FGS6AV2MZ116CBY" editor:x="241.25" editor:y="235" editor:width="120" editor:height="83" editor:label="green" editor:color="#ffffff" editor:zIndex="84">
    <onentry>
      <log label="Light" expr="'GREEN - Go'"/>
    </onentry>
    <transition target="s_01KEENN0A02A8AKG61QE9WFZMK" event="timer" editor:id="t_01KEENN0A14H00WAK51G87R9EV"/>
  </state>
  <state id="s_01KEENN0A02A8AKG61QE9WFZMK" editor:x="396.5" editor:y="87" editor:width="120" editor:height="85" editor:label="yellow" editor:color="#ffffff" editor:zIndex="80">
    <onentry>
      <log label="Light" expr="'YELLOW - Caution'"/>
    </onentry>
    <transition target="s_01KEENN0A0814JEYBPX92HEBHG" event="timer" editor:id="t_01KEENN0A19GY8JPX7KSY98PMK"/>
  </state>
</scxml>