Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<operator xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="FISUDA" name="ngsi-entity-sort" version="0.1.0">

<details>
<title>NGSI entity operator</title>
<title>NGSI entity sort operator</title>
<homepage>https://github.com/lets-fiware/ngsi-entity-sort-operator</homepage>
<authors>Kazuhito Suda</authors>
<email>wirecloud@fisuda.jp</email>
Expand All @@ -27,7 +27,7 @@

<wiring>
<inputendpoint name="entityInput" label="In" type="text" description="Received entities will be sorted by specified attribute" friendcode="entity-list list"/>
<outputendpoint name="entityOutput" label="Out" type="text" description="Entities filtered from the received entities" friendcode="entity-list list"/>
<outputendpoint name="entityOutput" label="Out" type="text" description="Entities sorted from the received entities" friendcode="entity-list list"/>
</wiring>

<scripts>
Expand Down
2 changes: 1 addition & 1 deletion src/doc/userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Received entities will be sorted by specified attribute

### Output Endpoints

Entities filtered from the received entities
Entities sorted from the received entities

## Usage

Expand Down