Skip to content

philtv-js / PhilTVApiParams

Type Alias: PhilTVApiParams

PhilTVApiParams: object

Parameters required to initialize the PhilTVApiBase class.

This object includes the API connection details and optional configuration settings.

Type declaration

apiUrl

apiUrl: string

The URL of the Philips TV API to connect to. Include the protocol, IP address, port number and API version.

Example

ts
https://192.168.0.22:1926/6

password

password: string

The password for authentication with the API.

user

user: string

The username for authentication with the API.