Update BACnet protocol revision and enhance lighting output handling (#1211)
* Changed apps to build at protocol-revision 28 to be able to use the lighting output special values by default. * Fixed blinkt app server name and removed the device.c module which was no longer needed. * Added debug prints for lighting-output object for present-value and lighting-command property values which may be out-of-range.
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ option(
|
||||
"build with uci"
|
||||
OFF)
|
||||
|
||||
set(BACNET_PROTOCOL_REVISION 24)
|
||||
set(BACNET_PROTOCOL_REVISION 28)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
|
||||
Reference in New Issue
Block a user