UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

13 lines (12 loc) 749 B
import type { UAState, UAState_Base } from "./ua_state"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |InitialStateType i=2309 | * |isAbstract |false | */ export type UAInitialState_Base = UAState_Base; export interface UAInitialState extends UAState, UAInitialState_Base {}