Skip to main content
1-Visitor
March 21, 2019
Solved

How to set the value of the IndustrialThing property programmatically?

  • March 21, 2019
  • 1 reply
  • 1318 views

Hi there,

 

Can anyone suggest how can I set the following property using code? Thank you.

Capture.JPG

 

 

 

Best answer by PaiChung

I believe you can assign any Thing that is based on the IndustrialGateway template

just do Things[NameOfThing].IndustrialThing = ValueToSet

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 22, 2019

I believe you can assign any Thing that is based on the IndustrialGateway template

just do Things[NameOfThing].IndustrialThing = ValueToSet