Set Up Openings through API
β‘οΈ See the API Reference documentation π for detailed information.
Parametersβ
βοΈ Following parameters need to be set up in
parameters
key of the product.
Set Up the Dimensions of the Openingsβ
Parameter | Type | Possible values |
---|---|---|
width | real | [0 ;β] |
depth | real | [0 ;β] |
height | real | [0 ;β] |
"width": {
"typeID": 1,
"values": [
133
],
"editable": null,
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
},
"values": {
"2": {
"133": "133"
}
}
},
"defaultValue": 133
}
Set Up the Opening Side of the Openingsβ
Parameter | Type | Possible values |
---|---|---|
opening_side | boolean | [TRUE ; FALSE] |
"opening_side": {
"typeID": 3,
"editable": "RW",
"translation": {
"name": {
"1": "Opening side",
"2": "Opening side",
"3": "Opening side",
"4": "Opening side"
}
},
"defaultValue": 1
},
Set Up the Installation Position of the Openingsβ
Parameter | Type | Possible values |
---|---|---|
installation_position | boolean | [-1 ;1] |
"installation_position": {
"max": 1,
"min": -1,
"step": 0.1,
"typeID": 2,
"editable": null,
"translation": {
"name": {
"2": "installation_position"
}
},
"defaultValue": 0
}
Behaviorsβ
βοΈ Following values need to be set up in
behaviors
key of the product.
Specify the defaultAltitude behaviorβ
Key Name | Key Type | Possible Values |
---|---|---|
defaultAltitude | real | [0 ;β] |
Specify the targetPositionID behaviorβ
Key Name | Key Type | Possible Values |
---|---|---|
targetPositionID | integer | [1,2,4,8,16,32,64] |
Partial behaviors sampleβ
"behaviors": {
"targetPositionID": 2,
"defaultAltitude": 180,
},
β‘οΈ Click here π to open the complete definition of product behaviors.