Changed Get Machine by ID

This commit is contained in:
TheJoKlLa 2021-12-05 16:55:58 +00:00
parent 26a615db77
commit d3c6b4f25a

View File

@ -15,7 +15,7 @@ interface MachineSystem
interface Info $CSharp.name("InfoInterface") {
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 );
}
}