Skip to content

Commit d076a12

Browse files
Merge pull request #313387 from dominicbetts/release-aio-2603-commander-tweak
AIO 2603: Minor commander update
2 parents afd2ac5 + 5c4fe30 commit d076a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/iot-operations/discover-manage-assets/howto-control-opc-ua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ An action always has the following properties:
280280
- `actionType`: The type of action. For methods, this property is always `Call`.
281281

282282
> [!NOTE]
283-
> Versions of Azure IoT Operations prior to 2603 used `typeRef` instead of `dataSource` to map to the `objectId`. If you're using an older version, use `typeRef` in your asset definition instead of `dataSource`.
283+
> Versions of Azure IoT Operations prior to 2603 used `typeRef` as a property of an action instead of `dataSource` as a property of the management group to map to the `objectId`. If you're using an older version, use `typeRef` in your asset's action definition instead of `dataSource` in the management group.
284284
285285
When you publish a message to the topic `azure-iot-operations/asset-operations/<asset name>/<management group name>/<action name>` that includes a value for `Switch`, the commander service calls the method in the OPC UA server. For example, to switch on the boiler, publish a message with the following payload to the topic `azure-iot-operations/asset-operations/management-actions-asset/managementGroup/Switch`:
286286

0 commit comments

Comments
 (0)