added a method to send raw data to machines

This commit is contained in:
Kai Jan Kriegel 2020-12-07 03:02:31 +01:00
parent b3a1bda387
commit dbf6dda328

View File

@ -123,6 +123,9 @@ struct Machine {
setProperty @3 (property :Property) -> () setProperty @3 (property :Property) -> ()
# Write ONE Machine Property identified by it's key # Write ONE Machine Property identified by it's key
sendRawData @4 (data :Data) -> ()
# send a blob of arbitrary data to the machine
} }