Advertisement
vgillestad

Untitled

Jun 14th, 2020
1,784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.95 KB | None | 0 0
  1. {
  2.     "settings": {
  3.         "settings": [
  4.             {
  5.                 "key": "smartChargingIsEnabled",
  6.                 "value": true,
  7.                 "valueType": "boolean",
  8.                 "valueIsArray": false,
  9.                 "isReadOnly": false
  10.             },
  11.             {
  12.                 "key": "smartChargingDoneAt",
  13.                 "value": "05:00",
  14.                 "valueType": "string",
  15.                 "valueIsArray": false,
  16.                 "isReadOnly": false
  17.             },
  18.             {
  19.                 "key": "cableIsPermanentlyLocked",
  20.                 "value": false,
  21.                 "valueType": "boolean",
  22.                 "valueIsArray": false,
  23.                 "isReadOnly": false
  24.             },
  25.             {
  26.                 "key": "maxCharge",
  27.                 "value": 32,
  28.                 "valueType": "int",
  29.                 "valueIsArray": false,
  30.                 "isReadOnly": false
  31.             },
  32.             {
  33.                 "key": "chargerName",
  34.                 "value": "Easee Laddbox",
  35.                 "valueType": "string",
  36.                 "valueIsArray": false,
  37.                 "isReadOnly": false
  38.             },
  39.             {
  40.                 "key": "mainFuseSize",
  41.                 "value": 63.0,
  42.                 "valueType": "float",
  43.                 "valueIsArray": false,
  44.                 "isReadOnly": false
  45.             },
  46.             {
  47.                 "key": "loadBalancingIsEnabled",
  48.                 "value": true,
  49.                 "valueType": "boolean",
  50.                 "valueIsArray": false,
  51.                 "isReadOnly": false
  52.             }
  53.         ],
  54.         "layout": [
  55.             {
  56.                 "type": "header",
  57.                 "title": "Smart Heating",
  58.                 "description": "Med smart ladding laddas din elbil automatiskt under dygnets billigaste timmar",
  59.                 "valueText": null,
  60.                 "dependsOnSetting": null,
  61.                 "callToAction": null,
  62.                 "childItems": null,
  63.                 "settingKey": null
  64.             },
  65.             {
  66.                 "type": "setting",
  67.                 "title": "Smart ladding",
  68.                 "description": null,
  69.                 "valueText": null,
  70.                 "dependsOnSetting": null,
  71.                 "callToAction": null,
  72.                 "childItems": null,
  73.                 "settingKey": "smartChargingIsEnabled"
  74.             },
  75.             {
  76.                 "type": "setting",
  77.                 "title": "Sluttid för ladding",
  78.                 "description": null,
  79.                 "valueText": "05:00",
  80.                 "dependsOnSetting": "smartChargingIsEnabled",
  81.                 "callToAction": null,
  82.                 "childItems": null,
  83.                 "settingKey": null
  84.             },
  85.             {
  86.                 "type": "link",
  87.                 "title": "Mina bilar",
  88.                 "description": null,
  89.                 "valueText": "1",
  90.                 "dependsOnSetting": "smartChargingIsEnabled",
  91.                 "callToAction": {
  92.                     "link": "/my-vehicles",
  93.                     "url": null,
  94.                     "redirectUrlStartsWith": null
  95.                 },
  96.                 "childItems": null,
  97.                 "settingKey": null
  98.             },
  99.             {
  100.                 "type": "separator",
  101.                 "title": null,
  102.                 "description": null,
  103.                 "valueText": null,
  104.                 "dependsOnSetting": null,
  105.                 "callToAction": null,
  106.                 "childItems": null,
  107.                 "settingKey": null
  108.             },
  109.             {
  110.                 "type": "setting",
  111.                 "title": "Lås laddkabelen i laddboxen",
  112.                 "description": null,
  113.                 "valueText": null,
  114.                 "dependsOnSetting": null,
  115.                 "callToAction": null,
  116.                 "childItems": null,
  117.                 "settingKey": "cableIsPermanentlyLocked"
  118.             },
  119.             {
  120.                 "type": "setting",
  121.                 "title": "Maximal laddningshastighet",
  122.                 "description": null,
  123.                 "valueText": "32 A",
  124.                 "dependsOnSetting": null,
  125.                 "callToAction": null,
  126.                 "childItems": null,
  127.                 "settingKey": "mainFuseSize"
  128.             },
  129.             {
  130.                 "type": "group",
  131.                 "title": "Lastbalansera hovudsäkringen",
  132.                 "description": null,
  133.                 "valueText": null,
  134.                 "dependsOnSetting": null,
  135.                 "callToAction": null,
  136.                 "childItems": [
  137.                     {
  138.                         "type": "setting",
  139.                         "title": "Storlek på hovudsäkringen",
  140.                         "description": "Information om hovudsäkringen finns in din säkringsboks",
  141.                         "valueText": "63 A",
  142.                         "dependsOnSetting": null,
  143.                         "callToAction": null,
  144.                         "childItems": null,
  145.                         "settingKey": "mainFuseSize"
  146.                     },
  147.                     {
  148.                         "type": "setting",
  149.                         "title": "Lastbalansera hovudsäkringen",
  150.                         "description": "Om du har en Easee-laddbox installerad ... ",
  151.                         "valueText": null,
  152.                         "dependsOnSetting": null,
  153.                         "callToAction": null,
  154.                         "childItems": null,
  155.                         "settingKey": "loadBalancingIsEnabled"
  156.                     }
  157.                 ],
  158.                 "settingKey": null
  159.             },
  160.             {
  161.                 "type": "setting",
  162.                 "title": "Namn",
  163.                 "description": null,
  164.                 "valueText": "Easee Laddbox",
  165.                 "dependsOnSetting": null,
  166.                 "callToAction": null,
  167.                 "childItems": null,
  168.                 "settingKey": null
  169.             }
  170.         ]
  171.     }
  172. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement