Skip to content

maxframes in /mbus/getMulti/ has no effect #13

@nlindn

Description

@nlindn

maxframes in /mbus/getMulti/ has no effect. Looks like

.arg("-f")
.arg(maxframes.to_string())

is missing from lines 339-345.

mbus-httpd/src/http.rs

Lines 339 to 345 in 2a3bd60

let rsp = match Command::new(cmd)
.arg("-b")
.arg(baudrate.to_string())
.arg(dev)
.arg(address)
.output()
{

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions