mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
Merge branch 'TheJoKlLa-main-patch-40770' into 'main'
Changed Get Machine by ID See merge request fabinfra/fabaccess/fabaccess-api!15
This commit is contained in:
commit
c855646a90
@ -15,7 +15,7 @@ interface MachineSystem
|
|||||||
interface Info $CSharp.name("InfoInterface") {
|
interface Info $CSharp.name("InfoInterface") {
|
||||||
getMachineList @0 () -> ( machine_list :List(Machine) );
|
getMachineList @0 () -> ( machine_list :List(Machine) );
|
||||||
|
|
||||||
getMachine @1 ( name :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
getMachine @1 ( id :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
||||||
getMachineURN @2 ( urn :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
getMachineURN @2 ( urn :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user