Add additional descriptions of the device#193
Conversation
|
Summery of discussion: |
| | 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 | |
There was a problem hiding this comment.
We don't do the DistanceToFlammable
| |----|----|----| | ||
| | 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 | | ||
| | DistanceToIlluminated | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 | |
There was a problem hiding this comment.
DistanceToTarget
Minimal distance to the target of the device. For Lasers, WaterFountains, Audio and Lighting devices.
|
b5461cf to
a4c5342
Compare
444e2f2 to
674e61c
Compare
|
|
||
| | XML Attribute Name | Value Type | Description | | ||
| |----|----|----| | ||
| | IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device in the format of IEC 60529. Example: IP65 | |
There was a problem hiding this comment.
I think we should add "Optional" to the description of both.
| | XML Attribute Name | Value Type | Description | | ||
| |----|----|----| | ||
| | DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance from flammable materials of all outer surfaces of the device according to IEC 60598-2-17; Unit: meter; Default value: 0 | | ||
| | DistanceToFlammable | [Float](#user-content-attrtype-float ) | Optional. Minimal distance from flammable materials of all outer surfaces of the device according to IEC 60598-2-17; Unit: meter; Default value: 0 | |
There was a problem hiding this comment.
I think that "optional" and a default value cannot exist at the same time. In this case, I think a default value of 0 is better.
There was a problem hiding this comment.
Good point. I edited it.
7b72416 to
bc15b60
Compare
bc15b60 to
01b0edd
Compare
klinzey
left a comment
There was a problem hiding this comment.
Could a device have both and IEC 60529 and an IEC 62262 rating? if so Raring needs to allow for more than 1.
klinzey
left a comment
There was a problem hiding this comment.
"Minimal distance from flammable materials ..."
should be
"Minimum distance from flammable materials ..."
As these are attributes of Ratings, the Ratings is present or not. If yes, then the IKRating or IPRating might or might not be present: <Ratings IPRating="xx" IKRating="xx" />Thank you @danielmuellerma for the edit. |

Implements #45