diff --git a/CHANGELOG.md b/CHANGELOG.md index e80ae71..ad4e020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## node-red-contrib-letsfiware-NGSI v0.14.0-next +- Add feature for encoding and decoding forbidden chars (#135) - ADD encode / decode node (#133) ## node-red-contrib-letsfiware-NGSI v0.14.0 - 02 May, 2023 diff --git a/docs/en/custom_nodes/historical_context.md b/docs/en/custom_nodes/historical_context.md index cad36c9..049be74 100644 --- a/docs/en/custom_nodes/historical_context.md +++ b/docs/en/custom_nodes/historical_context.md @@ -64,6 +64,7 @@ For example, if you want to get historical context from 3 days ago to 2 days ago - `Unit for data to`: unit for the final date - `Output type`: `raw`, `value` or `dashboard` - `Count`: the total count of elements +- `Decode forbidden chars`: `off` or `on` ### Input @@ -123,6 +124,7 @@ A `msg.statusCode` contains a status code. - `Date to`: the final date and time until which the raw context information is desired. It is an optional parameter. - `Unit for data to`: unit for the final date - `Output type`: `raw`, `value` or `dashboard` +- `Decode forbidden chars`: `off` or `on` ### Input diff --git a/docs/en/custom_nodes/ngsi_attribute.md b/docs/en/custom_nodes/ngsi_attribute.md index 9774d38..f883f76 100644 --- a/docs/en/custom_nodes/ngsi_attribute.md +++ b/docs/en/custom_nodes/ngsi_attribute.md @@ -33,6 +33,7 @@ It allows to read an attribute in NGSIv2 entity. - `Attribute name`: Attribute name of an attribute to be read - `Metadata`: List of metadata names - `Skip forwarding`: If true, Context Broker skips forwarding to Context Providers +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -98,6 +99,7 @@ It allows to update an attribute in NGSIv2 entity. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -137,6 +139,7 @@ It allows to delete an attribute in NGSIv2 entity. - `Entity id`: Id of an entity containing an attribute to be deleted - `Entity type`: Type of an entity containing an attribute to be delete - `Attribute name`: Attribute name of an attribute to be deleted +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -192,6 +195,7 @@ It allows to read, update or delete an attribute in NGSIv2 entity. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode / Decode forbidden chars`: `off` or `on` ### Input 1 @@ -269,4 +273,4 @@ A `msg.payload` contains a status code. ```text 204 -``` \ No newline at end of file +``` diff --git a/docs/en/custom_nodes/ngsi_attribute_value.md b/docs/en/custom_nodes/ngsi_attribute_value.md index b2fc84a..b3bb99a 100644 --- a/docs/en/custom_nodes/ngsi_attribute_value.md +++ b/docs/en/custom_nodes/ngsi_attribute_value.md @@ -31,6 +31,7 @@ It allows to read an attribute value of NGSIv2 entity. - `Entity type`: Type of an entity containing an attribute to be read a value - `Attribute name`: Attribute name of an attribute to be read a value - `Skip forwarding`: If true, Context Broker skips forwarding to Context Providers +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -86,6 +87,7 @@ It allows to update an attribute value of NGSIv2 entity. - `Attribute name`: Attribute name of an attribute to be updated a value - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -147,6 +149,7 @@ It allows to read or update an attribute value of NGSIv2 entity. - `Skip forwarding`: If true, Context Broker skips forwarding to Context Providers - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode / Decode forbidden chars`: `off` or `on` ### Input 1 @@ -255,4 +258,4 @@ A `msg.statusCode` contains a status code. ``` 204 -``` \ No newline at end of file +``` diff --git a/docs/en/custom_nodes/ngsi_attributes.md b/docs/en/custom_nodes/ngsi_attributes.md index 38d6d88..39a88b5 100644 --- a/docs/en/custom_nodes/ngsi_attributes.md +++ b/docs/en/custom_nodes/ngsi_attributes.md @@ -35,6 +35,7 @@ It allows to append attributes of NGSIv2 entity. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -80,6 +81,7 @@ It allows to update attributes of NGSIv2 entity. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -125,6 +127,7 @@ It allows to upsert attributes of NGSIv2 entity. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -175,6 +178,7 @@ It allows to replace attributes of NGSIv2 entity. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -230,6 +234,7 @@ It allows to append, update, upsert or replace attributes of NGSIv2 entity. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -316,4 +321,4 @@ A `msg.statusCode` contains a status code. ```text 204 -``` \ No newline at end of file +``` diff --git a/docs/en/custom_nodes/ngsi_batch_update.md b/docs/en/custom_nodes/ngsi_batch_update.md index 54d0d0d..55c05a5 100644 --- a/docs/en/custom_nodes/ngsi_batch_update.md +++ b/docs/en/custom_nodes/ngsi_batch_update.md @@ -35,6 +35,7 @@ It allows to append several entities. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -91,6 +92,7 @@ It allows to append several entities strictly. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -147,6 +149,7 @@ It allows to update several entities. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -203,6 +206,7 @@ It allows to replace several entities. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -259,6 +263,7 @@ It allows to delete several entities. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism +- `Encode forbidden chars`: `off` or `on` ### Input @@ -315,7 +320,7 @@ It allows to append, appendStrict, update, replace or delete several entities. - `Override metadata`: If true, it replaces the existing metadata - `Forced update`: If true, it triggers matching subscriptions - `Flow control`: If true, it enables flow control mechanism - +- `Encode forbidden chars`: `off` or `on` ### Input (append) @@ -530,4 +535,4 @@ A `msg.statusCode` contains a status code. ```text 204 -``` \ No newline at end of file +``` diff --git a/docs/en/custom_nodes/ngsi_entity.md b/docs/en/custom_nodes/ngsi_entity.md index a2d73b4..c7b88bd 100644 --- a/docs/en/custom_nodes/ngsi_entity.md +++ b/docs/en/custom_nodes/ngsi_entity.md @@ -30,6 +30,7 @@ It allows to create a NGSIv2 entity. - `ServicePath`: FIWARE Service Path - `Action type`: `create` - `Representation`: normalized or keyValues +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -91,6 +92,7 @@ It allows to read a NGSIv2 entity. - `attributes`: list of attributes of an entity to be read - `Representation`: normalized or keyValues - `Date Modified`: retrieve attribute and metadata of dateModified +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -158,6 +160,7 @@ It allows to upsert a NGSIv2 entity. - `ServicePath`: FIWARE Service Path - `Action type`: `upsert` - `Representation`: normalized or keyValues +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -216,6 +219,7 @@ It allows to delete a NGSIv2 entity. - `Action type`: `delete` - `Entity id`: id of an entity to be deleted - `Entity type`: type of an entity to be deleted +- `Encode / Decode forbidden chars`: `off` or `on` ### Input @@ -262,6 +266,7 @@ It allows to create, read, upsert or delete a NGSIv2 entity. - `Entity type`: Type of an entity to be created, read, upserted or deleted - `Representation`: normalized or keyValues - `Date Modified`: retrieve attribute and metadata of dateModified +- `Encode / Decode forbidden chars`: `off` or `on` ### Input (create) @@ -413,4 +418,4 @@ A `msg.statusCode` contains a status code. ```text 204 -``` \ No newline at end of file +``` diff --git a/docs/en/custom_nodes/ngsi_source.md b/docs/en/custom_nodes/ngsi_source.md index de67297..f29c4c0 100644 --- a/docs/en/custom_nodes/ngsi_source.md +++ b/docs/en/custom_nodes/ngsi_source.md @@ -29,6 +29,7 @@ This custom node is a simple node that allows to obtain NGSIv2 entities. - `Attrs`: list of attributes to retrieve - `Query`: query conditions using Simple Query Language - `Buffering`: whether to output all retrieved entities at once +- `Decode forbidden chars`: `off` or `on` ## Input diff --git a/docs/en/custom_nodes/ngsi_timeseries.md b/docs/en/custom_nodes/ngsi_timeseries.md index 38296c9..b958097 100644 --- a/docs/en/custom_nodes/ngsi_timeseries.md +++ b/docs/en/custom_nodes/ngsi_timeseries.md @@ -36,6 +36,7 @@ It allows to list of all the entity id available. - `Unit for date`: Unit for to date - `Limit`: Maximum number of results to retrieve in a single response - `Offset`: Offset to apply to the response results +- `Decode forbidden chars`: `off` or `on` ### Input @@ -95,6 +96,7 @@ It allows to query history of attribute(s) (values only) of a given entity. - `Coords`: Specifies the reference shape (geometry) in terms of WGS 84 coordinates - `Limit`: Maximum number of results to retrieve in a single response - `Offset`: Offset to apply to the response results +- `Decode forbidden chars`: `off` or `on` ### Entity attributes @@ -343,6 +345,7 @@ It allows to query history of attribute(s) (values only) of N entities of the sa - `Coords`: Specifies the reference shape (geometry) in terms of WGS 84 coordinates - `Limit`: Maximum number of results to retrieve in a single response - `Offset`: Offset to apply to the response results +- `Decode forbidden chars`: `off` or `on` ### Type entity @@ -601,6 +604,7 @@ It allows to query history of N attribute(s) (values only) of N entities of N ty - `Coords`: Specifies the reference shape (geometry) in terms of WGS 84 coordinates - `Limit`: Maximum number of results to retrieve in a single response - `Offset`: Offset to apply to the response results +- `Decode forbidden chars`: `off` or `on` ### Attributes diff --git a/docs/en/custom_nodes/ngsi_types.md b/docs/en/custom_nodes/ngsi_types.md index 7d260a8..4fa455c 100644 --- a/docs/en/custom_nodes/ngsi_types.md +++ b/docs/en/custom_nodes/ngsi_types.md @@ -29,6 +29,7 @@ It allows to retrieve a list of entity types. - `Action Type`: `List Entity Types` - `Values`: If true, the response payload is a JSON array with a list of entity types - `NoAttrDetail`: If true, the request does not provide attribute type details +- `Decode forbidden chars`: `off` or `on` ### Input @@ -109,6 +110,7 @@ It allows to retrieve entity information for a given type. - `Action Type`: `Entity information for a given type` - `Entity type`: Type of Entity to retrieve an entity information - `NoAttrDetail`: If true, the request does not provide attribute type details +- `Decode forbidden chars`: `off` or `on` ### Input @@ -187,7 +189,7 @@ It allows to retrieve a list of entity types or entity information for a given t - `Entity type`: Type of Entity to retrieve an entity information - `Values`: If true, the response payload is a JSON array with a list of entity types - `NoAttrDetail`: If true, the request does not provide attribute type details - +- `Decode forbidden chars`: `off` or `on` ### Input (types) @@ -323,4 +325,4 @@ A `msg.statusCode` contains a status code. ``` 200 -``` \ No newline at end of file +``` diff --git a/docs/ja/custom_nodes/historical_context.md b/docs/ja/custom_nodes/historical_context.md index 68f0d22..a354d90 100644 --- a/docs/ja/custom_nodes/historical_context.md +++ b/docs/ja/custom_nodes/historical_context.md @@ -68,6 +68,7 @@ - `Unit for data to`: 最終日時の単位 - `Output type`: `raw`, `value` または `dashboard` - `Count`: 要素の総数 +- `Decode forbidden chars`: `off` または `on` ### 入力 @@ -129,6 +130,7 @@ statusCode *Number* - `Date to`: 未加工のコンテキスト情報が必要な最終日時。これはオプションのパラメーターです - `Unit for data to`: 最終日時の単位 - `Output type`: `raw`, `value` または `dashboard` +- `Decode forbidden chars`: `off` または `on` ### 入力 diff --git a/docs/ja/custom_nodes/ngsi_attribute.md b/docs/ja/custom_nodes/ngsi_attribute.md index 5426829..77d8103 100644 --- a/docs/ja/custom_nodes/ngsi_attribute.md +++ b/docs/ja/custom_nodes/ngsi_attribute.md @@ -35,6 +35,7 @@ NGSIv2 エンティティの属性を読み取ることができます。 - `Attribute name`: 読み取る属性の名前 - `Metadata`: 属性を読み取る属性名 - `Skip forwarding`: Context Broker は Context Provider への転送をスキップします +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -102,6 +103,7 @@ NGSIv2 エンティティの属性を更新できます。 - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -143,6 +145,7 @@ NGSIv2 エンティティの属性を削除できます。 - `Entity id`: 削除する属性のエンティティ id - `Entity type`: 削除する属性のエンティティ・タイプ - `Attribute name`: 削除する属性の名前 +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -200,6 +203,7 @@ NGSIv2 エンティティの属性の読み取り、更新、または削除が - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 1 @@ -282,4 +286,4 @@ statusCode *Number* ``` 204 -``` \ No newline at end of file +``` diff --git a/docs/ja/custom_nodes/ngsi_attribute_value.md b/docs/ja/custom_nodes/ngsi_attribute_value.md index 4ca7547..95fca2b 100644 --- a/docs/ja/custom_nodes/ngsi_attribute_value.md +++ b/docs/ja/custom_nodes/ngsi_attribute_value.md @@ -33,6 +33,7 @@ NGSIv2 エンティティの属性値を読み取ることができます。 - `Entity type`: 読み取る属性値のエンティティ・タイプ - `Attribute name`: 読み取る属性値の属性名 - `Skip forwarding`: Context Broker は Context Provider への転送をスキップします +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -90,6 +91,7 @@ NGSIv2 エンティティの属性値を更新できます。 - `Attribute name`: 更新する属性値の属性名 - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -153,6 +155,7 @@ NGSIv2 エンティティの属性値を読み取ったり、更新したりで - `Skip forwarding`: Context Broker は Context Provider への転送をスキップします - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 1 @@ -261,4 +264,4 @@ statusCode *Number* ``` 204 -``` \ No newline at end of file +``` diff --git a/docs/ja/custom_nodes/ngsi_attributes.md b/docs/ja/custom_nodes/ngsi_attributes.md index 38a4567..6fa004a 100644 --- a/docs/ja/custom_nodes/ngsi_attributes.md +++ b/docs/ja/custom_nodes/ngsi_attributes.md @@ -37,6 +37,7 @@ NGSIv2 エンティティの複数属性を追加できます。 - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -84,6 +85,7 @@ NGSIv2 エンティティの複数属性を更新できます。 - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -131,6 +133,7 @@ NGSIv2 エンティティの複数属性をアップサートできます。 - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -183,6 +186,7 @@ NGSIv2 エンティティの複数属性を置換できます。 - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -240,6 +244,7 @@ NGSIv2 エンティティの複数属性を追加、更新、アップサート - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 diff --git a/docs/ja/custom_nodes/ngsi_batch_update.md b/docs/ja/custom_nodes/ngsi_batch_update.md index 6926ae0..bcb565b 100644 --- a/docs/ja/custom_nodes/ngsi_batch_update.md +++ b/docs/ja/custom_nodes/ngsi_batch_update.md @@ -37,6 +37,7 @@ - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -95,6 +96,7 @@ statusCode *Number* - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -153,6 +155,7 @@ statusCode *Number* - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -211,6 +214,7 @@ statusCode *Number* - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -269,6 +273,7 @@ statusCode *Number* - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 @@ -325,6 +330,7 @@ statusCode *Number* - `Override metadata`: true の場合、既存のメタデータを置き換えます - `Forced update`: true の場合、一致するサブスクリプションをトリガーします - `Flow control`: true の場合、フロー制御メカニズムが有効になります +- `Encode forbidden chars`: `off` または `on` ### 入力 (append) @@ -539,4 +545,4 @@ statusCode *Number* ```text 204 -``` \ No newline at end of file +``` diff --git a/docs/ja/custom_nodes/ngsi_entity.md b/docs/ja/custom_nodes/ngsi_entity.md index 2445805..f26aa83 100644 --- a/docs/ja/custom_nodes/ngsi_entity.md +++ b/docs/ja/custom_nodes/ngsi_entity.md @@ -32,6 +32,7 @@ NGSIv2 エンティティを作成できます。 - `ServicePath`: FIWARE Service Path - `Action type`: `create` - `Representation`: `normalized` または `keyValues` +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -95,6 +96,7 @@ NGSIv2 エンティティを読み取ることができます。 - `attributes`: 読み取るエンティティの属性のリスト - `Representation`: `normalized` または `keyValues` - `Date Modified`: true の場合、dateModified の属性とメタデータを取得します +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -164,6 +166,7 @@ NGSIv2 エンティティをアップサート (upsert) できます。 - `ServicePath`: FIWARE Service Path - `Action type`: `upsert` - `Representation`: `normalized` または `keyValues` +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -224,6 +227,7 @@ NGSIv2 エンティティを削除できます。 - `Action type`: `delete` - `Entity id`: 削除するエンティティの id - `Entity type`: 削除するエンティティのタイプ +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 @@ -272,6 +276,7 @@ NGSIv2 エンティティの属性を作成、読み取り、アップサート - `Entity type`: 作成、読み取り、アップサート、または削除するエンティティのタイプ - `Representation`: `normalized` または `keyValues` - `Date Modified`: true の場合、dateModified の属性とメタデータを取得します +- `Encode / Decode forbidden chars`: `off` または `on` ### 入力 (create) @@ -423,4 +428,4 @@ statusCode *Number* ```text 204 -``` \ No newline at end of file +``` diff --git a/docs/ja/custom_nodes/ngsi_source.md b/docs/ja/custom_nodes/ngsi_source.md index a8edf75..cef7eda 100644 --- a/docs/ja/custom_nodes/ngsi_source.md +++ b/docs/ja/custom_nodes/ngsi_source.md @@ -31,6 +31,7 @@ - `Attrs`: 読み取り対象となるエンティティの属性のリスト - `Query`: Simple Query Language を使用したクエリ条件 - `Buffering`: 取得したすべてのエンティティを一度に出力するかどうか +- `Decode forbidden chars`: `off` または `on` diff --git a/docs/ja/custom_nodes/ngsi_timeseries.md b/docs/ja/custom_nodes/ngsi_timeseries.md index 6ca3778..8a90702 100644 --- a/docs/ja/custom_nodes/ngsi_timeseries.md +++ b/docs/ja/custom_nodes/ngsi_timeseries.md @@ -38,6 +38,7 @@ - `Unit for date`: 終了日時の単位 - `Limit`: 1回のレスポンスで取得する結果の最大数 - `Offset`: レスポンス結果に適用するオフセット +- `Decode forbidden chars`: `off` または `on` ### 入力 @@ -99,6 +100,7 @@ statusCode *Number* - `Coords`: WGS 84 座標で参照形状 (ジオメトリ) を指定 - `Limit`: 1回のレスポンスで取得する結果の最大数 - `Offset`: レスポンス結果に適用するオフセット +- `Decode forbidden chars`: `off` または `on` ### Entity attributes @@ -349,6 +351,7 @@ statusCode *Number* - `Coords`: WGS 84 座標で参照形状 (ジオメトリ) を指定 - `Limit`: 1回のレスポンスで取得する結果の最大数 - `Offset`: レスポンス結果に適用するオフセット +- `Decode forbidden chars`: `off` または `on` ### Type entity @@ -609,6 +612,7 @@ N タイプの N エンティティの N 属性 (値のみ) の履歴をクエ - `Coords`: WGS 84 座標で参照形状 (ジオメトリ) を指定 - `Limit`: 1回のレスポンスで取得する結果の最大数 - `Offset`: レスポンス結果に適用するオフセット +- `Decode forbidden chars`: `off` または `on` ### Attributes diff --git a/docs/ja/custom_nodes/ngsi_types.md b/docs/ja/custom_nodes/ngsi_types.md index a4d3e89..ab36d98 100644 --- a/docs/ja/custom_nodes/ngsi_types.md +++ b/docs/ja/custom_nodes/ngsi_types.md @@ -32,6 +32,7 @@ - `Action Type`: `List Entity Types` - `Values`: true の場合、レスポンス・ペイロードは、エンティティ・タイプのリストを含む JSON 配列です。 - `NoAttrDetail`: true の場合、リクエストは属性タイプの詳細を提供しません +- `Decode forbidden chars`: `off` または `on` ### 入力 @@ -114,7 +115,7 @@ statusCode *Number* - `Action Type`: `Entity information for a given type` - `Entity type`: エンティティ情報を取得するエンティティのタイプ - `NoAttrDetail`: true の場合、リクエストは属性タイプの詳細を提供しません - +- `Decode forbidden chars`: `off` または `on` ### 入力 @@ -195,6 +196,7 @@ statusCode *Number* - `Entity type`: エンティティ情報を取得するエンティティのタイプ - `Values`: true の場合、レスポンス・ペイロードは、エンティティ・タイプのリストを含む JSON 配列です。 - `NoAttrDetail`: true の場合、リクエストは属性タイプの詳細を提供しません +- `Decode forbidden chars`: `off` または `on` ### 入力 (types) @@ -322,4 +324,4 @@ statusCode *Number* ```text 200 -``` \ No newline at end of file +``` diff --git a/src/nodes/NGSI/attribute-value/attribute-value.html b/src/nodes/NGSI/attribute-value/attribute-value.html index 9219cf3..41a32c9 100644 --- a/src/nodes/NGSI/attribute-value/attribute-value.html +++ b/src/nodes/NGSI/attribute-value/attribute-value.html @@ -130,6 +130,13 @@ +
+ + +