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
No Data