Skip to content

Commit

Permalink
Clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Turner committed Jun 11, 2017
1 parent 5d324e9 commit 4bac4ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TP-Link Smart Devices SDK
This library allows a developer to discovery and operate TP-Link Smart Devices in C#.
This library allows a developer to discover and operate TP-Link Smart Devices with C# applications.

This includes TP-Link Smart Switches HS100/105/110 as well as TP-Link Smart Bulbs LB100/110/120/130.
This includes support for TP-Link Smart Switches HS100/105/110 as well as TP-Link Smart Bulbs LB100/110/120/130.


## Usage
Expand All @@ -27,12 +27,12 @@ ManualMessageCache, and TimeGatedMessageCache.

* NoMessageCache passes all requests through to the device in real-time.

* ManualMessageCache caches everything and only flushes when the Flush() function is called.
* ManualMessageCache caches everything and only updates the cache after the Flush() function is called.

* TimeGatedMessageCache (default) expires messages in cache after a given number of seconds.
* TimeGatedMessageCache (default) expires messages in cache after a given number of seconds from their original cache time.


## Disclaimer
This is an unofficial SDK that has no affiliation with TP-Link.

TP-Link and all respective product names are copyright TP-Link Technologies Co, Ltd. and/or its subsidiaries and affiliates.
TP-Link and all respective product names are copyright TP-Link Technologies Co, Ltd. and/or its subsidiaries and affiliates.

0 comments on commit 4bac4ce

Please sign in to comment.