Skip to content
Snippets Groups Projects
manifest.konnector 2.02 KiB
Newer Older
  • Learn to ignore specific revisions
  • Romain CREY's avatar
    Romain CREY committed
    {
    
      "version": "1.0.0",
    
    Romain CREY's avatar
    Romain CREY committed
      "name": "EGL",
      "type": "konnector",
      "language": "node",
      "icon": "icon.png",
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      "slug": "eglgrandlyon",
    
    Romain CREY's avatar
    Romain CREY committed
      "source": "https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "editor": "Métropole de Lyon",
    
    Romain CREY's avatar
    Romain CREY committed
      "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": {
    
         "egl data": {
          "type": "com.grandlyon.egl.*"
    
    Romain CREY's avatar
    Romain CREY committed
        },
        "accounts": {
          "type": "io.cozy.accounts",
          "verbs": ["GET"]
        }
      },
      "developer": {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "name": "Métropole de 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",
    
    Romain CREY's avatar
    Romain CREY committed
          "permissions": {
    
            "egl data": {
    
              "description": "Requises pour accéder et stocker les données collectées par le compteur Téléo et exposées par les API Eau du Grand Lyon (consommations d’eau au jour, mois et année). "
    
    Romain CREY's avatar
    Romain CREY committed
            },
            "accounts": {
    
              "description": "Utilisé pour accéder à vos données de consommation".
            }
          }
        },
        "en": {
          "short_description": "Water consumption data fetched from "Eau du Grand Lyon" API",
          "long_description": "This konnector fetches the data curve gathered by Téléo device.",
          "permissions": {
            "egl data": {
              "description": "Required to access and store the data collected by the Téléo meter and exposed by Eau du Grand Lyon APIs (daily, monthly and yearly consumption)."
            },
            "accounts": {
              "description": "Used to access your consumption data."
    
    Romain CREY's avatar
    Romain CREY committed
            }
          }
        }
      },
      "manifest_version": "2"
    }