Skip to content

USB weighting scales bugs in code : 2 files to fix #6

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

Closed
thomasnares opened this issue Jan 11, 2016 · 0 comments
Closed

USB weighting scales bugs in code : 2 files to fix #6

thomasnares opened this issue Jan 11, 2016 · 0 comments

Comments

@thomasnares
Copy link

Hi,

to be able to read a USB scale, i had to fix 2 files from your sources 👍

1st is Request.php, at line 492

public function getScales(string $computerId)

changed to

public function getScales($computerId)

And 2nd file is Scale.php, at line 32

protected $clientReprotedCreateTimestamp;

changed to

protected $clientReportedCreateTimestamp;

(reported and not reproted)

Thomas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant