Skip to content
Snippets Groups Projects
manifest.konnector 1.29 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "version": "0.1.2",
    
      "name": "Enedis",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "type": "konnector",
      "language": "node",
      "icon": "icon.png",
    
      "slug": "enedis",
    
      "source": "https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector.git",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "editor": "Métropole de Lyon",
    
      "vendor_link": "https://www.enedis.fr/",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "categories": ["energy"],
      "frequency": "daily",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "fields": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "access_token": {
          "type": "hidden"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "refresh_token": {
          "type": "hidden"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        }
      },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "oauth": {},
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "data_types": [],
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "screenshots": [],
      "permissions": {
        "accounts": {
    
          "type": "io.cozy.accounts"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Yoan VALLET's avatar
    Yoan VALLET committed
         "enedis": {
          "type": "io.enedis.*"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
      "developer": {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "name": "Métropole de Lyon",
    
        "url": "https://www.grandlyon.com/"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "langs": ["fr"],
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "locales": {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        "fr": {
    
          "short_description": "Récupère vos donnéees de courbe de charge depuis l'API Enedis",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "long_description": "Ce connecteur récupère la courbe de charge électrique enregistrée par le compteur Linky",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "permissions": {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
            "enedis": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "description": "La courbe de charge électrique enregistrée par le compteur Linky"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            },
            "accounts": {
              "description": "Utilisé pour obtenir les données du compte"
            }
          }
        }
      },
      "manifest_version": "2"
    }