OCaml library for controlling Meross smart plugs via local HTTP API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(E705): add fuzz .mli and remove dead run wrapper (ocaml-meross)

+1 -2
-2
fuzz/fuzz_meross.ml
··· 289 289 [ printable_string; printable_string; printable_string ] 290 290 test_abilities_no_crash; 291 291 ] ) 292 - 293 - let run () = Crowbar.run "meross" [ suite ]
+1
fuzz/fuzz_meross.mli
··· 1 + val suite : string * Crowbar.test_case list