Skip to content

gr4b4z/lgtv.net

Repository files navigation

lgtv.net

LG TV WebOS API for .NET

For now, there is only API, example app will be added in the future.

inspiration:

references:

Usage

 // Initalization
    var _instance =  new LgTvApi(ip,new LgTvApiCore(), new ClientKeyStore(ip));
    await _instance.Connect();
    await _instance.MakeHandShake();
    await _instance.GetMouse();

//control
    await _instance.VolumeDown();
    await _instance.TurnOff();
    ......
    (await _instance.GetMouse()).SendButton(ButtonType.RED);
    (await _instance.GetMouse()).SendButton(ButtonType.LEFT);
    ..

About

LG TV WebOS API for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages