mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Update machinesystem.capnp
This commit is contained in:
parent
52f35c1684
commit
c8d372cb54
@ -15,6 +15,6 @@ interface MachineSystem
|
||||
interface Info $CSharp.name("InfoInterface") {
|
||||
getMachineList @0 () -> ( machine_list :List(Machine) );
|
||||
|
||||
getMachine @1 ( uuid :General.UUID ) -> ( machine :Machine);
|
||||
getMachine @1 ( uuid :General.UUID ) -> ( machine :Machine );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user