Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #16 from TillBrede/feature/outdated-hints
Browse files Browse the repository at this point in the history
added hint, that modules are outdated (PHP-46) (PHP-45)
  • Loading branch information
DrNiels authored Aug 21, 2019
2 parents bb12f28 + 7374172 commit 7842e50
Show file tree
Hide file tree
Showing 69 changed files with 190 additions and 31 deletions.
5 changes: 5 additions & 0 deletions Alarmierung/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Alarmierung

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/Alarmierung_

Das Modul löst einen Alarm aus, wenn eine der Sensorenvariablen aktiv wird.
Dabei werden Zielvariablen bei einem Alarm auf den maximalen Wert bzw. An (True) gesetzt.
Ein einmal geschalteter Alarm wird nicht automatisch deaktiviert, dieser muss manuell zurückgesetzt werden.
Expand Down
1 change: 1 addition & 0 deletions Alarmierung/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type" : "Label", "label" :"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Alarmierung"},
{ "type": "Label", "label": "Add/Delete sensor variables, which activate the alarm" },
{
"type": "List",
Expand Down
3 changes: 2 additions & 1 deletion Alarmierung/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"Add/Delete target variables, which react on the alarm" : "Hinzufügen/Löschen von Zielvariablen, welche bei Alarm geschaltet werden",
"Sensorvariables" : "Sensorvariablen",
"Targetvariables" : "Zielvariablen",
"Not found!" : "Nicht gefunden!"
"Not found!" : "Nicht gefunden!",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Alarmierung" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/Alarmierung"
}
}
}
8 changes: 4 additions & 4 deletions Alarmierung/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,13 @@ public function GetConfigurationForm() {
$rowColor = "#FFC0C0";
}

$formdata->elements[1]->values[] = Array(
$formdata->elements[2]->values[] = Array(
"Name" => IPS_GetName($sensor->ID),
"Status" => $status,
);

} else {
$formdata->elements[1]->values[] = Array(
$formdata->elements[2]->values[] = Array(
"Name" => $this->Translate("Not found!"),
"rowColor" => "#FFC0C0",
);
Expand All @@ -288,13 +288,13 @@ public function GetConfigurationForm() {
$rowColor = "#FFC0C0";
}

$formdata->elements[3]->values[] = Array(
$formdata->elements[4]->values[] = Array(
"Name" => IPS_GetName($target->ID),
"Status" => $status,
"rowColor" => $rowColor,
);
} else {
$formdata->elements[3]->values[] = Array(
$formdata->elements[4]->values[] = Array(
"Name" => $this->Translate("Not found!"),
"rowColor" => "#FFC0C0",
);
Expand Down
5 changes: 5 additions & 0 deletions AnwesenheitsSimulation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Anwesenheits-Simulation

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/AnwesenheitsSimulation_

Simuliert die Anwesenheit von Personen im Haushalt.
Das Modul bezieht dafür zufällig die Tagesdaten von einem der letzten 4 identischen Wochentagen. Sind an keinem dieser 4 Tage genug Schaltvorgänge geloggt, wird zufällig einer der letzten 30 Tage gewählt.
Ist auch innerhalb dieser 30 Tage kein gültiger Tagesdatensatz vorhanden, ist keine Simulation möglich. Sollte keine Simulation möglich sein, wird dies als Nachricht in der Stringvariable "Simulationsquelle (Tag)" angezeigt.
Expand Down
1 change: 1 addition & 0 deletions AnwesenheitsSimulation/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{ "type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/AnwesenheitsSimulation" },
{ "type": "Label", "label": "Minimum needed daily changes" },
{ "type": "NumberSpinner", "name": "RequiredSwitchCount", "caption": "Count" }
]
Expand Down
3 changes: 2 additions & 1 deletion AnwesenheitsSimulation/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"translations": {
"de": {
"Minimum needed daily changes": "Minimale Anzahl an täglichen Schaltvorgängen",
"Count": "Anzahl"
"Count": "Anzahl",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/AnwesenheitsSimulation" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/AnwesenheitsSimulation"
}
}
}
5 changes: 5 additions & 0 deletions BildArchiv/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Bildarchiv

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/BildArchiv_

Das Modul kopiert bei Auslösung durch eine gewählte Variable ein Bild. Es ist einstellbar wieviele Bilder gespeichert werden sollen.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions BildArchiv/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/BildArchiv"},
{ "type": "Label", "label": "Image which should be copied." },
{ "type": "SelectMedia", "name": "ImageID", "caption": "Image" },
{ "type": "Label", "label": "Maximum quantity of images stored" },
Expand Down
3 changes: 2 additions & 1 deletion BildArchiv/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Maximum quantity of images stored": "Wieviele Bilder maximal gespeichert werden sollen",
"Quantity": "Anzahl",
"Which variable triggers the module to copy the selected image.": "Welche Variable löst ein Kopieren des Bildes aus",
"Triggervariable": "Auslösevariable"
"Triggervariable": "Auslösevariable",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/BildArchiv" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/BildArchiv"
}
}
}
5 changes: 5 additions & 0 deletions EgiGeoZone/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# EgiGeoZone

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/EgiGeoZone_

Das Modul dient zum empfangen von EgiGeoZone Daten.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions EgiGeoZone/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{ "type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/EgiGeoZone" },
{ "name": "Username", "type": "ValidationTextBox", "caption": "Username" },
{ "name": "Password", "type": "PasswordTextBox", "caption": "Password" }
]
Expand Down
3 changes: 2 additions & 1 deletion EgiGeoZone/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"translations": {
"de": {
"Username": "Benutzername",
"Password": "Passwort"
"Password": "Passwort",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/EgiGeoZone" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/EgiGeoZone"
}
}
}
5 changes: 5 additions & 0 deletions EnergiezaehlerImpuls/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# EnergiezählerImpuls

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/Energiezaehler_

Das Modul berechnet via eines Stromzählers (z.B. S0-Anschluss) den momentanen und kumlativen Stromverbrauch.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions EnergiezaehlerImpuls/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Energiezaehler"},
{ "name": "SourceVariable", "type": "SelectVariable", "caption": "Source" },
{ "name": "Impulses", "type": "NumberSpinner", "caption": "Pulses" },
{ "name": "Interval", "type": "IntervalBox", "caption": "Seconds" }
Expand Down
6 changes: 4 additions & 2 deletions EnergiezaehlerImpuls/locale.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"translations": {
"de": {
"de": {

"Source": "Quelle",
"Pulses": "Impulse",
"Seconds": "Sekunden"
"Seconds": "Sekunden",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Energiezaehler" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/EnergieZaehler"
}
}
}
5 changes: 5 additions & 0 deletions EnergiezaehlerStrom/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# EnergiezählerStrom

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/Energiezaehler_

Das Modul berechnet via eines Stromzählers (Strom oder Leistung) den momentanen und kumlativen Stromverbrauch.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions EnergiezaehlerStrom/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Energiezaehler"},
{ "type": "Select", "name": "SourceType", "caption": "Type",
"options": [
{ "label": "Power (W)", "value": 0 },
Expand Down
3 changes: 2 additions & 1 deletion EnergiezaehlerStrom/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Volt": "Volt",
"Seconds": "Sekunden",
"Power (W)": "Leistung (W)",
"Current (A)": "Strom (A)"
"Current (A)": "Strom (A)",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Energiezaehler" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/Energiezaehler"
}
}
}
5 changes: 5 additions & 0 deletions FertigMelder/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# FertigMelder

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/FertigMelder_

Der FertigMelder meldet ob ein Gerät fertig ist.
Dazu wird die Variable der Leistungsaufnahme des Geräts ausgewählt und ein Grenzwert festgelegt.
Wird dieser Grenzwert unterschritten und in einer einstellbaren Zeitspanne nicht wieder überschritten, wird die Statusvariable auf "Fertig" gesetzt.
Expand Down
1 change: 1 addition & 0 deletions FertigMelder/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/FertigMelder" },
{ "type": "Label", "label": "Sourcevariable which is compared with the Bordervalue." },
{ "type": "SelectVariable", "name": "SourceID", "caption": "Source" },
{ "type": "Label", "label": "Bordervalue which forces a reaction." },
Expand Down
3 changes: 2 additions & 1 deletion FertigMelder/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Bordervalue which forces a reaction.": "Grenzwert bei dessen Unterschreitung reagiert werden soll.",
"Bordervalue": "Grenzwert",
"Elapsing-Time til 'Done'-Message": "Ablaufzeit bis 'Fertigmeldung'",
"Seconds": "Sekunden"
"Seconds": "Sekunden",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/FertigMelder" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/FertigMelder"
}
}
}
5 changes: 5 additions & 0 deletions Geofency/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Geofency

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/Geofency_

Das Modul dient zum empfangen von Geofency Daten.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions Geofency/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Geofency" },
{ "name": "Username", "type": "ValidationTextBox", "caption": "Username" },
{ "name": "Password", "type": "PasswordTextBox", "caption": "Password" }
]
Expand Down
3 changes: 2 additions & 1 deletion Geofency/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"translations": {
"de": {
"Username": "Benutzername",
"Password": "Passwort"
"Password": "Passwort",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Geofency" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/Geofency"
}
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SymconMisc

_Die aktuellen Versionen dieser Module sind nicht mehr in SymconMisc verfügbar._
_Die entsprechend aktuellen Versionen der Module finden Sie im Modul Store._
_Nähere Informationen finden Sie in den jeweiligen Dokumentationen der Einzel-Module._

Folgende Module beinhaltet das SymconMisc Repository:

- __Alarmierung__ ([Dokumentation](Alarmierung))
Expand Down
4 changes: 4 additions & 0 deletions RGBMultiplexer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# RGB-Multiplexer

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/RGBMultiplexer_

### Inhaltverzeichnis

1. [Funktionsumfang](#1-funktionsumfang)
Expand Down
1 change: 1 addition & 0 deletions RGBMultiplexer/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/RGBMultiplexer"},
{ "name": "SourceVariableR", "type": "SelectVariable", "caption": "Variable (R)" },
{ "name": "SourceVariableG", "type": "SelectVariable", "caption": "Variable (G)" },
{ "name": "SourceVariableB", "type": "SelectVariable", "caption": "Variable (B)" }
Expand Down
3 changes: 2 additions & 1 deletion RGBMultiplexer/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"R": "R",
"G": "G",
"B": "B",
"Set RGB": "RGB setzen"
"Set RGB": "RGB setzen",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/RGBMultiplexer" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/RGBMultiplexer"
}
}
}
5 changes: 5 additions & 0 deletions Rechenmodul/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Rechen-Modul

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/Rechenmodule_

Dieses Modul kann verschiedene Hilfsberechnungen auf einer Menge von Variablen durchführen, beispielsweise die Summe oder den Durchschnitt.

### Inhaltverzeichnis
Expand Down
4 changes: 3 additions & 1 deletion Rechenmodul/form.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"elements": [{
"elements": [
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Rechenmodule"},
{
"type": "Select",
"name": "Calculation",
"caption": "Calculation",
Expand Down
3 changes: 2 additions & 1 deletion Rechenmodul/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"Average": "Durchschnitt",
"Count": "Anzahl",
"Variables": "Variablen",
"VariableID": "VariablenID"
"VariableID": "VariablenID",
"The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/Rechenmodule" : "Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar.\nDie aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store.\nAlternativ können Sie es über das Module Control installieren: https://github.com/symcon/Rechenmodule"
}
}
}
5 changes: 5 additions & 0 deletions SzenenSteuerung/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Szenensteuerung

_Die aktuelle Version dieses Moduls ist nicht mehr in SymconMisc verfügbar._
_Die aktuelle Version finden Sie in dem seit Version 5.1 verfügbaren Module Store._
_Alternativ können Sie es über das Module Control installieren: https://github.com/symcon/SzenenSteuerung_

Die Szenensteuerung speichert Werte von verlinkten Variablen in Szenen und kann diese via Knopfdruck aus dem WebFront und mobilen Apps wieder aufrufen.
Die zu schaltenden Variablen müssen dazu im "Targets" Ordner verlinkt werden.

Expand Down
1 change: 1 addition & 0 deletions SzenenSteuerung/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "The current version of this module is no longer available in SymconMisc.\nThe current version can be found in the Module Store, available since version 5.1.\n Alternatively you can install it via Module Control: https://github.com/symcon/SzenenSteuerung"},
{ "type": "Label", "label": "Number of Scenes" },
{ "type": "NumberSpinner", "name": "SceneCount", "caption": "Scenes" }
]
Expand Down
Loading

0 comments on commit 7842e50

Please sign in to comment.