I'm looking to automate a bit around channel scanning. I've discovered the obvious end points:
Code: Select all
curl -v -X POST http://hdhomerun.local/lineup.post?scan=start
curl -v -X POST http://hdhomerun.local/lineup.post?scan=abort
curl -v -X GET http://hdhomerun.local/lineup_status.json
curl -v -X GET http://hdhomerun.local/lineup.json
Is there documentation about these end points and their parameters?
Is the scan configurable? I'd like to only use a single tuner and leave the additional tuners available for use.
Thanks all!