Home
last modified time | relevance | path

Searched refs:CeVehicle (Results 1 – 3 of 3) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/eVehicles/
H A DeVehicle.cpp61 CeVehicle::~CeVehicle(void) in ~CeVehicle()
67 void CeVehicle::Init() in Init()
80 void CeVehicle::SendAlert() in SendAlert()
170 bool CeVehicle::StartHardware() in StartHardware()
185 bool CeVehicle::StopHardware() in StopHardware()
230 void CeVehicle::Do_Work() in Do_Work()
380 void CeVehicle::Login() in Login()
392 bool CeVehicle::IsAwake() in IsAwake()
419 bool CeVehicle::WakeUp() in WakeUp()
435 bool CeVehicle::DoNextCommand() in DoNextCommand()
[all …]
H A DeVehicle.h7 class CeVehicle : public CDomoticzHardwareBase
14CeVehicle(const int ID, const eVehicleType vehicletype, const std::string& username, const std::st…
15 ~CeVehicle(void);
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp981 pHardware = new CeVehicle(ID, CeVehicle::Tesla, Username, Password, Mode1, Mode2, Mode3, Extra); in AddHardwareFromParams()