Skip to content

Commit ab670ae

Browse files
committed
Update Copyrights
1 parent e886cad commit ab670ae

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,4 +1549,4 @@ curl -iX DELETE \
15491549

15501550
## License
15511551

1552-
[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.
1552+
[MIT](LICENSE) © 2020-2026 FIWARE Foundation e.V.

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
This **NGSI-LD** tutorial introduces the concept of an **IoT Agent** and wires up the dummy
1818
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual) IoT
1919
devices created in the [previous tutorial](https://github.com/FIWARE/tutorials.IoT-Sensors) so that measurements can be
20-
read and commands can be sent using
21-
[NGSI LD](https://cim.etsi.org/NGSI-LD/official/front-page.html) requests sent to an
20+
read and commands can be sent using [NGSI LD](https://cim.etsi.org/NGSI-LD/official/front-page.html) requests sent to an
2221
NGSI-LD compliant context broker such as the [Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/).
2322

2423
The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as
@@ -577,11 +576,11 @@ however it has been included here for completeness.
577576

578577
### Provisioning a Sensor
579578

580-
The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page.html)
581-
mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware
582-
of this convention. Furthermore the attribute name on the context data entity should match the short names found within
583-
the associated `@context` file. These mappings can be defined at the service group level as seen in the previous
584-
request, or they can be defined by provisioning each device individually.
579+
The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page.html) mandates full URNs when creating
580+
context data entities, however the incoming messages from the devices will not be aware of this convention. Furthermore
581+
the attribute name on the context data entity should match the short names found within the associated `@context` file.
582+
These mappings can be defined at the service group level as seen in the previous request, or they can be defined by
583+
provisioning each device individually.
585584

586585
Three types of measurement attributes can be provisioned:
587586

@@ -1490,4 +1489,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)
14901489

14911490
## License
14921491

1493-
[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.
1492+
[MIT](LICENSE) © 2020-2026 FIWARE Foundation e.V.

0 commit comments

Comments
 (0)