Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Door State MQTT #963

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Update api.py

067b3d6
Select commit
Loading
Failed to load commit list.
Open

Add Door State MQTT #963

Update api.py
067b3d6
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 5, 2024 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 3
           

Complexity decreasing per file
==============================
+ psa_car_controller/web/view/api.py  -2
+ psa_car_controller/psa/RemoteClient.py  -8
         

See the complete overview on Codacy

Annotations

Check notice on line 54 in psa_car_controller/web/view/api.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

psa_car_controller/web/view/api.py#L54

Parsing failed: 'invalid syntax (<unknown>, line 54)' (syntax-error)

Check notice on line 54 in psa_car_controller/web/view/api.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

psa_car_controller/web/view/api.py#L54

expected 2 blank lines after class or function definition, found 1 (E305)

Check notice on line 55 in psa_car_controller/web/view/api.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

psa_car_controller/web/view/api.py#L55

unexpected indentation (E113)