Skip to main content
1-Visitor
August 5, 2020
Question

Can Azure IOT device invoke Local Service of a Thingworx thing

  • August 5, 2020
  • 1 reply
  • 918 views

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

15-Moonstone
November 7, 2023

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.