Skip to content
Snippets Groups Projects
manifest.konnector 1.55 KiB
Newer Older
  • Learn to ignore specific revisions
  • Romain CREY's avatar
    Romain CREY committed
    {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "version": "0.1.1",
    
    Romain CREY's avatar
    Romain CREY committed
      "name": "EGL",
      "type": "konnector",
      "language": "node",
      "icon": "icon.png",
    
      "slug": "egl",
    
    Romain CREY's avatar
    Romain CREY committed
      "source": "https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git",
      "editor": "Grand Lyon",
      "vendor_link": "www.grandlyon.com",
      "frequency": "daily",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "categories": ["energy"],
    
    Romain CREY's avatar
    Romain CREY committed
      "fields": {
        "login": {
          "type": "text"
        },
        "password": {
          "type": "password"
        },
        "advancedFields": {
          "folderPath": {
            "advanced": true,
            "isRequired": false
          }
        }
      },
      "data_types": [],
      "screenshots": [],
      "permissions": {
    
        "daily eau du grand lyon data": {
          "type": "io.egl.day"
        },
        "monthly eau du grand lyon data": {
          "type": "io.egl.month"
        },
        "yearly eau du grand lyon data": {
          "type": "io.egl.year"
    
    Romain CREY's avatar
    Romain CREY committed
        },
        "files": {
          "type": "io.cozy.files"
        },
        "accounts": {
          "type": "io.cozy.accounts",
          "verbs": ["GET"]
        }
      },
      "developer": {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "name": "Grand Lyon",
    
    Romain CREY's avatar
    Romain CREY committed
        "url": "https://grandlyon.com"
      },
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "langs": ["fr"],
    
    Romain CREY's avatar
    Romain CREY committed
      "locales": {
        "fr": {
          "short_description": "Courbe de charge depuis l'API eau du Grand Lyon",
          "long_description": "ce connecteur récupère la courbe de charge enregistrée par le compteur Téléo",
          "permissions": {
            "load profile": {
              "description": "La courbe de charge enregistrée par le compteur téléo"
            },
            "accounts": {
              "description": "Utilisé pour obtenir les données du compte"
            }
          }
        }
      },
      "manifest_version": "2"
    }