Skip to content
Snippets Groups Projects
config.json 911 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    {
      "fluidConfig": [
        {
          "fluidTypeId": 0,
          "name": "enedis",
          "coefficient": 0.1546,
          "dataDelayOffset": 1,
          "konnectorConfig": {
            "name": "enedis",
            "type": "ELECTRICITY",
    
            "oauth": true,
    
            "slug": "enedis",
            "id": "io.cozy.konnectors/enedis"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          }
        },
        {
          "fluidTypeId": 1,
          "name": "egl",
          "coefficient": 0.0031,
          "dataDelayOffset": 3,
          "konnectorConfig": {
            "name": "eau du grand lyon",
            "type": "WATER",
    
            "oauth": false,
    
            "slug": "egl",
            "id": "io.cozy.konnectors/egl"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          }
        },
        {
          "fluidTypeId": 2,
          "name": "grdf",
          "coefficient": 0.0793,
          "dataDelayOffset": 2,
          "konnectorConfig": {
            "name": "grdf",
            "type": "GAS",
    
            "oauth": false,
    
            "slug": "grdf",
            "id": "io.cozy.konnectors/grdf"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          }
        }
      ]
    }