Skip to content

automaid/generic-hdmi-cec-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdmi-cec-service

This Service exposes the libcec functionality via a HTTP API.

There are multiple predefined internal endpoints and you can add as many custom endpoints as you want. Each custom endpoint takes an url and a command to execute with cec-client.

This Service requires the cec-client to be installed. Detailed Instructions on how to do this can be found here.

Configuration

port: 8080
endpoints:
    internal:
        exec: false
        standby: true
    custom:
        -   url: /chromecast
            cmd: tx 1f 82 40 00

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published