ChristianKuehnel
d171b2266a
ManufacturerProrietary for Fibaro FGRM-222 ( #6 )
...
Rebased change for proprietary venetian blind mode
for Fibaro FRGM-222 to Home assistant fork.
2019-09-16 13:36:11 +02:00
Pascal Vizeli
e4e0c8d50a
Merge remote-tracking branch 'upstream/master' into hass
2019-04-06 08:37:09 +00:00
Ryan
3a59832391
fixed freebsd compilation error ( #4 )
2019-04-06 10:29:11 +02:00
jduquennoy
52edf00d83
Added invertEndpointSource parameter in xml to use destination endpoint as… ( #1750 )
...
* Added invertEndpointSource parameter in xml to use destination endpoint as source
* Move the Config Option to the MultiInstance CC
* update configuration and xmltest
* write out the config as well to our cache
2019-03-28 15:34:08 +08:00
c01bd597bf
Fix a offbyone error when reading CC's that are encrypted (related to #1687 )
2019-03-26 16:38:16 +08:00
Clement Wong
9ca36122a5
added Multilevel Sensor types and scales for version 6-11 ( #2 )
2019-03-21 09:50:33 +01:00
Fritz Mueller
0679daef6a
Fix BarrierOperator hidden overload ( #1 )
2019-01-08 20:45:56 +00:00
Pascal Vizeli
1fde77f63d
Update Barrier support to last version
2019-01-08 20:45:56 +00:00
d7a449112c
Issue #490 - Add preliminary support for the Barrier Command Class from Srirams
2019-01-08 20:45:56 +00:00
c701f5f78f
fix ThermostateMode not working with MultiInstances
2019-01-06 21:38:17 +08:00
3fbcea7770
Related to issue #1638 - Source Endpoint 0 should be mapped to main CC
2018-11-14 13:25:49 +08:00
0ca1320408
Merge pull request #1624 from cstrachan88/master
...
Fixed Z wave plus command class name
2018-10-23 12:36:58 +08:00
dd4038878b
Update Makefile
...
Remove this compiler Flag.
2018-10-22 15:31:07 +08:00
Courtney Strachan
1f31606fd2
Fixed Z wave plus command class name
2018-10-08 21:13:06 -07:00
c3d5dc657c
Merge pull request #1580 from ryanwinter/unused
...
Remove unused variables causing compilation errors on FreeBSD
2018-10-05 13:58:10 +08:00
f749fe9cbd
Merge pull request #1606 from MasterKale/master
...
Fix broken build process for macOS > 10.14
2018-10-05 13:47:59 +08:00
Matthew Miller
33b60707c8
Fix whitespace issue
2018-10-02 09:49:12 -07:00
Matthew Miller
feec386d00
Move additional CFLAG to Mojave-up build
2018-10-02 09:47:57 -07:00
Matthew Miller
1acaf41228
Simplify setting Darwin build architecture
2018-10-02 09:40:20 -07:00
Matthew Miller
92c800af85
Check for Mojave or greater for x86_64-only build
2018-10-02 09:28:11 -07:00
805dc33fa5
Possible Fix for #1179 - Invalid MultiInstanceEncap Report
2018-10-02 14:57:03 +08:00
Matthew Miller
93bef38c46
Add gcc flag to ignore unused private field errors
...
Disables build-blocking errors reported for several unused private fields in a few of the Value classes.
2018-09-26 10:58:06 -07:00
Matthew Miller
9aa3803205
Remove i386 architecture flags for Darwin
...
Xcode’s make no longer supports the i386 architecture as of, I believe, Mountain Lion. Removing these flags allowed this project to build as-is on the new macOS Mojave (10.14)
2018-09-26 10:54:01 -07:00
bf225b02aa
Clear Buffer when reading a new packet - Issue #1595
2018-09-19 11:20:59 +08:00
Ryan Winter
6012784a68
removed unused variables
2018-08-17 12:24:05 -07:00
Ryan Winter
8f826936ba
removed unused variables
2018-08-17 12:23:05 -07:00
fb2169b22f
update comment
2018-08-01 16:07:48 +08:00
f426194cba
add USE_HID=1 to build flags for windows
2018-07-31 13:29:46 +08:00
d2b0520b59
Merge pull request #1516 from dwmw2/nohid
...
Make HID support optional (and disabled by default)
2018-07-31 13:24:43 +08:00
6a835cec14
Update support.mk
2018-07-31 13:24:13 +08:00
65265aa15c
Merge pull request #1504 from Ryszard-Trojnacki/master
...
ValueRaw fixes (fix for issue #1502 , #1503 )
2018-07-27 12:48:09 +08:00
33e14ced5e
Merge branch 'master' into nohid
2018-07-27 12:36:09 +08:00
de5df62d5e
Merge branch 'master' into netbsd-libusb-pkgconf
2018-07-27 12:31:48 +08:00
5e89d5fd64
Merge pull request #1550 from bahamas10/dave-smartos
...
support building on SmartOS
2018-07-27 12:30:11 +08:00
799732f9ac
Merge branch 'master' of https://github.com/OpenZWave/open-zwave
2018-07-26 21:52:59 +08:00
2edc26684d
Fix issue #1560 - Secure Inclusion of Controllers
2018-07-26 21:52:45 +08:00
ef7698676c
Fix up WinRT Builds
2018-07-26 18:28:18 +08:00
pipiche38
14164e9920
Fix compilation error in regards to -Werror=restrict
...
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function �virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32)�:
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]
snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]);
^~~~~~~~ ~~~~~~~~
2018-07-26 13:14:17 +08:00
Dave Eddy
5d9d109e8b
Support building on SmartOS
2018-07-17 12:48:22 -04:00
8bbcfb2579
Merge pull request #1507 from Broekman/master
...
Added support for MinGW-W64
2018-07-06 12:58:04 +08:00
e67f12cb69
Merge pull request #1517 from Cyberax/master
...
Fix hangs during Manager::Destroy calls
2018-06-24 11:45:18 +08:00
Tom Ivar Helbekkmo
914768f781
Use pkgconf to find the local package directories
2018-06-10 10:08:14 +02:00
Tom Ivar Helbekkmo
232474e6ad
Make it a bit tidier, on advice from @krytarowski
2018-06-09 12:43:46 +02:00
Tom Ivar Helbekkmo
0e01a1053f
Add missing #ifdef __NetBSD__ for a platform specific cast
2018-06-08 12:22:09 +02:00
Alex Besogonov
b3e6249811
Fix hangs during Manager::Destroy calls
2018-05-23 02:36:12 -07:00
David Woodhouse
89d5b3989f
Build without HID/udev support by default
...
Allow 'USE_HID=1' to be added to the make command line to turn it on
again, and fix the pkg-config file to link against libudev when needed
for a static libopenzwave.a
Fixes #1316
2018-05-22 23:01:13 +01:00
David Woodhouse
0a5691cfbf
Remove gratuitous inclusion of libudev.h
2018-05-22 22:40:07 +01:00
6466115362
Revert "Fix issue with $pkgconfigdir not being used as an absolute path"
2018-05-15 12:24:40 +08:00
S.Broekman
11e21fa63e
Added support for MinGW-W64:
...
1. cpp/src/build/windows/mingw-w64/Makefile - added a Makefile with support for MinGW-W64.
2. cpp/src/Defs.h:38 - added support for MinGW-W64.
3. cpp/src/platform/windows/LogImpl.cpp:84 - switched two values in the initializer list to fix a -Wreorder warning.
4. cpp/src/platform/windows/FileOpsImpl.cpp:62 - changed "int32 ftype" to "uint32 ftype" to match the (unsigned) DWORD return value of the "GetFileAttributesA" function to fix a -Wsign-compare warning.
2018-05-10 15:41:21 +02:00
Ryszard-Trojnacki
9b94cbdd56
Fixed ValueRaw length problem. Removed ValueRaw unused private value m_newValue.
2018-05-07 22:25:06 +02:00