debsahu / debsahu/HARestAPI

Release v0.3.2 bugs/typos?

Open
#11 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
31
Forks
19
PR merge metrics
No merged PRs in 30d

Description

I am a fan of using releases instead of master, but realised there are some typos?

Compile errors:
```C++
...\HARestAPI.cpp:102:53: error: expected ';' before '}' token
102 | wsclient->setFingerprint(_fingerprint.c_str())
| ^
| ;
103 | }
| ~
...\HARestAPI.cpp: In member function 'bool HARestAPI::sendPostHA(String, String)':
...\HARestAPI.cpp:191:54: error: expected ';' before '}' token
191 | wsclient-> setFingerprint(_fingerprint.c_str())
| ^
| ;
192 | }
| ~
```

After fixing those manually, everything worked fine.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.