From 47eac0a3566a51f3f19cef3ac32dfa42221928d8 Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Mon, 31 Oct 2016 08:39:51 +0100 Subject: [PATCH] Add note about third party python library tellcore-py --- docs/01-telldus-core.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/01-telldus-core.dox b/docs/01-telldus-core.dox index b5987450..0102d138 100644 --- a/docs/01-telldus-core.dox +++ b/docs/01-telldus-core.dox @@ -341,8 +341,11 @@ * * \subsection sec_ol_pyhon Python * - * There is no native Python support for TellStick yet. To use telldus-core in Python, + * To use telldus-core in Python, * please have look at the ctypes library. It contains cdll and * windll to load any dynamic link libraries. * + * There is also a third party library available: + * https://github.com/erijo/tellcore-py + * */