MCPcopy
hub / github.com/iBaa/PlexConnect / updatePMSProperty

Function updatePMSProperty

PlexAPI.py:86–93  ·  view source on GitHub ↗
(ATV_udid, uuid, tag, value)

Source from the content-addressed store, hash-verified

84 }
85
86def updatePMSProperty(ATV_udid, uuid, tag, value):
87 # set property element of PMS by UUID
88 if not ATV_udid in g_PMS:
89 return '' # no server known for this aTV
90 if not uuid in g_PMS[ATV_udid]:
91 return '' # requested PMS not available
92
93 g_PMS[ATV_udid][uuid][tag] = value
94
95def getPMSProperty(ATV_udid, uuid, tag):
96 # get name of PMS by UUID

Callers 2

discoverPMSFunction · 0.85
getPMSListFromMyPlexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected