]> git.pld-linux.org Git - packages/domoticz.git/blobdiff - domoticz-tinyxpath.patch
up to 2022.2
[packages/domoticz.git] / domoticz-tinyxpath.patch
index 5ca63d96bafc93728155eb8b57effa1a210485d8..171173538f0dddb45d81a53560c114282bb463ca 100644 (file)
@@ -132,7 +132,7 @@ index bc231d8f6..334f203a6 100644
 +
  #define ADD_STRING_TO_DICT(pPlugin, pDict, key, value)                                                                                      \
        {                                                                                                                                       \
-               PyNewRef        pObj = Py_BuildValue("s", value.c_str());                                                                               \
+               PyNewRef        pStr(value);                                                                               \
 --- a/hardware/AnnaThermostat.cpp      2020-03-22 09:16:16.000000000 -0500
 +++ b/hardware/AnnaThermostat.cpp      2020-03-24 10:41:00.530030798 -0500
 @@ -9,7 +9,7 @@
@@ -158,8 +158,8 @@ index bc231d8f6..334f203a6 100644
 +#include <tinyxml.h>
 +#include <xpath_static.h>
  
- #ifdef _DEBUG
- #define DEBUG_EcoDevices
+ // Minimum EcoDevises firmware required
+ #define MAJOR 1
 --- a/hardware/OnkyoAVTCP.cpp  2018-06-23 09:18:06.000000000 -0500
 +++ b/hardware/OnkyoAVTCP.cpp  2018-07-08 14:21:06.884163094 -0500
 @@ -3,15 +3,15 @@
This page took 0.042844 seconds and 4 git commands to generate.