Skip to content

Commit 7bb4122

Browse files
committed
Updated to CAS BACnet Stack v3.24.6
1 parent 427d194 commit 7bb4122

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

BACnetClientExample/BACnetClientExample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ uint8_t invokeId;
6161

6262
// Constants
6363
// =======================================
64-
const std::string APPLICATION_VERSION = "0.0.5"; // See CHANGELOG.md for a full list of changes.
64+
const std::string APPLICATION_VERSION = "0.0.6"; // See CHANGELOG.md for a full list of changes.
6565
const uint32_t MAX_XML_RENDER_BUFFER_LENGTH = 1024 * 20;
6666

6767
// Settings

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Version 0.0.x
44

5+
### 0.0.6 (2021-Jul-15)
6+
7+
- Added confirmed text message request example service
8+
59
### 0.0.5 (2021-Jun-16)
610

711
- Added subscribe COV request example service

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Help:
2424
- R - Send Read property messages
2525
- U - Send Write property messages
2626
- C - Send Subscribe COV Request
27+
- T - Send Confirmed Text Message Request
2728
```
2829
Client expects a device with the following objects:
2930

submodules/cas-bacnet-stack

Submodule cas-bacnet-stack updated from 86ea2cb to 2f5373d

0 commit comments

Comments
 (0)