-
Notifications
You must be signed in to change notification settings - Fork 6
Caclient
dave-p edited this page Jul 21, 2024
·
7 revisions
The up-to-date version of this documentation is now on the Tvheadend website at https://docs.tvheadend.org/documentation/development/json-api
API calls related to Conditional Access. ADMIN privilege is necessary for all of these functions.
Lists the text strings, options and defaults used when configuring Conditional Access devices within TVH (ie Configuration -> CAs -> Add).
Lists the text strings, options and defaults used when configuring Conditional Access within TVH (ie Configuration -> CAs).
Create a new CA instance.
-
class
Name of the class to create, ie one of the classes listed by caclient/builders. -
conf
A JSON object describing the new device.
List CA clients.
{
"entries" : [
{
"title" : "Linux DVB CAM (CI/CI+)",
"status" : "caclientNone",
"uuid" : "7f435a73b190419cc6e69e3956c50549"
}
]
}