1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

upgrade the state machine classes

This commit is contained in:
Joel Bender 2016-05-02 21:19:08 -04:00
parent e80c1ad05a
commit 73aea89ada

View File

@ -70,7 +70,7 @@ class TimeoutTransition(Transition):
# #
class State: class State(object):
""" """
State State
@ -305,7 +305,7 @@ bacpypes_debugging(State)
# #
class StateMachine: class StateMachine(object):
""" """
StateMachine StateMachine
@ -689,7 +689,7 @@ bacpypes_debugging(StateMachine)
# #
class StateMachineGroup: class StateMachineGroup(object):
""" """
StateMachineGroup StateMachineGroup