cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Can Azure IOT device invoke Local Service of a Thingworx thing

kiranpn03
2-Guest

Can Azure IOT device invoke Local Service of a Thingworx thing

I am using Azure IOT connector V3.0.

Azure IOT Device supports 1>sending Telemetry 2>upload file to blobStorage and notify IOT HUB 3>DeviceTwin updates(reported properties)

1> How can Azure IOT Device invoke a local service on my AzureIOTHubThing running on TWX platform

2> Does connector update the individual properties of AzureIOTHubThing when there is updateDeviceTwin event OR it just updates the reportedProperty ?

1 REPLY 1
geva
14-Alexandrite
(To:kiranpn03)

You should use a subscription either tied to a specific properties DataChange and HistoricalDataLogged (you need both) for a message payload, or a Device Twin or Module Twin... you can also check if there are any specific events created for the Azure IoT devices which would be "life-cycle events" and would need to be forwarded from IoT Hub to the Azure IoT Hub connector.

Top Tags