URN & Wiki update

This commit is contained in:
Nadja Reitzenstein 2021-10-20 09:44:57 +02:00
parent d8004c5b18
commit a4e73c65b7
2 changed files with 3 additions and 2 deletions

2
schema

@ -1 +1 @@
Subproject commit 1441b59145bb364c2c61fe67f52c64a3522ee124
Subproject commit 743c18393c6e01edeec1e04ab8998176d78f9a04

View File

@ -3,4 +3,5 @@ import fabapi
boot = fabapi.connect("localhost:59661", "Testuser", "secret")
ms = boot.machineSystem().wait().machineSystem
info = ms.info().wait().info
m = info.getMachine("Testmachine").wait()
ma = info.getMachine("Another").wait()
my = info.getMachine("Yetmore").wait()