Skip to content

Commit

Permalink
Merge pull request #1090 from pkuehnel/feat/GetDataFromTeslaApi
Browse files Browse the repository at this point in the history
feat/getVehicleDataFromTesla
  • Loading branch information
pkuehnel authored Jan 27, 2024
2 parents d342106 + 71e41c3 commit ee9f3d5
Show file tree
Hide file tree
Showing 20 changed files with 1,095 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

public interface ITeslaMateMqttService
{
Task ConnectMqttClient();
bool IsMqttClientConnected { get; }
Task ConnectClientIfNotConnected();
Task DisconnectClient(string reason);
Expand Down
Loading

0 comments on commit ee9f3d5

Please sign in to comment.