Skip to content

Commit

Permalink
Update docs (#4)
Browse files Browse the repository at this point in the history
This pull request updates the `README.md` file to reflect the new
capabilities of the library. The most important change is the addition
of support for asynchronous device drivers.

Documentation update:

*
[`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L7-R9):
Updated to indicate that the library now supports creating asynchronous
device drivers in addition to read-only and polled device drivers.
  • Loading branch information
AlexGodbehere authored Nov 28, 2024
2 parents 131246b + 0652c3e commit 4641356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules
.env
.idea
.vscode
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ This library exists to make it easier to write drivers for the ACS Edge
Agent. The Edge Agent exposes an MQTT broker for drivers to communicate
with and requires drivers to use a specific protocol for communication.

This version of the library supports creating read-only, polled device
drivers. Other forms of driver may be implemented in the future.
This version of the library supports creating read-only, polled and
asynchronous device drivers. Other forms of driver may be implemented in
the future.

## Core concepts

Expand Down

0 comments on commit 4641356

Please sign in to comment.