diff --git a/api.capnp b/api.capnp index 68cd41b..bf680a8 100644 --- a/api.capnp +++ b/api.capnp @@ -123,6 +123,9 @@ struct Machine { setProperty @3 (property :Property) -> () # Write ONE Machine Property identified by it's key + + sendRawData @4 (data :Data) -> () + # send a blob of arbitrary data to the machine }