Skip to content
Snippets Groups Projects
manifest.konnector 2.4 KiB
Newer Older
Romain CREY's avatar
Romain CREY committed
{
  "version": "1.3.1",
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": {
    "contractId": {
Romain CREY's avatar
Romain CREY committed
      "type": "text"
    },
    "meteringId": {
      "type": "text"
Romain CREY's avatar
Romain CREY committed
    },
    "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 Publique 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 Publique du Grand Lyon (consommations d’eau au jour, mois et année)."
Romain CREY's avatar
Romain CREY committed
        },
        "accounts": {
Guilhem CARRON's avatar
Guilhem CARRON committed
          "description": "Utilisé pour accéder à vos données de consommation."
      },
      "fields": {
        "contractId": {
          "label": "Numéro de contrat"
        },
        "meteringId": {
          "label": "Numéro de compteur"
        }
      "short_description": "Water consumption data fetched from \"Eau Publique 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 Publique du Grand Lyon APIs (daily, monthly and yearly consumption)."
        },
        "accounts": {
          "description": "Used to access your consumption data."
Romain CREY's avatar
Romain CREY committed
        }
      },
      "fields": {
        "contractId": {
          "label": "Contract ID"
        },
        "meteringId": {
          "label": "Water metering ID"
        }
Romain CREY's avatar
Romain CREY committed
      }
    }
  },
  "manifest_version": "2"
}