Skip to content

Commit 701db4d

Browse files
Tony Shermanaaronatbissell
authored andcommitted
docs(assetlibrary): correct typo in device monitoring docs
1 parent a3c3c87 commit 701db4d

File tree

1 file changed

+1
-1
lines changed
  • source/packages/services/device-monitoring

1 file changed

+1
-1
lines changed

source/packages/services/device-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A device monitoring module provides near real-time device status - connected and
44

55
## Introduction
66

7-
The device monitoring module utilizes [AWS IoT Lifecycle Events](https://docs.aws.amazon.com/iot/latest/developerguide/life-cycle-events.html) feature. Whenever the device connects or disconnects, AWS IoT Core emits a smaple event that is then picked up by AWS Lambda. It parses the eventType and then updating the device attributes in Asset Library to connected as `true` or `false`
7+
The device monitoring module utilizes [AWS IoT Lifecycle Events](https://docs.aws.amazon.com/iot/latest/developerguide/life-cycle-events.html) feature. Whenever the device connects or disconnects, AWS IoT Core emits a sample event that is then picked up by AWS Lambda. It parses the eventType and then updating the device attributes in Asset Library to connected as `true` or `false`
88

99
The following sample represents the schema that AWS IoT core emits when a device connects or disconnects
1010

0 commit comments

Comments
 (0)