Skip to content
Open
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
19 changes: 16 additions & 3 deletions gdtf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -967,10 +970,20 @@ The connector does not have any children.
#### General

This section defines the general properties of the device type (XML node
`<Properties>`). 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 ).
`<Properties>`).

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. Example: IP65 |
| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance in meter from flammable objects; Default value: 0 |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't do the DistanceToFlammable

| DistanceToIlluminated | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DistanceToTarget

Minimal distance to the target of the device. For Lasers, WaterFountains, Audio and Lighting devices.



The currently defined children nodes of properties collect
are specified in [table 28](#user-content-table-28 ).
<div id="table-28">

#### Table 28. *Properties Collect*
Expand Down