-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from symcon/fixes/upgrade-style-to-v3
Update Style
- Loading branch information
Showing
8 changed files
with
93 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.DS_Store | ||
.idea/ | ||
.phpunit.* | ||
.php_cs.cache | ||
.php_cs.cache | ||
.php-cs-fixer.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"elements": | ||
[ | ||
{ "name": "SourceVariable", "type": "SelectVariable", "caption": "Source" }, | ||
{ "name": "MaximumValue", "type": "NumberSpinner", "caption": "Maximum value" } | ||
] | ||
"elements": [ | ||
{ | ||
"name": "SourceVariable", | ||
"type": "SelectVariable", | ||
"caption": "Source" | ||
}, | ||
{ | ||
"name": "MaximumValue", | ||
"type": "NumberSpinner", | ||
"caption": "Maximum value" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"translations": { | ||
"de": { | ||
"Source": "Quelle", | ||
"Maximum value": "Maximalwert", | ||
"Counter": "Zähler" | ||
} | ||
} | ||
"translations": { | ||
"de": { | ||
"Source": "Quelle", | ||
"Maximum value": "Maximalwert", | ||
"Counter": "Zähler" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"id": "{57A84449-AA15-4423-80B0-3F98C54EAC03}", | ||
"name": "ZaehlerUeberlauf", | ||
"type": 3, | ||
"vendor": "", | ||
"aliases": | ||
[ | ||
"Zählerüberlauf" | ||
], | ||
"parentRequirements": [], | ||
"childRequirements": [], | ||
"implemented": [], | ||
"prefix": "ZUL", | ||
"url": "https://github.com/symcon/ZaehlerUeberlauf/tree/master/ZaehlerUeberlauf" | ||
"id": "{57A84449-AA15-4423-80B0-3F98C54EAC03}", | ||
"name": "ZaehlerUeberlauf", | ||
"type": 3, | ||
"vendor": "", | ||
"aliases": [ | ||
"Zählerüberlauf" | ||
], | ||
"parentRequirements": [], | ||
"childRequirements": [], | ||
"implemented": [], | ||
"prefix": "ZUL", | ||
"url": "https://github.com/symcon/ZaehlerUeberlauf/tree/master/ZaehlerUeberlauf" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"id": "{173B5799-B5BF-4AB1-BD2D-19C1DD309B9C}", | ||
"author": "Symcon GmbH", | ||
"name": "ZaehlerUeberlauf", | ||
"url": "https://www.symcon.de/", | ||
"compatibility": { | ||
"version": "4.2" | ||
}, | ||
"version": "1.0", | ||
"build": 0, | ||
"date": 0 | ||
} | ||
"id": "{173B5799-B5BF-4AB1-BD2D-19C1DD309B9C}", | ||
"author": "Symcon GmbH", | ||
"name": "ZaehlerUeberlauf", | ||
"url": "https://www.symcon.de/", | ||
"compatibility": { | ||
"version": "4.2" | ||
}, | ||
"version": "1.0", | ||
"build": 0, | ||
"date": 0 | ||
} |