Kinda first ready?

This commit is contained in:
Daniel Kluge
2023-10-30 14:26:09 +01:00
parent 523935a0d5
commit 4c7417d647
7 changed files with 235 additions and 59 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default abstract class AASInterfaceServer<ConfigInterface> {
protected config: ConfigInterface;
protected abstract readonly supportsSubscriptions: boolean;
protected readonly aas: types.Environment;
private onRequestCallback: OnRequestCallback
protected onRequestCallback: OnRequestCallback
constructor(config: ConfigInterface, aas: types.Environment, onRequestCallback: OnRequestCallback) {
this.config = config;