feat(dashboard): add price dashboard with Zonneplan integration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Features\Dashboard\Contracts;
|
||||
|
||||
interface PriceClient
|
||||
{
|
||||
public function getElectricityPrices(): array;
|
||||
|
||||
public function getGasPrices(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user