Skip to content

Commit

Permalink
Merge pull request #5 from zero88/release/0.1.0
Browse files Browse the repository at this point in the history
- Release v0.1.0
  • Loading branch information
zero88 authored Feb 9, 2021
2 parents 7b18739 + 09221fb commit ef7562f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [v0.1.0](https://github.com/zero88/qwe-iot-gateway/tree/v0.1.0) (2021-02-09)

### Added

Add [BACnet API](./service/bacnet-api/README.md):
- `BACnet` Explorer function
- `BACnet` Command for ad-hoc request
- `BACnet` Supervisor
- `BACnet` Streaming COV to `WebSocket` server
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
org.gradle.caching=true
org.gradle.parallel=true
# Project properties --------------------------
version=0.0.1
semanticVersion=-SNAPSHOT
version=0.1.0
semanticVersion=
buildBy=local
buildHash=
# SonarQube --------------------------
Expand Down
2 changes: 1 addition & 1 deletion service/bacnet-api/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BACnet
# BACnet Service API

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

0 comments on commit ef7562f

Please sign in to comment.