Jey-Cee / ioBroker.deconz

Connects to deConz software developed by dresden-elektronik. This software aims to be a universal ZigBee Gateway solution, using hardware from dresden-elektronik the ConBee USB stick and RaspBee a modul for the Raspberry Pi.
Apache License 2.0
55 stars 34 forks source link

Trying to learn from your code #318

Closed stefaanv closed 1 year ago

stefaanv commented 1 year ago

Hi,

I'm learning how to create a ioBroker interface and looking into your code because I will also use the deconz interface in my project. However, I have some problems understanding

Kind Regards

Jey-Cee commented 1 year ago

Do not use this code as reference, because it is not using the latest adapter base. Create a new adapter with adapter creator: https://github.com/ioBroker/create-adapter#readme Also it is using the deprecated request package, which should not be used in new projects.

I have no clue why you are getting this errors. Do you get this errors in your IDE or if you try to running the adapter?

This adapter is js only, no typescript.

stefaanv commented 1 year ago

OK, thanks, I'll have a look there.