2018-12-18 Fred Gleason <fredg@paravelsystems.com>

* Added a 'pypad_live365.py' PyPAD script.
	* Removed the 'rlm_live365' RLM.
	* Fixed typos in the docstrings for 'PyPAD.Update::startDateTime()'
	and 'PyPAD.Update::padField()'.
This commit is contained in:
Fred Gleason
2018-12-18 18:08:49 -05:00
parent 324e35cd8e
commit 8dc4e72af6
7 changed files with 190 additions and 552 deletions

View File

@@ -410,8 +410,8 @@ class Update(object):
Takes one argument:
pad_type - The type of PAD value. Valid values are:
PyPAD.NOW - Now playing data
PyPAD.NEXT - Next to play data
PyPAD.TYPE_NOW - Now playing data
PyPAD.TYPE_NEXT - Next to play data
"""
try:
return self.__fields['padUpdate'][pad_type]!=None
@@ -425,8 +425,8 @@ class Update(object):
Takes one argument:
pad_type - The type of PAD value. Valid values are:
PyPAD.NOW - Now playing data
PyPAD.NEXT - Next to play data
PyPAD.TYPE_NOW - Now playing data
PyPAD.TYPE_NEXT - Next to play data
"""
try:
return self.__fromIso8601(self.__fields['padUpdate'][pad_type]['startDateTime'])
@@ -440,8 +440,8 @@ class Update(object):
Takes two arguments:
pad_type - The type of PAD value. Valid values are:
PyPAD.NOW - Now playing data
PyPAD.NEXT - Next to play data
PyPAD.TYPE_NOW - Now playing data
PyPAD.TYPE_NEXT - Next to play data
pad_field - The specific field. Valid values are:
PyPAD.FIELD_AGENCY - The 'Agency' field (string)