UNPKG

corrently-charge

Version:

Reference implementation of flexible charging tariffs for CPOs and EMTs based on Green Power Index and SolarEnergyPrediction APIs. Part of #mobilitython2022 - Enpulse challenge.

19 lines (18 loc) 294 B
module.exports = { 'kwh': { name:'per Kilo-Watt-Hour', calculation: 'metered' }, 'time': { name: 'per Minute', calculation: 'metered' }, 'fix': { name: 'fix', calculation: 'fix' }, 'subscription': { name: 'subscription', calculation: 'month' } }