@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) • 823 B
text/typescript
import type { UAOffNormalAlarm, UAOffNormalAlarm_Base } from "./ua_off_normal_alarm";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |SystemDiagnosticAlarmType i=18496 |
* |isAbstract |false |
*/
export type UASystemDiagnosticAlarm_Base = UAOffNormalAlarm_Base;
export interface UASystemDiagnosticAlarm extends UAOffNormalAlarm, UASystemDiagnosticAlarm_Base {}