Skip to content

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

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()
{

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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