Skip to content

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

Closed
@thomasnares

Description

@thomasnares

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions