CSharpTradFriLibrary icon indicating copy to clipboard operation
CSharpTradFriLibrary copied to clipboard

This is a .NET Standard (2.0) library to communicate with the IKEA Home (Tradfri) ZigBee-based Gateway.

Results 10 CSharpTradFriLibrary issues
Sort by recently updated
recently updated
newest added

Hi! After wayy to long, here's my new update. I've reworked the internals, so that it is easier for this library to use. I hope in the future to pull...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

This might be an obvious problem, but I am not sure if I have to add RestSharp manually. **Describe the bug** I get this exception when attempting to declare a...

I want to play around with the Tradfri Gateway myself. Do you have documented the API you are using and are willing to share it?

My gateway version is 1.11.47 I tried to use this sample code: `const string password = "ThisIsMySecretPassword";` `const string applicationName = "TradfriControllerApp";` `const string ipAddress = "192.168.0.230";` `var controller =...

Bumps [PeterO.Cbor](https://github.com/peteroupc/CBOR) from 4.0.0 to 4.5.1. Release notes Sourced from PeterO.Cbor's releases. Version 4.5.1 Full Changelog: https://github.com/peteroupc/CBOR/compare/v4.5...v4.5.1 Version 4.5 Full Changelog: https://github.com/peteroupc/CBOR/compare/v4.4.2...v4.5 Version 4.4.4 Full Changelog: https://github.com/peteroupc/CBOR/compare/v4.4.2...v4.4.4 Version 4.4.2 Full...

dependencies

Hi, first thank you for this library! With LINQPad and your library, it's a matter of few minutes to start writing first simple lights automation scripts. **Is your feature request...

If I'm not mistaken there is currently no support for settings mireds? I see the property on a lightcontrol, but no way to set the value.

Has anyone any plans to implement interfaces to make mocking this easier?

**Describe the bug** For some reason, when I run these three lines: ``` string applicationName = "UnitTestApp"; TradfriController controller = new TradfriController("HomeTradfri", "10.0.0.16"); var appSecret = await controller.GenerateAppSecret("**************", applicationName); ```...