Skip to content

Commit ccb7252

Browse files
committed
fix mixed up state vs status properties in some components
1 parent 7d134cf commit ccb7252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

villas/controller/components/simulator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ def start_schema(self):
2929
return {}
3030

3131
@property
32-
def state(self):
32+
def status(self):
3333
return {
3434
'model': self.model,
3535
'results': self.results,
3636

37-
**super().state
37+
**super().status
3838
}
3939

4040
@staticmethod

0 commit comments

Comments
 (0)