Create initial Collection for Ulanzi

This commit is contained in:
Marco Kohn 2025-01-09 20:01:17 +01:00
parent b9853440ba
commit 4a748b8a01
6 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,11 @@
meta {
name: Apps in loop
type: http
seq: 4
}
get {
url: http://{{IP}}/api/loop
body: none
auth: none
}

View File

@ -0,0 +1,11 @@
meta {
name: Available Effects
type: http
seq: 2
}
get {
url: http://{{IP}}/api/effects
body: none
auth: none
}

View File

@ -0,0 +1,11 @@
meta {
name: Available Transitions
type: http
seq: 3
}
get {
url: http://{{IP}}/api/transitions
body: none
auth: none
}

11
Ulanzi/Infos/Stats.bru Normal file
View File

@ -0,0 +1,11 @@
meta {
name: Stats
type: http
seq: 1
}
get {
url: http://{{IP}}/api/stats
body: none
auth: none
}

9
Ulanzi/bruno.json Normal file
View File

@ -0,0 +1,9 @@
{
"version": "1",
"name": "Ulanzi",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@ -0,0 +1,3 @@
vars {
IP: 192.168.200.120
}