@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
18 lines (16 loc) • 827 B
text/typescript
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |RoleSetType i=15607 |
* |isAbstract |false |
*/
export interface UARoleSet_Base {
// PlaceHolder for $RoleName$
addRole: UAMethod;
removeRole: UAMethod;
}
export interface UARoleSet extends UAObject, UARoleSet_Base {}