This commit is contained in:
John Lancaster
2025-06-20 08:30:46 -05:00
parent bd5c7ee339
commit ba043554dc
11 changed files with 13 additions and 13 deletions

View File

@@ -4,5 +4,4 @@ logger = logging.getLogger('AppDaemon.Perimeter')
logger.info('Imported statemachine')
class StateMachine:
...
class StateMachine: ...

View File

@@ -5,8 +5,8 @@ from dataclasses import dataclass
class Rule1:
state: str
@dataclass
class Rule2:
value: int
other: str = "default" # test changing this
other: str = 'default' # test changing this