From e60388a2b3de513029a8100519da284bd77b744a Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Fri, 10 Jul 2020 00:43:41 +0800 Subject: [PATCH] bump Cache Version --- cpp/src/Driver.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/src/Driver.cpp b/cpp/src/Driver.cpp index 8030ed47da..0bc39400d6 100644 --- a/cpp/src/Driver.cpp +++ b/cpp/src/Driver.cpp @@ -89,7 +89,8 @@ using namespace OpenZWave; // 02: 01-12-2011 - Command class m_afterMark sense corrected, and attribute named to match. // 03: 08-04-2011 - Changed command class instance handling for non-sequential MultiChannel endpoints. // 04: 12-07-2019 - Changed Interview Order -uint32 const c_configVersion = 4; +// 05: 10-07-2020 - Duration ValueID's changed from Byte to Int. Invalidate Any previous caches. +uint32 const c_configVersion = 5; static char const* c_libraryTypeNames[] = { "Unknown", // library type 0