Skip to content

Commit 2d8116a

Browse files
committed
docs(readme): add supported BACNET services to README.md
1 parent 871ee7f commit 2d8116a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@ $ npm install --save bacstack
2222

2323
The API documentation is available under **[fh1ch.github.io/node-bacstack](https://fh1ch.github.io/node-bacstack)**.
2424

25+
### Features
26+
27+
The BACNET standard defines a wide variety of services as part of it's
28+
specification. While Node BACstack tries to be as complete as possible,
29+
following services are already supported at this point in time:
30+
31+
| Service | Execute |
32+
|------------------------------|:-------:|
33+
| Who Is | yes |
34+
| Time Sync | yes |
35+
| UTC Time Sync | yes |
36+
| Read Property | yes |
37+
| Read Property Multiple | yes |
38+
| Write Property | yes |
39+
| Write Property Multiple | yes |
40+
| Reinitialize Device | yes |
41+
| Device Communication Control | yes |
42+
2543
### Example
2644

2745
``` js

0 commit comments

Comments
 (0)