Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
Mistake in description of filtering properties
  • Loading branch information
fpethig committed Sep 19, 2023
1 parent 45ac58f commit 7cbb3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ All AAS that contain at least one property with the name *Producer* and the valu

All AAS where *RotationSpeed* is greater or equal then *5000*:

`#Prop=RotationSpeed >= 5000`
`#Prop:RotationSpeed >= 5000`

All AAS where *ProductionDate* is between *12/24/2022* and *12/31/2022*:

`#Prop=ProductionDate = 12/24/2022...12/31/2022`
`#Prop:ProductionDate = 12/24/2022...12/31/2022`

## Supported Endpoints

Expand Down

0 comments on commit 7cbb3f1

Please sign in to comment.