From e557ca1b44b0ad77ca8facc7db7a265a472ad3dd Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Tue, 15 Oct 2024 10:57:49 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: danielpeintner --- node/aas-aid/src/asset-interfaces-description.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/aas-aid/src/asset-interfaces-description.ts b/node/aas-aid/src/asset-interfaces-description.ts index bd489f2..8a642b2 100644 --- a/node/aas-aid/src/asset-interfaces-description.ts +++ b/node/aas-aid/src/asset-interfaces-description.ts @@ -1391,11 +1391,12 @@ export class AssetInterfacesDescription { if (property.readOnly != null) { propertyKeys.splice(propertyKeys.indexOf("readOnly"), 1); - // TODO: readOnly and writeOnly marked as EXTERNAL in AID spec + // TODO: readOnly marked as EXTERNAL in AID spec } if (property.writeOnly != null) { propertyKeys.splice(propertyKeys.indexOf("writeOnly"), 1); + // TODO: writeOnly marked as EXTERNAL in AID spec } // range and others? Simply add them as is?