Skip to content

API for interacting with a Panasonic Viera Smart TV (Internet SOAP Remote)

License

Notifications You must be signed in to change notification settings

LewisSmallwood/PHP-Panasonic-TV-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Panasonic TV JSON API

An API for interacting with a Panasonic Viera Smart TV (Internet SOAP Remote)

The IP address of the TV is required within the constant TV_IP_ADDRESS.

Currently, opening index.php in the browser returns the following JSON:

{
    "isPowerOn": true,
    "volume": 50,
    "muted": false
}

The API defaults its values if a connection cannot be made to the TV, or the TV is off.

The default values are:

{
    "isPowerOn": false,
    "volume": 0,
    "muted": false
}

About

API for interacting with a Panasonic Viera Smart TV (Internet SOAP Remote)

Topics

Resources

License

Stars

Watchers

Forks

Languages