dominicusmento / CSharpTradFriLibrary

This is a .NET Standard (2.0) library to communicate with the IKEA Home (Tradfri) ZigBee-based Gateway.
GNU General Public License v3.0
37 stars 20 forks source link

[Feature] - documentation #35

Closed bendelathouwer closed 4 years ago

bendelathouwer commented 4 years ago

Dear

Is it posible to use some documentation ? For example a simple blinky?

With best regards Ben

dominicusmento commented 4 years ago

Can you please elaborate more specifically what do you want?

bendelathouwer commented 4 years ago

simple blinky and writen documentation explaining the core function calls in depth if that's a possibility

dominicusmento commented 4 years ago

What is "blinky" and what's it's purpose? You already have an example project in repository. Take SetSelectedLights function and use it with Timer object to make blinking effect..

What exact functions do you need explanation for? The names of the functions are more or less self-explaining so I do not see a need for writing documentation for functions like SetColor, SetDimmer, SetLight, SetOutlet.. If you are using editor with intellisense it should be even more clear to you what you are doing..