Define class and list of objects for config and action elements #65

Open
opened 2023-12-15 21:14:22 +00:00 by thomasjsn · 0 comments
thomasjsn commented 2023-12-15 21:14:22 +00:00 (Migrated from git.homelab.no)
"walk_test": config.getboolean("config", "walk_test", fallback=False),
"door_open_warning": config.getboolean("config", "door_open_warning", fallback=True),
"aux_output1": config.getboolean("config", "aux_output1", fallback=False),
"aux_output2": config.getboolean("config", "aux_output2", fallback=False)
```python "walk_test": config.getboolean("config", "walk_test", fallback=False), "door_open_warning": config.getboolean("config", "door_open_warning", fallback=True), "aux_output1": config.getboolean("config", "aux_output1", fallback=False), "aux_output2": config.getboolean("config", "aux_output2", fallback=False) ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thomas/rpi-alarm#65
No description provided.