This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to a sign Node to existing DeviceStudioPoller by using Python Orion sdk. Many thanks

Hi All,

I found the PollerID by displaying all existing PollerID from Orion.DeviceStudio.Pollers with the request below

SELECT TOP 1000 PollerID, TechnologyID, Name, Description, Author, Vendor, Tags, Priority, Enabled, TechnologyPollingID FROM Orion.DeviceStudio.Pollers

and now:
I would like to assign Node to this DeviceStudioPoller by using Python Orion sdk .

Many thanks

Parents Reply Children