2026-04-24 backup
This commit is contained in:
@@ -0,0 +1,638 @@
|
||||
{
|
||||
"custom": {
|
||||
"alarmSeverity": -1,
|
||||
"colorHandler": {
|
||||
"lines": "var(--olGray)"
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"boxColor": "var(--olGray)",
|
||||
"inputPower": 1,
|
||||
"objectName": "Chiller",
|
||||
"tagPath": "[Ignition_Common_IO_Gtwy]Roof/SATB1_RF_CH01_MOTOR",
|
||||
"textColor": "var(--olGray)",
|
||||
"textHandler": {
|
||||
"deviceLabel": "CH-A01",
|
||||
"motor1": "330.4kW",
|
||||
"motor2": "442 FLA"
|
||||
}
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.alarmSeverity": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.tagPath"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\treturn alarm.summary.calcMaxPriority(value)",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"custom.colorHandler": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.colorHandler.cables": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.inputPower"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "purple",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "var(--elec-off)"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "var(--elec-on)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"params.boxColor": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.inputPower": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.objectName": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.tagPath": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.textColor": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.textHandler": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 110,
|
||||
"width": 70
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "ACCH"
|
||||
},
|
||||
"position": {
|
||||
"height": 110,
|
||||
"width": 70
|
||||
},
|
||||
"propConfig": {
|
||||
"props.elements[0].elements[1].fill": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.boxColor"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].elements[0].elements[0].fill.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.textColor"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].elements[2].elements[0].fill.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.textColor"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].elements[4].elements[0].fill.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.textColor"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].elements[6].elements[0].fill.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.textColor"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[1].elements[0].elements[0].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.inputPower"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "var(--olGray)",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "var(--elec-off)"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "var(--elec-on)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[1].elements[0].elements[1].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.inputPower"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "var(--olGray)",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "var(--elec-off)"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "var(--elec-on)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[1].elements[0].elements[2].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.inputPower"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "var(--olGray)",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "var(--elec-off)"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "var(--elec-on)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[1].elements[1].elements[1].style.fill": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.colorHandler.lines"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[1].elements[1].elements[3].style.fill": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.colorHandler.lines"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[3].style.fill": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.colorHandler.lines"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[3].text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.tagPath"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\ttxt \u003d value.split(\u0027_\u0027)\n\treturn txt[-2]",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"fill": {
|
||||
"opacity": 0
|
||||
},
|
||||
"height": 67.5,
|
||||
"name": "rect",
|
||||
"type": "rect",
|
||||
"visibility": "hidden",
|
||||
"width": "37.5",
|
||||
"x": "3.75",
|
||||
"y": "11.25"
|
||||
},
|
||||
{
|
||||
"d": "M3.75,15.268l-0,-4.018l4.464,0l0,0.75l-3.714,-0l-0,3.268l-0.75,-0Zm10.714,-4.018l0,0.75l-2.678,0l-0,-0.75l2.678,0Zm12.5,0l0,0.75l-8.928,0l-0,-0.75l8.928,0Zm6.25,0l0,0.75l-2.678,0l-0,-0.75l2.678,0Zm8.036,4.018l-0.75,-0l0,-3.268l-3.714,0l-0,-0.75l4.464,0l-0,4.018Zm-0,5.625l-0.75,-0l-0,-2.411l0.75,0l-0,2.411Zm-0,11.25l-0.75,-0l-0,-8.036l0.75,0l-0,8.036Zm-0,5.625l-0.75,-0l-0,-2.411l0.75,0l-0,2.411Zm-0,11.25l-0.75,-0l-0,-8.036l0.75,0l-0,8.036Zm-0,5.625l-0.75,-0l-0,-2.411l0.75,0l-0,2.411Zm-0,11.25l-0.75,-0l-0,-8.036l0.75,0l-0,8.036Zm-0,5.625l-0.75,-0l-0,-2.411l0.75,0l-0,2.411Zm-4.464,7.232l-0,-0.75l3.714,0l-0,-3.268l0.75,0l-0,4.018l-4.464,0Zm-6.25,0l-0,-0.75l2.678,0l0,0.75l-2.678,0Zm-12.5,0l-0,-0.75l8.928,0l0,0.75l-8.928,0Zm-6.25,0l-0,-0.75l2.678,0l0,0.75l-2.678,0Zm-8.036,-4.018l0.75,0l-0,3.268l3.714,0l0,0.75l-4.464,0l-0,-4.018Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Zm-0,-11.25l0.75,0l-0,8.036l-0.75,-0l-0,-8.036Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Zm-0,-11.25l0.75,0l-0,8.036l-0.75,-0l-0,-8.036Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Zm-0,-11.25l0.75,0l-0,8.036l-0.75,-0l-0,-8.036Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Z",
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"visibility": "visible"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "M0.001,-0l0.319,-0.705l0.105,0l0.319,0.705l-0.13,-0l-0.085,-0.198l0.054,0.035l-0.422,0l0.054,-0.035l-0.084,0.198l-0.13,-0Zm0.37,-0.566l-0.14,0.333l-0.026,-0.032l0.334,0l-0.025,0.032l-0.141,-0.333l-0.002,0Z",
|
||||
"fill": {
|
||||
"rule": "nonzero"
|
||||
},
|
||||
"name": "path",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,32.7595,63.7053)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,46.6286,63.7053)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "M0.405,0.01c-0.073,0 -0.136,-0.015 -0.189,-0.044c-0.052,-0.03 -0.092,-0.072 -0.12,-0.126c-0.028,-0.055 -0.042,-0.119 -0.042,-0.193c-0,-0.074 0.014,-0.138 0.042,-0.192c0.028,-0.054 0.068,-0.096 0.12,-0.125c0.053,-0.03 0.116,-0.045 0.189,-0.045c0.047,0 0.092,0.007 0.134,0.022c0.043,0.015 0.078,0.036 0.105,0.063l-0.042,0.102c-0.03,-0.025 -0.061,-0.044 -0.092,-0.055c-0.031,-0.012 -0.065,-0.018 -0.101,-0.018c-0.071,0 -0.126,0.022 -0.163,0.065c-0.037,0.043 -0.056,0.104 -0.056,0.183c0,0.079 0.019,0.141 0.056,0.184c0.037,0.043 0.092,0.065 0.163,0.065c0.036,0 0.07,-0.006 0.101,-0.017c0.031,-0.012 0.062,-0.031 0.092,-0.056l0.042,0.102c-0.027,0.027 -0.062,0.048 -0.105,0.063c-0.042,0.015 -0.087,0.022 -0.134,0.022Z",
|
||||
"fill": {
|
||||
"rule": "nonzero"
|
||||
},
|
||||
"name": "path",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,32.7595,82.3466)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,45.4169,82.3466)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "M0.405,0.01c-0.073,0 -0.136,-0.015 -0.189,-0.044c-0.052,-0.03 -0.092,-0.072 -0.12,-0.126c-0.028,-0.055 -0.042,-0.119 -0.042,-0.193c-0,-0.074 0.014,-0.138 0.042,-0.192c0.028,-0.054 0.068,-0.096 0.12,-0.125c0.053,-0.03 0.116,-0.045 0.189,-0.045c0.047,0 0.092,0.007 0.134,0.022c0.043,0.015 0.078,0.036 0.105,0.063l-0.042,0.102c-0.03,-0.025 -0.061,-0.044 -0.092,-0.055c-0.031,-0.012 -0.065,-0.018 -0.101,-0.018c-0.071,0 -0.126,0.022 -0.163,0.065c-0.037,0.043 -0.056,0.104 -0.056,0.183c0,0.079 0.019,0.141 0.056,0.184c0.037,0.043 0.092,0.065 0.163,0.065c0.036,0 0.07,-0.006 0.101,-0.017c0.031,-0.012 0.062,-0.031 0.092,-0.056l0.042,0.102c-0.027,0.027 -0.062,0.048 -0.105,0.063c-0.042,0.015 -0.087,0.022 -0.134,0.022Z",
|
||||
"fill": {
|
||||
"rule": "nonzero"
|
||||
},
|
||||
"name": "path",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,32.7595,100.988)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,45.4169,100.988)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "M0.077,-0l0,-0.705l0.128,0l0,0.294l0.363,-0l0,-0.294l0.128,0l0,0.705l-0.128,-0l0,-0.304l-0.363,0l-0,0.304l-0.128,-0Z",
|
||||
"fill": {
|
||||
"rule": "nonzero"
|
||||
},
|
||||
"name": "path",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,32.7595,119.629)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"transform": "matrix(18.6413,0,0,18.6413,47.1692,119.629)",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"name": "group",
|
||||
"transform": "matrix(0.654499,0,0,0.670554,7.32258,-12.0616)",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"id": "Box",
|
||||
"name": "Box",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"cx": "16.574",
|
||||
"cy": "45",
|
||||
"fill": {
|
||||
"opacity": "0"
|
||||
},
|
||||
"name": "circle",
|
||||
"r": "5.625",
|
||||
"stroke": {
|
||||
"width": "0.75px"
|
||||
},
|
||||
"type": "circle"
|
||||
},
|
||||
{
|
||||
"d": "M12.673,41.002l-6.229,5.897",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"name": "path",
|
||||
"stroke": {
|
||||
"linecap": "round",
|
||||
"width": "0.75px"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "M26.703,43.323l-6.301,5.832",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"name": "path",
|
||||
"stroke": {
|
||||
"linecap": "round",
|
||||
"width": "0.75px"
|
||||
},
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "Motor-Shape",
|
||||
"name": "Motor-Shape",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"name": "group",
|
||||
"transform": "matrix(4.16667,0,0,4.16667,24.9201,55.5334)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"name": "text",
|
||||
"style": {
|
||||
"fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027",
|
||||
"fontSize": "4.167px"
|
||||
},
|
||||
"text": "330.4kW",
|
||||
"type": "text",
|
||||
"x": "8.477px",
|
||||
"y": "55.533px"
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"transform": "matrix(4.16667,0,0,4.16667,24.5742,59.2834)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"name": "text",
|
||||
"style": {
|
||||
"fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027",
|
||||
"fontSize": "4.167px"
|
||||
},
|
||||
"text": "442 FLA",
|
||||
"type": "text",
|
||||
"x": "8.823px",
|
||||
"y": "59.283px"
|
||||
}
|
||||
],
|
||||
"id": "Text",
|
||||
"name": "Text",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"id": "Motor",
|
||||
"name": "Motor",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"id": "TagID-",
|
||||
"name": "TagID-",
|
||||
"transform": "matrix(4.16667,0,0,4.16667,42.2449,10)",
|
||||
"type": "group"
|
||||
},
|
||||
{
|
||||
"name": "text",
|
||||
"style": {
|
||||
"fontFamily": "\u0027Arial-BoldMT\u0027, \u0027Arial\u0027",
|
||||
"fontSize": "10px",
|
||||
"fontWeight": "700"
|
||||
},
|
||||
"type": "text",
|
||||
"x": "20px",
|
||||
"y": "10px"
|
||||
}
|
||||
],
|
||||
"fill": {
|
||||
"rule": "evenodd"
|
||||
},
|
||||
"stroke": {
|
||||
"miterlimit": "1"
|
||||
},
|
||||
"style": {
|
||||
"clipRule": "evenodd"
|
||||
},
|
||||
"viewBox": "0 0 53 83"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "AlarmBorder"
|
||||
},
|
||||
"position": {
|
||||
"height": 98,
|
||||
"width": 57,
|
||||
"x": 1.76,
|
||||
"y": 10.26
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.outlineColor": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.alarmSeverity"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 1,
|
||||
"output": "var(--coolpurple)"
|
||||
},
|
||||
{
|
||||
"input": 2,
|
||||
"output": "var(--goldenyellow)"
|
||||
},
|
||||
{
|
||||
"input": 3,
|
||||
"output": "var(--sunsetorange)"
|
||||
},
|
||||
{
|
||||
"input": 4,
|
||||
"output": "var(--alarmred)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.style.outlineStyle": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.alarmSeverity"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif value \u003e 0:\n\t\treturn \"solid\"\n\telse:\n\t\treturn \"none\"",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"outlineWidth": "3"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "EmbeddedView"
|
||||
},
|
||||
"position": {
|
||||
"height": 15,
|
||||
"width": 15,
|
||||
"x": 50.7482,
|
||||
"y": 1.99823
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.AlarmSeverity": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.alarmSeverity"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"ack": false
|
||||
},
|
||||
"path": "Library/Alarms/Icons"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tpageId \u003d self.page.props.pageId\n\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\ttagPath \u003d self.view.params.tagPath\n\tobjectName \u003d self.view.params.objectName\n\tutils.nav.openEQPopup(objectName, tagPath)"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.alarmSeverity": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/AlarmSummary/ActiveAlarms"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\treturn alarm.summary.calcMaxPriority(self.view.params.tagPath)",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"classes": "containers/HoverOver",
|
||||
"overflow": "visible"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user