inductiveautomation / ignition-sdk-examples

Ignition SDK Example Projects
164 stars 92 forks source link

Update opc-ua-device example for upcoming Device API changes #43

Closed kevinherron closed 4 years ago

kevinherron commented 4 years ago

Milo 0.5.0 removes everything marked deprecated from 0.1 - 0.4 and tweaks the class hierarchy of managed AddressSpace implementations such that AbstractLifecycle is no longer at the root of it.

Device API gains ManagedDevice as the go-to "easy mode" device base class.