929 lines
29 KiB
Plaintext
929 lines
29 KiB
Plaintext
{
|
|
"custom": {
|
|
"O_Time": {
|
|
"$": [
|
|
"ts",
|
|
0,
|
|
1753735493457
|
|
],
|
|
"$ts": 1753678860457
|
|
},
|
|
"U_time": {
|
|
"$": [
|
|
"ts",
|
|
0,
|
|
1753737628957
|
|
],
|
|
"$ts": 1753762440473
|
|
},
|
|
"allTags": [
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Dehumidifier High Setpoint"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Dehumidifier Low Setpoint"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Economizer Enthalpy Enable SP"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Cooldown Supply Air Temp SP"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Supply Air Dewpoint Hi Limit"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Supply Air Temperature Override"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Warmup Supply Air Temp SP"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Current Duct Static Pressure SP"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Startup Pressure Setpoint"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Maximum Outdoor Airflow"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Minimum Outdoor Airflow"
|
|
},
|
|
{
|
|
"dataType": "Int4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Emergency Override Alarm Delay Minutes"
|
|
},
|
|
{
|
|
"dataType": "Int4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Occupancy Mode Start Time"
|
|
},
|
|
{
|
|
"dataType": "Boolean",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Supply Air Temp Override En"
|
|
},
|
|
{
|
|
"dataType": "Int4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Unoccupied Mode Start Time"
|
|
},
|
|
{
|
|
"dataType": "Int8",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Emergency Override Alarm Delay"
|
|
},
|
|
{
|
|
"dataType": "Float4",
|
|
"instancePosition": 999,
|
|
"instanceStyle": {
|
|
"classes": ""
|
|
},
|
|
"name": "Economizer Enable Setpoint"
|
|
}
|
|
],
|
|
"o_time_adj": "5:01 AM",
|
|
"u_time_adj": "4:14 AM",
|
|
"weekDay": 255
|
|
},
|
|
"params": {
|
|
"auth": {
|
|
"almAck": true,
|
|
"almShelve": true,
|
|
"config": true,
|
|
"control": true
|
|
},
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]Roof/SATB1_RF_RTU01"
|
|
},
|
|
"propConfig": {
|
|
"custom.O_Time": {
|
|
"persistent": true
|
|
},
|
|
"custom.U_time": {
|
|
"persistent": true
|
|
},
|
|
"custom.allTags": {
|
|
"binding": {
|
|
"config": {
|
|
"struct": {
|
|
"tagPath": "{view.params.tagPath} + \"/Config\""
|
|
},
|
|
"waitOnAll": true
|
|
},
|
|
"enabled": false,
|
|
"transforms": [
|
|
{
|
|
"code": "\toutput \u003d []\n\ttry:\n\t\t# Simulate fetching tag configurations and sorting by name\n\t\tnodes \u003d system.tag.getConfiguration(value[\u0027tagPath\u0027], True)\n\t\tfor item in nodes:\n\t\t if \u0027tags\u0027 in item:\n\t\t \tsortedTags \u003d sorted(item[\u0027tags\u0027], key\u003dlambda x: x[\u0027name\u0027])\n\t\t \tsortedTags \u003d sorted(sortedTags, key\u003dlambda x: x.get(\u0027engUnit\u0027, \u0027misc\u0027) if x.get(\u0027engUnit\u0027, \u0027misc\u0027) !\u003d \"\" else \u0027misc\u0027)\n\t\t \t\n\t for tagConfig in sortedTags:\n\t if str(tagConfig[\u0027tagType\u0027]) \u003d\u003d \u0027AtomicTag\u0027:\n\t name \u003d tagConfig.get(\"name\", \"\")\n\t dataType \u003d tagConfig.get(\"dataType\", \"\")\n\t tagPath \u003d value[\u0027tagPath\u0027] + \u0027/\u0027 + name\n\t instance \u003d {\n\t \"instanceStyle\": {\n\t \"classes\": \"\"\n\t },\n\t \"instancePosition\": 999,\n\t \"name\": name,\n\t \"dataType\": dataType\n\t }\n\t # Group based on name containing \u0027Power\u0027, \u0027Current\u0027, or \u0027Voltage\u0027\n\t output.append(instance)\n\t\t\n\t\t# Return or process the sorted output\n\t\treturn output\n\texcept:\n\t\treturn output",
|
|
"type": "script"
|
|
}
|
|
],
|
|
"type": "expr-struct"
|
|
},
|
|
"persistent": true
|
|
},
|
|
"custom.o_time_adj": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.O_Time"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"formatType": "datetime",
|
|
"formatValue": {
|
|
"time": "short"
|
|
},
|
|
"type": "format"
|
|
}
|
|
],
|
|
"type": "property"
|
|
},
|
|
"persistent": true
|
|
},
|
|
"custom.u_time_adj": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.U_time"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"formatType": "datetime",
|
|
"formatValue": {
|
|
"time": "short"
|
|
},
|
|
"type": "format"
|
|
}
|
|
],
|
|
"type": "property"
|
|
},
|
|
"persistent": true
|
|
},
|
|
"custom.weekDay": {
|
|
"binding": {
|
|
"config": {
|
|
"bidirectional": true,
|
|
"fallbackDelay": 2.5,
|
|
"mode": "indirect",
|
|
"references": {
|
|
"tagPath": "{view.params.tagPath}"
|
|
},
|
|
"tagPath": "{tagPath}/Config/Day of the week Enable Cmd"
|
|
},
|
|
"type": "tag"
|
|
},
|
|
"persistent": true
|
|
},
|
|
"params.auth": {
|
|
"paramDirection": "input",
|
|
"persistent": true
|
|
},
|
|
"params.tagPath": {
|
|
"paramDirection": "input",
|
|
"persistent": true
|
|
}
|
|
},
|
|
"props": {},
|
|
"root": {
|
|
"children": [
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "FlexRepeater"
|
|
},
|
|
"position": {
|
|
"grow": 1
|
|
},
|
|
"propConfig": {
|
|
"custom.SA_Ovr": {
|
|
"binding": {
|
|
"config": {
|
|
"bidirectional": true,
|
|
"fallbackDelay": 2.5,
|
|
"mode": "indirect",
|
|
"references": {
|
|
"tagPath": "{view.params.tagPath}"
|
|
},
|
|
"tagPath": "{tagPath}/Config/Supply Air Temperature Override"
|
|
},
|
|
"type": "tag"
|
|
}
|
|
},
|
|
"custom.SA_Ovr_En": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "indirect",
|
|
"references": {
|
|
"tagPath": "{view.params.tagPath}"
|
|
},
|
|
"tagPath": "{tagPath}/Config/Supply Air Temp Override EN"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"code": "\tif value \u003d\u003d False:\n\t\tself.custom.SA_Ovr \u003d 0\n\treturn value",
|
|
"type": "script"
|
|
}
|
|
],
|
|
"type": "tag"
|
|
}
|
|
},
|
|
"props.instances": {
|
|
"binding": {
|
|
"config": {
|
|
"struct": {
|
|
"allTags": "{view.custom.allTags}",
|
|
"auth": "{view.params.auth.config}",
|
|
"tagPath": "{view.params.tagPath} + \"/Config\""
|
|
},
|
|
"waitOnAll": true
|
|
},
|
|
"transforms": [
|
|
{
|
|
"code": "\toutput \u003d []\n\tallTags \u003d system.util.jsonDecode(system.util.jsonEncode(value[\u0027allTags\u0027]))\n\tfor tag in allTags:\n\t\ttagName \u003d tag[\"name\"]\n\t\ttag[\"tagPath\"] \u003d value[\"tagPath\"] + \"/\" +tagName\n\t\ttag[\u0027enabled\u0027] \u003d value[\u0027auth\u0027]\n\t\toutput.append(tag)\n\toutput_sorted \u003d sorted(output, key\u003dlambda item: item[\"instancePosition\"])\n\treturn output_sorted",
|
|
"type": "script"
|
|
}
|
|
],
|
|
"type": "expr-struct"
|
|
}
|
|
},
|
|
"props.instances[14].enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "direct",
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]Roof/SATB1_RF_RTU01/Config/Supply Air Temp Override En"
|
|
},
|
|
"type": "tag"
|
|
}
|
|
},
|
|
"props.instances[16].enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "indirect",
|
|
"references": {
|
|
"tagPath": "{view.params.tagPath}"
|
|
},
|
|
"tagPath": "{tagPath}/Config/Supply Air Temp Override En"
|
|
},
|
|
"enabled": false,
|
|
"type": "tag"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"alignContent": "flex-start",
|
|
"elementPosition": {
|
|
"basis": "50%",
|
|
"grow": 0
|
|
},
|
|
"loading": {
|
|
"order": "with-parent"
|
|
},
|
|
"path": "Library/Framework/Tag ConfigV2",
|
|
"style": {
|
|
"gap": "10px 0",
|
|
"padding": "10px"
|
|
},
|
|
"useDefaultViewHeight": false,
|
|
"useDefaultViewWidth": false,
|
|
"wrap": "wrap"
|
|
},
|
|
"type": "ia.display.flex-repeater"
|
|
},
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"props": {
|
|
"text": "Unoccupied Mode Start Time"
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DateTimeInput"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"propConfig": {
|
|
"props.value": {
|
|
"binding": {
|
|
"config": {
|
|
"bidirectional": true,
|
|
"path": "view.custom.U_time"
|
|
},
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"formattedValue": "Jul 28, 2025 11:14 PM",
|
|
"pickerType": "time"
|
|
},
|
|
"type": "ia.input.date-time-input"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_0"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"props": {
|
|
"text": "Occupancy Mode Start Time"
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DateTimeInput_0"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"propConfig": {
|
|
"props.value": {
|
|
"binding": {
|
|
"config": {
|
|
"bidirectional": true,
|
|
"path": "view.custom.O_Time"
|
|
},
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"formattedValue": "Jul 28, 2025 12:01 AM",
|
|
"pickerType": "time"
|
|
},
|
|
"type": "ia.input.date-time-input"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer_0"
|
|
},
|
|
"position": {
|
|
"basis": "150px",
|
|
"display": false,
|
|
"grow": 1
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"props": {
|
|
"text": "Day of the Week Enable"
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"children": [
|
|
{
|
|
"events": {
|
|
"dom": {
|
|
"onClick": {
|
|
"config": {
|
|
"script": "\tposition \u003d 1\n\tself.view.custom.weekDay \u003d self.view.custom.weekDay ^ (int(1) \u003c\u003c position)\n\t\n\t"
|
|
},
|
|
"scope": "G",
|
|
"type": "script"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"name": "Monday Chbox"
|
|
},
|
|
"propConfig": {
|
|
"props.enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.params.auth.config"
|
|
},
|
|
"type": "property"
|
|
}
|
|
},
|
|
"props.selected": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.weekDay"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"expression": "getBit({value},1)",
|
|
"type": "expression"
|
|
},
|
|
{
|
|
"fallback": false,
|
|
"inputType": "scalar",
|
|
"mappings": [
|
|
{
|
|
"input": 0,
|
|
"output": false
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": true
|
|
}
|
|
],
|
|
"outputType": "scalar",
|
|
"type": "map"
|
|
}
|
|
],
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": "Monday"
|
|
},
|
|
"type": "ia.input.checkbox"
|
|
},
|
|
{
|
|
"events": {
|
|
"dom": {
|
|
"onClick": {
|
|
"config": {
|
|
"script": "\tposition \u003d 2\n\tself.view.custom.weekDay \u003d self.view.custom.weekDay ^ (int(1) \u003c\u003c position)"
|
|
},
|
|
"scope": "G",
|
|
"type": "script"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"name": "Tuesday Chbox"
|
|
},
|
|
"propConfig": {
|
|
"props.enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.params.auth.config"
|
|
},
|
|
"type": "property"
|
|
}
|
|
},
|
|
"props.selected": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.weekDay"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"expression": "getBit({value},2)",
|
|
"type": "expression"
|
|
},
|
|
{
|
|
"fallback": false,
|
|
"inputType": "scalar",
|
|
"mappings": [
|
|
{
|
|
"input": 0,
|
|
"output": false
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": true
|
|
}
|
|
],
|
|
"outputType": "scalar",
|
|
"type": "map"
|
|
}
|
|
],
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": "Tuesday"
|
|
},
|
|
"type": "ia.input.checkbox"
|
|
},
|
|
{
|
|
"events": {
|
|
"dom": {
|
|
"onClick": {
|
|
"config": {
|
|
"script": "\tposition \u003d 3\n\tself.view.custom.weekDay \u003d self.view.custom.weekDay ^ (int(1) \u003c\u003c position)"
|
|
},
|
|
"scope": "G",
|
|
"type": "script"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"name": "Wednesday Chbox"
|
|
},
|
|
"propConfig": {
|
|
"props.enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.params.auth.config"
|
|
},
|
|
"type": "property"
|
|
}
|
|
},
|
|
"props.selected": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.weekDay"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"expression": "getBit({value},3)",
|
|
"type": "expression"
|
|
},
|
|
{
|
|
"fallback": false,
|
|
"inputType": "scalar",
|
|
"mappings": [
|
|
{
|
|
"input": 0,
|
|
"output": false
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": true
|
|
}
|
|
],
|
|
"outputType": "scalar",
|
|
"type": "map"
|
|
}
|
|
],
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": "Wednesday"
|
|
},
|
|
"type": "ia.input.checkbox"
|
|
},
|
|
{
|
|
"events": {
|
|
"dom": {
|
|
"onClick": {
|
|
"config": {
|
|
"script": "\tposition \u003d 4\n\tself.view.custom.weekDay \u003d self.view.custom.weekDay ^ (int(1) \u003c\u003c position)"
|
|
},
|
|
"scope": "G",
|
|
"type": "script"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"name": "Thursday Chbox"
|
|
},
|
|
"propConfig": {
|
|
"props.enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.params.auth.config"
|
|
},
|
|
"type": "property"
|
|
}
|
|
},
|
|
"props.selected": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.weekDay"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"expression": "getBit({value},4)",
|
|
"type": "expression"
|
|
},
|
|
{
|
|
"fallback": false,
|
|
"inputType": "scalar",
|
|
"mappings": [
|
|
{
|
|
"input": 0,
|
|
"output": false
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": true
|
|
}
|
|
],
|
|
"outputType": "scalar",
|
|
"type": "map"
|
|
}
|
|
],
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": "Thursday"
|
|
},
|
|
"type": "ia.input.checkbox"
|
|
},
|
|
{
|
|
"events": {
|
|
"dom": {
|
|
"onClick": {
|
|
"config": {
|
|
"script": "\tposition \u003d 5\n\tself.view.custom.weekDay \u003d self.view.custom.weekDay ^ (int(1) \u003c\u003c position)"
|
|
},
|
|
"scope": "G",
|
|
"type": "script"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"name": "Friday Chbox"
|
|
},
|
|
"propConfig": {
|
|
"props.enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.params.auth.config"
|
|
},
|
|
"type": "property"
|
|
}
|
|
},
|
|
"props.selected": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.weekDay"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"expression": "getBit({value},5)",
|
|
"type": "expression"
|
|
},
|
|
{
|
|
"fallback": false,
|
|
"inputType": "scalar",
|
|
"mappings": [
|
|
{
|
|
"input": 0,
|
|
"output": false
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": true
|
|
}
|
|
],
|
|
"outputType": "scalar",
|
|
"type": "map"
|
|
}
|
|
],
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": "Friday"
|
|
},
|
|
"type": "ia.input.checkbox"
|
|
},
|
|
{
|
|
"events": {
|
|
"dom": {
|
|
"onClick": {
|
|
"config": {
|
|
"script": "\tposition \u003d 6\n\tself.view.custom.weekDay \u003d self.view.custom.weekDay ^ (int(1) \u003c\u003c position)"
|
|
},
|
|
"scope": "G",
|
|
"type": "script"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"name": "Saturday Chbox"
|
|
},
|
|
"propConfig": {
|
|
"props.enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.params.auth.config"
|
|
},
|
|
"type": "property"
|
|
}
|
|
},
|
|
"props.selected": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.weekDay"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"expression": "getBit({value},6)",
|
|
"type": "expression"
|
|
},
|
|
{
|
|
"fallback": false,
|
|
"inputType": "scalar",
|
|
"mappings": [
|
|
{
|
|
"input": 0,
|
|
"output": false
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": true
|
|
}
|
|
],
|
|
"outputType": "scalar",
|
|
"type": "map"
|
|
}
|
|
],
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": "Saturday"
|
|
},
|
|
"type": "ia.input.checkbox"
|
|
},
|
|
{
|
|
"events": {
|
|
"dom": {
|
|
"onClick": {
|
|
"config": {
|
|
"script": "\tposition \u003d 7\n\tself.view.custom.weekDay \u003d self.view.custom.weekDay ^ (int(1) \u003c\u003c position)"
|
|
},
|
|
"scope": "G",
|
|
"type": "script"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"name": "Sunday Chbox"
|
|
},
|
|
"propConfig": {
|
|
"props.enabled": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.params.auth.config"
|
|
},
|
|
"type": "property"
|
|
}
|
|
},
|
|
"props.selected": {
|
|
"binding": {
|
|
"config": {
|
|
"path": "view.custom.weekDay"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"expression": "getBit({value},7)",
|
|
"type": "expression"
|
|
},
|
|
{
|
|
"fallback": false,
|
|
"inputType": "scalar",
|
|
"mappings": [
|
|
{
|
|
"input": 0,
|
|
"output": false
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": true
|
|
}
|
|
],
|
|
"outputType": "scalar",
|
|
"type": "map"
|
|
}
|
|
],
|
|
"type": "property"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": "Sunday"
|
|
},
|
|
"type": "ia.input.checkbox"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer"
|
|
},
|
|
"props": {
|
|
"alignContent": "center",
|
|
"alignItems": "center",
|
|
"justify": "space-evenly",
|
|
"style": {
|
|
"gap": "5px",
|
|
"overflow": "visible",
|
|
"padding": "5px"
|
|
},
|
|
"wrap": "wrap"
|
|
},
|
|
"type": "ia.container.flex"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer_0"
|
|
},
|
|
"position": {
|
|
"basis": "100%"
|
|
},
|
|
"props": {
|
|
"direction": "column",
|
|
"style": {
|
|
"border": "1px solid var(--border)",
|
|
"gap": "10px 0",
|
|
"overflow": "visible",
|
|
"padding": "10px"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "root"
|
|
},
|
|
"props": {
|
|
"direction": "column",
|
|
"style": {
|
|
"classes": "containers/padded-container"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
}
|
|
} |