9 lines
148 B
Python
Executable File
9 lines
148 B
Python
Executable File
""" Publishers for Pi.Alert """
|
|
|
|
"""
|
|
each publisher exposes:
|
|
|
|
- check_config () returning True / False
|
|
- send (message) returning True / Fasle
|
|
"""
|