Page 1 of 1

Where are store Domoticz and DomoticzEvents librairies

Posted: Sunday 01 October 2017 21:47
by YellowSky
Hi,
i would like to know where are the DomoticzEvents and Domoticz librairies which are used when some python script or plugin are launched.
The objective is to understand the code besides.
Thank you

Re: Where are store Domoticz and DomoticzEvents librairies

Posted: Tuesday 03 October 2017 4:13
by Dnpwwo
@YellowSky,

The libraries are implemented within Domoticz itself so you would need to read the C++ on github.

cheers,

Dnpwwo

Re: Where are store Domoticz and DomoticzEvents librairies

Posted: Tuesday 03 October 2017 13:18
by YellowSky
Thank you for the answer.
But i don't understand why in a python script we use

Code: Select all

import Domoticz
Normally it doesn't fit a regular librairy (a file .py)?

Thank you