-
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 #14 from symcon/fixes/upgrade-style-to-v3
Update style
- Loading branch information
Showing
8 changed files
with
122 additions
and
114 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,47 +1,55 @@ | ||
{ | ||
"elements": | ||
[ | ||
{ | ||
"type": "Label", | ||
"label": "\nThis module should not be used as of IP-Symcon 6.0. Please use udev rules to link USB-Ports.\n\n" | ||
}, | ||
{ "type": "Label", "label": "This module is only functional with Linux and Raspberry Pi" }, | ||
{ | ||
"type": "List", | ||
"name": "Devices", | ||
"caption": "Devices", | ||
"rowCount": 5, | ||
"add": true, | ||
"delete": true, | ||
"sort": { | ||
"column": "ID", | ||
"direction": "ascending" | ||
}, | ||
"columns": [{ | ||
"label": "Serial Port", | ||
"name": "ID", | ||
"width": "60px", | ||
"add": 0, | ||
"edit": { | ||
"type": "SelectModule", | ||
"moduleID": "{6DC3D946-0D31-450F-A8C6-C42DB8D7D4F1}" | ||
} | ||
}, { | ||
"label": "Name", | ||
"name": "Name", | ||
"width": "100", | ||
"add": "Select device" | ||
}, { | ||
"label": "Set port", | ||
"name": "PortID", | ||
"width": "auto", | ||
"add": "", | ||
"edit": { | ||
"type": "Select", "name": "PortName", "caption": "PortID", | ||
"options": [] | ||
} | ||
}], | ||
"values": [] | ||
} | ||
] | ||
"elements": [ | ||
{ | ||
"type": "Label", | ||
"label": "\nThis module should not be used as of IP-Symcon 6.0. Please use udev rules to link USB-Ports.\n\n" | ||
}, | ||
{ | ||
"type": "Label", | ||
"label": "This module is only functional with Linux and Raspberry Pi" | ||
}, | ||
{ | ||
"type": "List", | ||
"name": "Devices", | ||
"caption": "Devices", | ||
"rowCount": 5, | ||
"add": true, | ||
"delete": true, | ||
"sort": { | ||
"column": "ID", | ||
"direction": "ascending" | ||
}, | ||
"columns": [ | ||
{ | ||
"label": "Serial Port", | ||
"name": "ID", | ||
"width": "60px", | ||
"add": 0, | ||
"edit": { | ||
"type": "SelectModule", | ||
"moduleID": "{6DC3D946-0D31-450F-A8C6-C42DB8D7D4F1}" | ||
} | ||
}, | ||
{ | ||
"label": "Name", | ||
"name": "Name", | ||
"width": "100", | ||
"add": "Select device" | ||
}, | ||
{ | ||
"label": "Set port", | ||
"name": "PortID", | ||
"width": "auto", | ||
"add": "", | ||
"edit": { | ||
"type": "Select", | ||
"name": "PortName", | ||
"caption": "PortID", | ||
"options": [] | ||
} | ||
} | ||
], | ||
"values": [] | ||
} | ||
] | ||
} |
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,11 +1,11 @@ | ||
{ | ||
"translations": { | ||
"de": { | ||
"Devices": "Geräte", | ||
"Set port": "Gesetzter Port", | ||
"This module is only functional with Linux and Raspberry Pi": "Dieses Modul funktioniert nur unter Linux und Raspberry Pi", | ||
"Serial Port": "Serial Port", | ||
"\nThis module should not be used as of IP-Symcon 6.0. Please use udev rules to link USB-Ports.\n\n": "\nDieses Modul sollte ab IP-Symcon 6.0 nicht mehr verwendet werden. Bitte verwenden Sie udev-Regeln zur Verknüpfung von USB-Ports.\n\n" | ||
} | ||
} | ||
"translations": { | ||
"de": { | ||
"Devices": "Geräte", | ||
"Set port": "Gesetzter Port", | ||
"This module is only functional with Linux and Raspberry Pi": "Dieses Modul funktioniert nur unter Linux und Raspberry Pi", | ||
"Serial Port": "Serial Port", | ||
"\nThis module should not be used as of IP-Symcon 6.0. Please use udev rules to link USB-Ports.\n\n": "\nDieses Modul sollte ab IP-Symcon 6.0 nicht mehr verwendet werden. Bitte verwenden Sie udev-Regeln zur Verknüpfung von USB-Ports.\n\n" | ||
} | ||
} | ||
} |
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
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": "{CFA5976F-9F73-4140-B54F-FB7ABF1A7A1B}", | ||
"author": "Symcon GmbH", | ||
"name": "USBMapper", | ||
"url": "https://www.symcon.de/", | ||
"compatibility": { | ||
"version": "5.5" | ||
}, | ||
"version": "1.0", | ||
"build": 0, | ||
"date": 0 | ||
} | ||
"id": "{CFA5976F-9F73-4140-B54F-FB7ABF1A7A1B}", | ||
"author": "Symcon GmbH", | ||
"name": "USBMapper", | ||
"url": "https://www.symcon.de/", | ||
"compatibility": { | ||
"version": "5.5" | ||
}, | ||
"version": "1.0", | ||
"build": 0, | ||
"date": 0 | ||
} |