From 7cbb3f1259133f6ec1b754f380a9905fc80b311e Mon Sep 17 00:00:00 2001 From: Florian Pethig Date: Tue, 19 Sep 2023 14:24:54 +0200 Subject: [PATCH] Update usage.md Mistake in description of filtering properties --- docs/source/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usage.md b/docs/source/usage.md index ea5acc3b..77864340 100644 --- a/docs/source/usage.md +++ b/docs/source/usage.md @@ -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