Skip to content

Commit

Permalink
Update v20230728
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilkware committed Jul 28, 2023
1 parent 68792ca commit 20ca800
Show file tree
Hide file tree
Showing 15 changed files with 1,847 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Style

on: [push, pull_request]

jobs:
style:
runs-on: ubuntu-latest
steps:
- name: Checkout module
uses: actions/checkout@master
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- name: Check style
uses: wilkware/action-ips-style@main
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".style"]
path = .style
url = https://github.com/Wilkware/StylePHP
1 change: 1 addition & 0 deletions .style
Submodule .style added at fe04d9
196 changes: 196 additions & 0 deletions Color Loop/form.json

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions Color Loop/locale.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"translations": {
"de": {
"\nColor Loop\n ": "\nFarbverlauf\n ",
"The module offers the possibility to activate an automatic colour gradient or a colour change.": "Das Modul bietet die Möglichkeit, einen automatischen Farbverlauf bzw. einen Farbwechsel zu aktivieren.",
"Circuit ...": "Schaltung ...",
"Switch variable:": "Schaltervariable:",
"\nThe switching variable serves as an indicator for the switching state (on/off) of the entire lighting group (see Devices).": "\nDie Schaltvariable dient als Indikator für den Schaltzustand (An/Aus) der ganzen Leuchtgruppe (siehe Geräte).",
"Devices ...": "Geräte ...",
"Light group:": "Leuchtgruppe:",
"Lamp name": "Leuchtenname",
"Color Variables:": "Farbvariablen:",
"Status variable": "Statusvariable",
"Starting color": "Startfarbe",
"(1) Currently only variables with the profile '~HexColor' are supported.": "(1) Derzeit werden nur Variablen mit dem Profil '~HexColor' unterstützt.",
"(2) The 'Transparent' color selection causes the currently set color code to be used as the start color for the corresponding illuminant.": "(2) Die Farbauswahl 'Transparent' bewirkt die Verwendung des aktuell eingestellten Farbcodes als Startfarbe für das entsprechende Leuchtmittel.",
"(3) The lamp name is only necessary if you also want to change the start color via the webfront.": "(3) Der Leuchtenname ist nur notwendig wenn man die Startfarbe auch über das Webfront ändern möchte.",
"Advanced settings ...": "Erweiterte Einstellungen ...",
"Create variables for selection of start color per luminaire?": "Variablen für Auswahl der Startfarbe pro Leuchte anlegen?",
"In addition, create a normal switch variable to temporarily switch the colour loop on or off (e.g. for webfront)?": "Zusätzlich noch eine normale Schaltervariable anlegen zum temporären An- bzw. Ausschalten der Farbschleife (z.B. für Webfront)?",
"Transition": "Übergang",
"Increment": "Schrittweite",
"Fast": "Schnell",
"Normal": "Normal",
"Slow": "Langsam",
"Very Slow": "Sehr Langsam",
"Active": "Aktiv",
"Creating instance.": "Die Instanz wird erstellt.",
"Instance active.": "Instanz ist aktiv.",
"Instance inactive.": "Instanz ist inaktiv.",
"Please select a trigger to switch the gradient!": "Bitte wählen Sie eine Auslöser zum Schalten des Farbverlauf!",
"Please select at least one light!": "Bitte wählen Sie mindestens eine Leuchte aus!",
"Please select only variables with the correct profile!": "Bitte wählen Sie nur Variablen mit dem richtigen Profil aus!",
"Please select a valid variable for the individual lights!": "Bitte wählen Sie eine gültige Variable für die einzelnen Leuchten aus!",
"Please assign a unique name for the individual lights!": "Bitte vergeben Sie einen eindeutigen Namen für die einzelnen Leuchten!",
"Source code, donation and licence ...": "Quellcode, Spende und Lizenz ...",
"The software is free of charge for non-commercial use, I would appreciate a donation if you like the module.": "Die Software ist für die nicht kommzerielle Nutzung kostenlos, über eine Spende bei Gefallen des Moduls würde ich mich sehr freuen."
}
}
}
15 changes: 15 additions & 0 deletions Color Loop/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "{67B80A2C-0E39-B6B3-E767-86E6C9AE653C}",
"name": "Color Loop",
"type": 3,
"vendor": "",
"aliases": [
"ColorLoop",
"Farbverlauf"
],
"parentRequirements": [],
"childRequirements": [],
"implemented": [],
"prefix": "WWXCL",
"url": "https://github.com/Wilkware/IPSymconColorLoop"
}
Loading

0 comments on commit 20ca800

Please sign in to comment.