Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
ref to react-native-iotcentral
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadruda committed Jul 27, 2020
1 parent c87d218 commit cd383cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ yarn install ( or 'npm install' if using npm)

```
## Quickly run on device/emulator
## Quickly run on device/simulator
This sample is ready to run to quickly have a demonstration of its features without any customizations. However some tweaks may be required to read data from particular devices (see [Data Format](#data-format)).
### From the Command Line
Expand Down Expand Up @@ -146,6 +146,8 @@ The capability is enabled by default. If you want to disable Health Kit feature,
## Connect to Azure IoT Central
When not running in simulated mode, the mobile application connects to an Azure IoT Central application and sends telemetry message to specific device. After login you can choose to authenticate through a QR Code or a numeric code.
Connection to Azure IoT Central is implemented through the [react-native-azure-iotcentral-client](https://www.npmjs.com/package/react-native-azure-iotcentral-client) library.
Simulated devices available in this sample map to device models in the IoT Central Continous Patient Monitoring (CPM) template.
CPM applications can be created from the IoT Central home page or directly from [https://apps.azureiotcentral.com/build/new/continuous-patient-monitoring](https://apps.azureiotcentral.com/build/new/continuous-patient-monitoring)
Expand Down

0 comments on commit cd383cb

Please sign in to comment.