{
  "WorksheetNameMapping": {
    "1": { "WorksheetName": "AutomationProtocols", "Value": "<DM>AutomationProtocol" },
    "2": { "WorksheetName": "AutomationDriverDefs", "Value": "<DM>AutomationDriverDefinition" },
    "3": { "WorksheetName": "AutomationControllers", "Value": "<DM>AutomationController" },
    "4": { "WorksheetName": "AutomationInstances", "Value": "<DM>AutomationControllerInstance" }
  },
  "<DM>AutomationProtocol": {
    "1": {
      "Name": "CF-FileRaw",
      "IsTemplate": "No",
      "Type": "General",
      "Package": "@criticalmanufacturing/connect-iot-driver-fileraw",
      "PackageVersion": "11.3.0-beta",
      "HasCommands": "Yes",
      "HasEvents": "Yes",
      "HasProperties": "Yes"
    }
  },
  "AutomationProtocolParameter": {
    "1": { "AutomationProtocol": "CF-FileRaw", "Name": "path", "DataType": "String", "IsMandatory": "No", "IsTemplate": "No", "Label": "Path", "ReferenceType": "None" },
    "2": { "AutomationProtocol": "CF-FileRaw", "Name": "fileMask", "DataType": "String", "DefaultValue": "**/*", "IsMandatory": "No", "IsTemplate": "No", "Label": "FileMask", "ReferenceType": "None" },
    "3": { "AutomationProtocol": "CF-FileRaw", "Name": "archivePath", "DataType": "String", "IsMandatory": "No", "IsTemplate": "No", "Label": "Archive Path", "ReferenceType": "None" },
    "4": { "AutomationProtocol": "CF-FileRaw", "Name": "watcherType", "DataType": "String", "DefaultValue": "Chokidar", "IsMandatory": "No", "IsTemplate": "No", "EnumValues": ["Chokidar","NSFW"], "Label": "Watcher Type", "ReferenceType": "Enum" },
    "5": { "AutomationProtocol": "CF-FileRaw", "Name": "ignoreInitial", "DataType": "Boolean", "DefaultValue": "False", "IsMandatory": "No", "IsTemplate": "No", "Label": "Ignore Existing Files", "ReferenceType": "None" },
    "6": { "AutomationProtocol": "CF-FileRaw", "Name": "watcherMode", "DataType": "String", "DefaultValue": "Polling", "IsMandatory": "No", "IsTemplate": "No", "EnumValues": ["FileSystemEvents","Polling"], "Label": "File Watcher Mode", "ReferenceType": "Enum" },
    "7": { "AutomationProtocol": "CF-FileRaw", "Name": "pollingInterval", "DataType": "Integer", "DefaultValue": "100", "IsMandatory": "No", "IsTemplate": "No", "Label": "Polling Interval (ms)", "ReferenceType": "None" },
    "8": { "AutomationProtocol": "CF-FileRaw", "Name": "pollingBinaryInterval", "DataType": "Integer", "DefaultValue": "300", "IsMandatory": "No", "IsTemplate": "No", "Label": "Binary Files Polling Interval (ms)", "ReferenceType": "None" },
    "9": { "AutomationProtocol": "CF-FileRaw", "Name": "alwaysStat", "DataType": "Boolean", "DefaultValue": "True", "IsMandatory": "No", "IsTemplate": "No", "Label": "Always Stat", "ReferenceType": "None" },
    "10": { "AutomationProtocol": "CF-FileRaw", "Name": "depth", "DataType": "Integer", "DefaultValue": "0", "IsMandatory": "No", "IsTemplate": "No", "Label": "Subdirectory Depth", "ReferenceType": "None" },
    "11": { "AutomationProtocol": "CF-FileRaw", "Name": "awaitWriteFinish", "DataType": "Boolean", "DefaultValue": "True", "IsMandatory": "No", "IsTemplate": "No", "Label": "Await Write Finish", "ReferenceType": "None" },
    "12": { "AutomationProtocol": "CF-FileRaw", "Name": "awaitWriteFinishStabilityThreshold", "DataType": "Integer", "DefaultValue": "2000", "IsMandatory": "No", "IsTemplate": "No", "Label": "Await Write Finish Stability (ms)", "ReferenceType": "None" },
    "13": { "AutomationProtocol": "CF-FileRaw", "Name": "awaitWriteFinishPollInterval", "DataType": "Integer", "DefaultValue": "100", "IsMandatory": "No", "IsTemplate": "No", "Label": "Await File Size Poll (ms)", "ReferenceType": "None" },
    "14": { "AutomationProtocol": "CF-FileRaw", "Name": "atomic", "DataType": "Integer", "DefaultValue": "100", "IsMandatory": "No", "IsTemplate": "No", "Label": "Atomic Writes Threshold", "ReferenceType": "None" }
  },
  "<DM>AutomationDriverDefinition": {
    "1": {
      "Name": "CF-CookieFileDriver",
      "IsTemplate": "No",
      "Type": "General",
      "AutomationProtocol": "CF-FileRaw",
      "ObjectType": "Resource"
    }
  },
  "AutomationProperty": {
    "1": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "FileName", "IsReadable": "Yes", "IsWritable": "Yes", "DataType": "String", "AutomationProtocolDataType": "String", "ExtendedData": { "propertyType": "FileName" }, "IsTemplate": "No" },
    "2": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "FileFullPath", "IsReadable": "Yes", "IsWritable": "Yes", "DataType": "String", "AutomationProtocolDataType": "String", "ExtendedData": { "propertyType": "FullPath" }, "IsTemplate": "No" }
  },
  "AutomationEvent": {
    "1": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "NewFile", "IsEnabled": "Yes", "ExtendedData": { "eventTrigger": "NewFile" }, "IsTemplate": "No" },
    "2": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "ChangedFile", "IsEnabled": "Yes", "ExtendedData": { "eventTrigger": "ChangedFile" }, "IsTemplate": "No" },
    "3": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "DeletedFile", "IsEnabled": "Yes", "ExtendedData": { "eventTrigger": "DeletedFile" }, "IsTemplate": "No" }
  },
  "AutomationEventProperties": {
    "1": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationEvent": "NewFile", "AutomationProperty": "FileFullPath", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" },
    "2": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationEvent": "ChangedFile", "AutomationProperty": "FileFullPath", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" },
    "3": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationEvent": "DeletedFile", "AutomationProperty": "FileFullPath", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" }
  },
  "AutomationCommand": {
    "1": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "Exists", "ExtendedData": { "commandType": "Exists" }, "IsTemplate": "No" },
    "2": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "Move", "ExtendedData": { "commandType": "Move" }, "IsTemplate": "No" },
    "3": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "Rename", "ExtendedData": { "commandType": "Rename" }, "IsTemplate": "No" },
    "4": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "Delete", "ExtendedData": { "commandType": "Delete" }, "IsTemplate": "No" },
    "5": { "AutomationDriverDefinition": "CF-CookieFileDriver", "Name": "ReadFile", "ExtendedData": { "commandType": "ReadFile" }, "IsTemplate": "No" }
  },
  "AutomationCommandParameter": {
    "1": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationCommand": "Exists", "Name": "FullPath", "DataType": "String", "AutomationProtocolDataType": "String", "IsMandatory": "Yes", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" },
    "2": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationCommand": "Move", "Name": "SrcFullPath", "DataType": "String", "AutomationProtocolDataType": "String", "IsMandatory": "Yes", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" },
    "3": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationCommand": "Move", "Name": "DestinationFullPath", "DataType": "String", "AutomationProtocolDataType": "String", "IsMandatory": "Yes", "Order": "2", "ExtendedData": {}, "IsTemplate": "No" },
    "4": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationCommand": "Rename", "Name": "OldFullPath", "DataType": "String", "AutomationProtocolDataType": "String", "IsMandatory": "Yes", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" },
    "5": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationCommand": "Rename", "Name": "NewFullPath", "DataType": "String", "AutomationProtocolDataType": "String", "IsMandatory": "Yes", "Order": "2", "ExtendedData": {}, "IsTemplate": "No" },
    "6": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationCommand": "Delete", "Name": "FullPath", "DataType": "String", "AutomationProtocolDataType": "String", "IsMandatory": "Yes", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" },
    "7": { "AutomationDriverDefinition": "CF-CookieFileDriver", "AutomationCommand": "ReadFile", "Name": "FullPath", "DataType": "String", "AutomationProtocolDataType": "String", "IsMandatory": "Yes", "Order": "1", "ExtendedData": {}, "IsTemplate": "No" }
  },
  "<DM>AutomationController": {
    "1": {
      "Name": "MoldingController [B.4]",
      "IsTemplate": "No",
      "Type": "General",
      "ControllerPackageVersion": "11.3.0-beta",
      "ObjectType": "Resource",
      "TasksPackages": [
        "@criticalmanufacturing/connect-iot-controller-engine-core-tasks",
        "@criticalmanufacturing/connect-iot-controller-engine-filedrivers-tasks"
      ],
      "Scope": "ConnectIoT",
      "LinkConnector": "Smooth",
      "LinkRouter": "Normal",
      "TasksLibraryPackages": [
        "@criticalmanufacturing/connect-iot-controller-engine-core-tasks@11.3.0-beta",
        "@criticalmanufacturing/connect-iot-controller-engine-filedrivers-tasks@11.3.0-beta"
      ],
      "DefaultWorkflowType": "DataFlow"
    },
    "2": {
      "Name": "MoldingController [B.5]",
      "IsTemplate": "No",
      "Type": "General",
      "ControllerPackageVersion": "11.3.0-beta",
      "ObjectType": "Resource",
      "TasksPackages": [
        "@criticalmanufacturing/connect-iot-controller-engine-core-tasks",
        "@criticalmanufacturing/connect-iot-controller-engine-filedrivers-tasks"
      ],
      "Scope": "ConnectIoT",
      "LinkConnector": "Smooth",
      "LinkRouter": "Normal",
      "TasksLibraryPackages": [
        "@criticalmanufacturing/connect-iot-controller-engine-core-tasks@11.3.0-beta",
        "@criticalmanufacturing/connect-iot-controller-engine-filedrivers-tasks@11.3.0-beta"
      ],
      "DefaultWorkflowType": "DataFlow"
    }
  },
  "AutomationControllerDriverDef": {
    "1": {
      "AutomationController": "MoldingController [B.4]",
      "Name": "CF-CookieFileDriver",
      "DisplayName": "CF-CookieFileDriver",
      "AutomationDriverDefinition": "CF-CookieFileDriver",
      "IsTemplate": "No",
      "Order": "1"
    },
    "2": {
      "AutomationController": "MoldingController [B.5]",
      "Name": "CF-CookieFileDriver",
      "DisplayName": "CF-CookieFileDriver",
      "AutomationDriverDefinition": "CF-CookieFileDriver",
      "IsTemplate": "No",
      "Order": "1"
    }
  },
  "AutomationControllerWorkflow": {
    "1": {
      "AutomationController": "MoldingController [B.4]",
      "Name": "AutomationWorkflow_mol_b4-setup",
      "DisplayName": "Setup",
      "Workflow": {
        "tasks": [
          {
            "id": "mol_b4_t1",
            "reference": { "name": "driverEvent", "package": { "name": "@criticalmanufacturing/connect-iot-controller-engine-core-tasks", "version": "11.3.0-beta" } },
            "driver": "CF-CookieFileDriver",
            "settings": { "autoEnable": true, "event": "OnInitialize", "autoSetup": true, "___cmf___description": "OnInitialize" }
          },
          {
            "id": "mol_b4_t2",
            "reference": { "name": "equipmentConfig", "package": { "name": "@criticalmanufacturing/connect-iot-controller-engine-core-tasks", "version": "11.3.0-beta" } },
            "driver": "CF-CookieFileDriver",
            "settings": {
              "_inputs": [
                { "name": "path", "label": "Path", "defaultValue": "", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "path" }, "dataType": "String", "automationDataType": 0, "referenceType": 0 },
                { "name": "fileMask", "label": "FileMask", "defaultValue": "**/*", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "fileMask" }, "dataType": "String", "automationDataType": 0, "referenceType": 0 },
                { "name": "watcherType", "label": "Watcher Type", "defaultValue": "Chokidar", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "watcherType" }, "dataType": "Enum", "automationDataType": 0, "referenceType": 1, "valueReferenceType": 6, "settings": { "enumValues": ["Chokidar","NSFW"] } },
                { "name": "ignoreInitial", "label": "Ignore Existing Files", "defaultValue": "False", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "ignoreInitial" }, "dataType": "Boolean", "automationDataType": 8, "referenceType": 0 },
                { "name": "watcherMode", "label": "File Watcher Mode", "defaultValue": "Polling", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "watcherMode" }, "dataType": "Enum", "automationDataType": 0, "referenceType": 1, "valueReferenceType": 6, "settings": { "enumValues": ["FileSystemEvents","Polling"] } },
                { "name": "pollingInterval", "label": "Polling Interval (ms)", "defaultValue": "100", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "pollingInterval" }, "dataType": "Integer", "automationDataType": 5, "referenceType": 0 },
                { "name": "depth", "label": "Subdirectory Depth", "defaultValue": "0", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "depth" }, "dataType": "Integer", "automationDataType": 5, "referenceType": 0 },
                { "name": "awaitWriteFinish", "label": "Await Write Finish", "defaultValue": "True", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "awaitWriteFinish" }, "dataType": "Boolean", "automationDataType": 8, "referenceType": 0 },
                { "name": "awaitWriteFinishStabilityThreshold", "label": "Await Write Finish Stability (ms)", "defaultValue": "2000", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "awaitWriteFinishStabilityThreshold" }, "dataType": "Integer", "automationDataType": 5, "referenceType": 0 }
              ],
              "connectingTimeout": 30000,
              "setupTimeout": 10000,
              "intervalBeforeReconnect": 5000,
              "heartbeatInterval": 60000
            }
          },
          {
            "id": "mol_b4_t3",
            "reference": { "name": "driverCommand", "package": { "name": "@criticalmanufacturing/connect-iot-controller-engine-core-tasks", "version": "11.3.0-beta" } },
            "driver": "CF-CookieFileDriver",
            "settings": { "command": "Connect", "___cmf___description": "Connect" }
          }
        ],
        "converters": [],
        "links": [
          { "id": "mol_b4_l12", "sourceId": "mol_b4_t1", "targetId": "mol_b4_t2", "inputName": "activate", "outputName": "success" },
          { "id": "mol_b4_l23", "sourceId": "mol_b4_t2", "targetId": "mol_b4_t3", "inputName": "activate", "outputName": "success" }
        ],
        "layout": {
          "general": { "color": null, "notes": [] },
          "drawers": {
            "DIAGRAM": {
              "tasks": {
                "mol_b4_t1": { "collapsed": false, "position": { "x": 100, "y": 100 } },
                "mol_b4_t2": { "collapsed": false, "position": { "x": 600, "y": 100 } },
                "mol_b4_t3": { "collapsed": false, "position": { "x": 1100, "y": 100 } }
              },
              "links": {},
              "notes": {},
              "pan": { "x": 0, "y": 0 },
              "zoom": 0.69
            }
          }
        }
      },
      "Order": "1",
      "IsTemplate": "No",
      "IsShared": "No",
      "Indentation": "0",
      "WorkflowType": "DataFlow"
    },
    "2": {
      "AutomationController": "MoldingController [B.5]",
      "Name": "AutomationWorkflow_mol_b5-setup",
      "DisplayName": "Setup",
      "Workflow": {
        "tasks": [
          {
            "id": "mol_b5_t1",
            "reference": { "name": "driverEvent", "package": { "name": "@criticalmanufacturing/connect-iot-controller-engine-core-tasks", "version": "11.3.0-beta" } },
            "driver": "CF-CookieFileDriver",
            "settings": { "autoEnable": true, "event": "OnInitialize", "autoSetup": true, "___cmf___description": "OnInitialize" }
          },
          {
            "id": "mol_b5_t2",
            "reference": { "name": "equipmentConfig", "package": { "name": "@criticalmanufacturing/connect-iot-controller-engine-core-tasks", "version": "11.3.0-beta" } },
            "driver": "CF-CookieFileDriver",
            "settings": {
              "_inputs": [
                { "name": "path", "label": "Path", "defaultValue": "", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "path" }, "dataType": "String", "automationDataType": 0, "referenceType": 0 },
                { "name": "fileMask", "label": "FileMask", "defaultValue": "**/*", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "fileMask" }, "dataType": "String", "automationDataType": 0, "referenceType": 0 },
                { "name": "watcherType", "label": "Watcher Type", "defaultValue": "Chokidar", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "watcherType" }, "dataType": "Enum", "automationDataType": 0, "referenceType": 1, "valueReferenceType": 6, "settings": { "enumValues": ["Chokidar","NSFW"] } },
                { "name": "ignoreInitial", "label": "Ignore Existing Files", "defaultValue": "False", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "ignoreInitial" }, "dataType": "Boolean", "automationDataType": 8, "referenceType": 0 },
                { "name": "watcherMode", "label": "File Watcher Mode", "defaultValue": "Polling", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "watcherMode" }, "dataType": "Enum", "automationDataType": 0, "referenceType": 1, "valueReferenceType": 6, "settings": { "enumValues": ["FileSystemEvents","Polling"] } },
                { "name": "pollingInterval", "label": "Polling Interval (ms)", "defaultValue": "100", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "pollingInterval" }, "dataType": "Integer", "automationDataType": 5, "referenceType": 0 },
                { "name": "depth", "label": "Subdirectory Depth", "defaultValue": "0", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "depth" }, "dataType": "Integer", "automationDataType": 5, "referenceType": 0 },
                { "name": "awaitWriteFinish", "label": "Await Write Finish", "defaultValue": "True", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "awaitWriteFinish" }, "dataType": "Boolean", "automationDataType": 8, "referenceType": 0 },
                { "name": "awaitWriteFinishStabilityThreshold", "label": "Await Write Finish Stability (ms)", "defaultValue": "2000", "parameter": { "$type": "Cmf.Foundation.BusinessObjects.AutomationProtocolParameter, Cmf.Foundation.BusinessObjects", "Name": "awaitWriteFinishStabilityThreshold" }, "dataType": "Integer", "automationDataType": 5, "referenceType": 0 }
              ],
              "connectingTimeout": 30000,
              "setupTimeout": 10000,
              "intervalBeforeReconnect": 5000,
              "heartbeatInterval": 60000
            }
          },
          {
            "id": "mol_b5_t3",
            "reference": { "name": "driverCommand", "package": { "name": "@criticalmanufacturing/connect-iot-controller-engine-core-tasks", "version": "11.3.0-beta" } },
            "driver": "CF-CookieFileDriver",
            "settings": { "command": "Connect", "___cmf___description": "Connect" }
          }
        ],
        "converters": [],
        "links": [
          { "id": "mol_b5_l12", "sourceId": "mol_b5_t1", "targetId": "mol_b5_t2", "inputName": "activate", "outputName": "success" },
          { "id": "mol_b5_l23", "sourceId": "mol_b5_t2", "targetId": "mol_b5_t3", "inputName": "activate", "outputName": "success" }
        ],
        "layout": {
          "general": { "color": null, "notes": [] },
          "drawers": {
            "DIAGRAM": {
              "tasks": {
                "mol_b5_t1": { "collapsed": false, "position": { "x": 100, "y": 100 } },
                "mol_b5_t2": { "collapsed": false, "position": { "x": 600, "y": 100 } },
                "mol_b5_t3": { "collapsed": false, "position": { "x": 1100, "y": 100 } }
              },
              "links": {},
              "notes": {},
              "pan": { "x": 0, "y": 0 },
              "zoom": 0.69
            }
          }
        }
      },
      "Order": "1",
      "IsTemplate": "No",
      "IsShared": "No",
      "Indentation": "0",
      "WorkflowType": "DataFlow"
    }
  },
  "<DM>AutomationManager": {
    "1": {
      "Name": "molding-manager",
      "IsTemplate": "No",
      "Type": "General",
      "LogicalAddress": "molding-manager",
      "MonitorPackageVersion": "11.3.0-beta",
      "ManagerPackageVersion": "11.3.0-beta",
      "DeploymentMode": "Manual",
      "DeploymentState": "Unknown"
    }
  },
  "<LOOKUP>AutomationInstances": {
    "1": {
      "AutomationController": "MoldingController [B.4]",
      "AutomationManager": "molding-manager",
      "EntityName": "ASA Molder-01"
    },
    "2": {
      "AutomationController": "MoldingController [B.4]",
      "AutomationManager": "molding-manager",
      "DriverName": "CF-CookieFileDriver",
      "EntityName": "ASA Molder-01"
    },
    "3": {
      "AutomationController": "MoldingController [B.4]",
      "AutomationManager": "molding-manager",
      "EntityName": "ASA Molder-02"
    },
    "4": {
      "AutomationController": "MoldingController [B.4]",
      "AutomationManager": "molding-manager",
      "DriverName": "CF-CookieFileDriver",
      "EntityName": "ASA Molder-02"
    }
  }
}
