This commit is contained in:
Hans Karlinius
2024-11-28 22:57:43 +01:00
parent 3dd8dcb11a
commit 4695078b6e
+5 -7
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.186" version: "0.1.187"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -44,14 +44,13 @@ options:
autofind: true autofind: true
manualhub: manualhub:
usbdevices: [] usbdevices: []
random:
- haha
- hihi
schema: schema:
autouse: bool autouse: bool
autofind: bool autofind: bool
clientid: str? clientid: str?
manualhub: "str?" manualhub:
type: str
required: false
#test: [{ #test: [{
# field: "str?", # field: "str?",
# value: "bool?" # value: "bool?"
@@ -59,8 +58,7 @@ schema:
usbdevices: usbdevices:
- device: str? - device: str?
use: bool? use: bool?
random: random: list("match(^\\w*$)")?
- "match(^\\w*$)"
stage: experimental stage: experimental
init: false init: false