From 25d748cac9bab6bef8c2bc1a4068b9d18d786611 Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Thu, 18 Apr 2024 13:28:30 +0200 Subject: [PATCH 1/5] Add additional descriptions of the device --- gdtf-spec.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 7a6bf13f..8a6aca7b 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -80,6 +80,9 @@ amendments) applies. - OpenSoundControl http://opensoundcontrol.org/index.html +- IEC 60529 Degrees of protection provided by enclosures (IP Code) + + ## Terms and definitions @@ -968,9 +971,20 @@ The connector does not have any children. This section defines the general properties of the device type (XML node ``). The Properties Collect currently does not have any XML -attributes. The currently defined children nodes of properties collect -are specified in [table 28](#user-content-table-28 ). +attributes. +The currently defined XML attributes of the +Properties are specified in [table 29](#user-content-table-29 ). + +| XML Attribute Name | Value Type | Description | +|----|----|----| +| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. | +| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Distance in meter from flammable objects; Default value: 0 | +| DistanceToOther | [Float](#user-content-attrtype-float ) | Distance in meter from other objects; Default value: 0 | + + +The currently defined children nodes of properties collect +are specified in [table 28](#user-content-table-28 ).
#### Table 28. *Properties Collect* From 7c3c500fb8e4428b082d07f25a99b2910ed20ff4 Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Thu, 18 Apr 2024 14:35:34 +0200 Subject: [PATCH 2/5] Update gdtf-spec.md --- gdtf-spec.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 8a6aca7b..41343ebd 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -970,8 +970,7 @@ The connector does not have any children. #### General This section defines the general properties of the device type (XML node -``). The Properties Collect currently does not have any XML -attributes. +``). The currently defined XML attributes of the Properties are specified in [table 29](#user-content-table-29 ). From bead4153458e37b94973398e6db5bd67d1188666 Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Thu, 18 Apr 2024 14:38:40 +0200 Subject: [PATCH 3/5] Update gdtf-spec.md --- gdtf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 41343ebd..8e56fcdd 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -977,7 +977,7 @@ Properties are specified in [table 29](#user-content-table-29 ). | XML Attribute Name | Value Type | Description | |----|----|----| -| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. | +| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. Example: IP65 | | DistanceToFlammable | [Float](#user-content-attrtype-float ) | Distance in meter from flammable objects; Default value: 0 | | DistanceToOther | [Float](#user-content-attrtype-float ) | Distance in meter from other objects; Default value: 0 | From f981548672ee7772e801178bf03c34f48d5818bd Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Thu, 18 Apr 2024 14:39:18 +0200 Subject: [PATCH 4/5] Update gdtf-spec.md --- gdtf-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 8e56fcdd..5d39b712 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -978,8 +978,8 @@ Properties are specified in [table 29](#user-content-table-29 ). | XML Attribute Name | Value Type | Description | |----|----|----| | IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. Example: IP65 | -| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Distance in meter from flammable objects; Default value: 0 | -| DistanceToOther | [Float](#user-content-attrtype-float ) | Distance in meter from other objects; Default value: 0 | +| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance in meter from flammable objects; Default value: 0 | +| DistanceToOther | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 | The currently defined children nodes of properties collect From b5461cfdb7967fdda77753910edc803c8962b0f8 Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Thu, 18 Apr 2024 14:45:25 +0200 Subject: [PATCH 5/5] Update gdtf-spec.md --- gdtf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 5d39b712..e5d3246c 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -979,7 +979,7 @@ Properties are specified in [table 29](#user-content-table-29 ). |----|----|----| | IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. Example: IP65 | | DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance in meter from flammable objects; Default value: 0 | -| DistanceToOther | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 | +| DistanceToIlluminated | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 | The currently defined children nodes of properties collect