mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-05 22:18:16 +08:00
upgrade the state machine classes
This commit is contained in:
parent
e80c1ad05a
commit
73aea89ada
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user