const client = new VeoliaClient({
password: 'string',
mail: 'string',
pdl: 'string'
})
// all history
const allEnergyData = await client.getEnergyData(null)
// all history from a date
const partialEnergyData = await client.getEnergyData(dayjs('2024-01-01'))
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
unsync/veolia-client
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|