File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,24 @@ $ npm install --save bacstack
2222
2323The 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
You can’t perform that action at this time.
0 commit comments