Search found 4 matches
- Fri Mar 17, 2023 9:45 am
- Forum: Windows
- Topic: Get started
- Replies: 6
- Views: 13266
Get started
Hi, Could you tell me where to find documentation about programming TellStick? The Telldus Center works fine, and I would like to create and control stuff from code. I use the TellStick.Net project as base. How do I create a new KlikAanKlikUit device and set the device-group to 'K'? Can this be done...
- Fri Mar 17, 2023 9:45 am
- Forum: Windows
- Topic: Get started
- Replies: 6
- Views: 13266
Thanks. What I was looking for was the documentation on how to create a new KlikAanKlikUit device and set the device-group to 'K' from code, not the setup. I create a new interface around the management of devices using c#, can this work: int deviceId = TellStick.Native.devAddDevice(); TellStick.Nat...
- Fri Mar 17, 2023 9:45 am
- Forum: Windows
- Topic: Get started
- Replies: 6
- Views: 13266
Thanks, this is exactly what I was looking for. I understand the implications of using this approach, but it is needed for the solution I provide as a lot more types of devices are supported and I do not want our users to have to learn a separate configuration environment for all those devices. Is t...
- Fri Mar 17, 2023 9:45 am
- Forum: Windows
- Topic: Get started
- Replies: 6
- Views: 13266
I have created a C# wrapper around tellduscore.dll and am working on some classes to make it easier to work with telldus from C#. If there are other users who can use this, it might help to add this project to your codebase.. example: TelldusCoreWrapper.RemoveAllDevices(); TDDevice device = new TDDe...