diff --git a/OVMS.V3/components/vehicle_renaultzoe_ph2_can/src/ph2_commands.cpp b/OVMS.V3/components/vehicle_renaultzoe_ph2_can/src/ph2_commands.cpp index a0ac7bc..8126e14 100644 --- a/OVMS.V3/components/vehicle_renaultzoe_ph2_can/src/ph2_commands.cpp +++ b/OVMS.V3/components/vehicle_renaultzoe_ph2_can/src/ph2_commands.cpp @@ -39,12 +39,12 @@ #include "vehicle_renaultzoe_ph2_can.h" -OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoe::CommandPreHeat(bool climatecontrolon) { +OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoePh2CAN::CommandPreHeat(bool climatecontrolon) { //ToDo: Sniff TCU packets for preheat/cool, OVMS is connected on TCU port return NotImplemented; } -OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoe::CommandWakeup() { +OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoePh2CAN::CommandWakeup() { ESP_LOGI(TAG, "Send Wakeup Command"); vTaskDelay(500 / portTICK_PERIOD_MS); @@ -77,12 +77,12 @@ OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoe::CommandWakeup() { return Success; } -OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoe::CommandLock(bool climatecontrolon) { +OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoePh2CAN::CommandLock(const char* pin) { //ToDo: Sniff HFM/BCM packets return NotImplemented; } -OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoe::CommandUnlock(bool climatecontrolon) { +OvmsVehicle::vehicle_command_t OvmsVehicleRenaultZoePh2CAN::CommandUnlock(const char* pin) { //ToDo: Sniff HFM/BCM packets return NotImplemented; } \ No newline at end of file