Skip to content

Commit ef7562f

Browse files
authored
Merge pull request #5 from zero88/release/0.1.0
- Release v0.1.0
2 parents 7b18739 + 09221fb commit ef7562f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
org.gradle.caching=true
33
org.gradle.parallel=true
44
# Project properties --------------------------
5-
version=0.0.1
6-
semanticVersion=-SNAPSHOT
5+
version=0.1.0
6+
semanticVersion=
77
buildBy=local
88
buildHash=
99
# SonarQube --------------------------

service/bacnet-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BACnet
1+
# BACnet Service API
22

33
`BACnet service` is `RESTful API service` that provides an interface to the `BACnet System` and can be used for
44
communicating with other `BACnet devices`.

0 commit comments

Comments
 (0)