Files
NetAlertX/pialert/publishers/__init__.py
2023-05-30 18:47:28 +10:00

9 lines
148 B
Python

""" Publishers for Pi.Alert """
"""
each publisher exposes:
- check_config () returning True / False
- send (message) returning True / Fasle
"""