View on GitHub

webOS TV

A promise-based package to control webOS based TVs with JavaScript.

webOS / Exports / model / Config

Interface: Config

model.Config

Table of contents

Properties

Properties

client-key

Optional client-key: string

Defined in

src/model.ts:25


forcePairing

forcePairing: boolean

Defined in

src/model.ts:5


manifest

manifest: Object

Type declaration

Name Type
appVersion string
manifestVersion number
permissions string[]
signatures { signature: string ; signatureVersion: number }[]
signed { appId: string ; created: string ; localizedAppNames: Record<string, string> ; localizedVendorNames: Record<string, string> ; permissions: string[] ; serial: string ; vendorId: string }
signed.appId string
signed.created string
signed.localizedAppNames Record<string, string>
signed.localizedVendorNames Record<string, string>
signed.permissions string[]
signed.serial string
signed.vendorId string

Defined in

src/model.ts:7


pairingType

pairingType: string

Defined in

src/model.ts:6