maxframes in /mbus/getMulti/ has no effect. Looks like ```rust .arg("-f") .arg(maxframes.to_string()) ``` is missing from lines 339-345. https://github.com/packom/mbus-httpd/blob/2a3bd60d48d5fffc46cbe360ba661fe23e38e8b2/src/http.rs#L339-L345
maxframes in /mbus/getMulti/ has no effect. Looks like
is missing from lines 339-345.
mbus-httpd/src/http.rs
Lines 339 to 345 in 2a3bd60