Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: danielpeintner <[email protected]>
  • Loading branch information
egekorkan and danielpeintner authored Oct 15, 2024
1 parent 6e909fd commit e557ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/aas-aid/src/asset-interfaces-description.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit e557ca1

Please sign in to comment.