Merge branch 'feature/machine-raw-data' into 'master'

Feature/machine raw data

Closes #4

See merge request fabinfra/fabaccess/fabaccess-api!5
This commit is contained in:
Kai Kriegel 2020-12-15 22:44:54 +00:00
commit c51e6a8660

View File

@ -123,6 +123,9 @@ struct Machine {
setProperty @3 (property :PropertyMap.Property) -> (); setProperty @3 (property :PropertyMap.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
} }