File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ v0.1.0] ( https://github.com/zero88/qwe-iot-gateway/tree/v0.1.0 ) (2021-02-09)
4
+
5
+ ### Added
6
+
7
+ Add [ BACnet API] ( ./service/bacnet-api/README.md ) :
8
+ - ` BACnet ` Explorer function
9
+ - ` BACnet ` Command for ad-hoc request
10
+ - ` BACnet ` Supervisor
11
+ - ` BACnet ` Streaming COV to ` WebSocket ` server
Original file line number Diff line number Diff line change 2
2
org.gradle.caching =true
3
3
org.gradle.parallel =true
4
4
# Project properties --------------------------
5
- version =0.0.1
6
- semanticVersion =-SNAPSHOT
5
+ version =0.1.0
6
+ semanticVersion =
7
7
buildBy =local
8
8
buildHash =
9
9
# SonarQube --------------------------
Original file line number Diff line number Diff line change 1
- # BACnet
1
+ # BACnet Service API
2
2
3
3
` BACnet service ` is ` RESTful API service ` that provides an interface to the ` BACnet System ` and can be used for
4
4
communicating with other ` BACnet devices ` .
You can’t perform that action at this time.
0 commit comments