View fah_babysitter.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# 1.0 - Original Code Belongs to @danielocdh | |
# 1.1 - Added ability to check FAH Control APIs on other ports | |
# 1.2 - Added support for Linux Control API (Slight changes in response checks) | |
# 1.3 - Fix for latest version of FAH Control API and Client (7.6.9) | |
# 1.4 - Added @danielocdh's feedback and his local changes around !# and spacing in the substitution | |
# 1.5 - @danielocdh updated expected result for authentication issues | |
# 1.6 - Removed un-needed tEnd references to end of readResult | |
# 1.7 - Added getting started | |
# 1.8 - Added "hacky" check to see if there is a new version of the gist using github rest api |