Skip to content

Commit

Permalink
Update managed subscribe ref link
Browse files Browse the repository at this point in the history
  • Loading branch information
jorchiu committed Nov 10, 2023
1 parent 0ecd1a5 commit 38b0065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Please refer to these [instructions](../../../README.md#mixed-sample) to run you

## 3. (Optional) Add Managed Subscribe to Digital Twin Provider

>[Managed Subscribe:](../../../../../samples/managed_subscribe/README.md#introduction) "The managed subscribe sample shows how Ibeji can extend its functionality with modules to give providers and consumers more capabilities. This sample utilizes the 'Managed Subscribe' module to allow a consumer to get an MQTT subscription for the AmbientAirTemperature value of a vehicle at a specific frequency in milliseconds. The provider, through the module, will publish the temperature value at the requested frequency for each consumer on its own topic and once the consumer disconnects it will stop publishing to that dynamically generated topic".
>[Managed Subscribe:](../../../samples/managed_subscribe/README.md#introduction) "The managed subscribe sample shows how Ibeji can extend its functionality with modules to give providers and consumers more capabilities. This sample utilizes the 'Managed Subscribe' module to allow a consumer to get an MQTT subscription for the AmbientAirTemperature value of a vehicle at a specific frequency in milliseconds. The provider, through the module, will publish the temperature value at the requested frequency for each consumer on its own topic and once the consumer disconnects it will stop publishing to that dynamically generated topic".
Adding the `Managed Subscribe` module for your digital twin provider is optional. However, here are some reasons why you might want to consider using the `Managed Subscribe` module for your digital twin provider:

Expand Down

0 comments on commit 38b0065

Please sign in to comment.