mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
4aebd55715
* Update schema-ledConfig.json extend schema with corner points (vertcal and horizontal values in percent) * Update conf_leds.html input fields for corner points * Update content_leds.js add corner values and calculation of led rows * Update de.json german title for corners * CHanges 26.12.2019 Correction and PowerOff add * GrabberFix PiCam * VType as QString * Unused variable deletet * Missing new paramneters for GrabberFix * Error json * JSon error by user * Crosscompile SutnikElf frok * Warning unused variable * Revert "Crosscompile SutnikElf frok" This reverts commit 443fe8009021f15b617292868c778499c13282a7. * Fixing a linting error * Adding Grabber Override Names * Adding more Grabber Fix translations * Missed one * remove V4L2 Grabber Fix and Power Button from Dashboard Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com> * Setting some limits to the trapezoid Co-authored-by: SputnikElf <58911932+SputnikElf@users.noreply.github.com> Co-authored-by: SputnikElf <sputnikelf@gmx.de> Co-authored-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
29 lines
2.0 KiB
Plaintext
29 lines
2.0 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file alias="schema">JSONRPC_schema/schema.json</file>
|
|
<file alias="schema-color">JSONRPC_schema/schema-color.json</file>
|
|
<file alias="schema-image">JSONRPC_schema/schema-image.json</file>
|
|
<file alias="schema-serverinfo">JSONRPC_schema/schema-serverinfo.json</file>
|
|
<file alias="schema-sysinfo">JSONRPC_schema/schema-sysinfo.json</file>
|
|
<file alias="schema-clear">JSONRPC_schema/schema-clear.json</file>
|
|
<file alias="schema-clearall">JSONRPC_schema/schema-clearall.json</file>
|
|
<file alias="schema-adjustment">JSONRPC_schema/schema-adjustment.json</file>
|
|
<file alias="schema-effect">JSONRPC_schema/schema-effect.json</file>
|
|
<file alias="schema-create-effect">JSONRPC_schema/schema-create-effect.json</file>
|
|
<file alias="schema-delete-effect">JSONRPC_schema/schema-delete-effect.json</file>
|
|
<file alias="schema-sourceselect">JSONRPC_schema/schema-sourceselect.json</file>
|
|
<file alias="schema-config">JSONRPC_schema/schema-config.json</file>
|
|
<file alias="schema-componentstate">JSONRPC_schema/schema-componentstate.json</file>
|
|
<file alias="schema-ledcolors">JSONRPC_schema/schema-ledcolors.json</file>
|
|
<file alias="schema-logging">JSONRPC_schema/schema-logging.json</file>
|
|
<file alias="schema-processing">JSONRPC_schema/schema-processing.json</file>
|
|
<file alias="schema-videomode">JSONRPC_schema/schema-videomode.json</file>
|
|
<file alias="schema-authorize">JSONRPC_schema/schema-authorize.json</file>
|
|
<file alias="schema-instance">JSONRPC_schema/schema-instance.json</file>
|
|
<!-- The following schemas are derecated but used to ensure backward compatibility with hyperion Classic remote control-->
|
|
<file alias="schema-transform">JSONRPC_schema/schema-hyperion-classic.json</file>
|
|
<file alias="schema-correction">JSONRPC_schema/schema-hyperion-classic.json</file>
|
|
<file alias="schema-temperature">JSONRPC_schema/schema-hyperion-classic.json</file>
|
|
</qresource>
|
|
</RCC>
|