Skip to content

Commit 8ad6d53

Browse files
authored
Merge pull request #8 from YooUp/dev
Dev
2 parents 9c8c2d4 + 8c0b568 commit 8ad6d53

22 files changed

+50
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths:
66
- 'database/monitors/*.json'
7+
branches:
8+
- master
79

810
jobs:
911
CICD:

database/monitors/avocor.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"Avocor",
33
"doc":"https://www.avocor.com/wp-content/uploads/2018/05/RS232-Command-Codes-2019.pdf",
44
"baudrate":38400,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[127,8,153,162,179,196,2,255,1,0,207],
79
"SET_POWER_OFF":[127,8,153,162,179,196,2,255,1,1,207],

database/monitors/benq.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"BenQ",
33
"doc":"https://benqimage.blob.core.windows.net/driver-us-file/RS232-commands_all%20Product%20Lines.pdf",
44
"baudrate":9600,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[56,48,49,115,33,48,48,49,13],
79
"SET_POWER_OFF":[56,48,49,115,33,48,48,50,13],

database/monitors/ctouch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"CTouch",
33
"doc" : "https://support.ctouch.eu/hc/en-us/categories/360002739100-Canvas-Series",
44
"baudrate":9600,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[169,17,0,1,138],
79
"SET_POWER_OFF":[169,17,0,0,138],

database/monitors/dell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"DELL",
33
"doc":"http://ftp.dell.com/manuals/all-products/esuprt_display_projector/esuprt_Display/dell-c8618qt-monitor_Reference%20Guide2_en-us.pdf",
44
"baudrate":9600,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":
68
{
79
"SET_POWER_ON":[55,81,3,234,33,1,175],

database/monitors/easypitch.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name":"EasyPitch",
33
"doc" : "http://assistance.easypitch.fr/wp-content/uploads/documents/Commande_API_RS232.pdf",
4-
"baudrate":115200,
4+
"baudrate":115200,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[169,17,0,1,138],
79
"SET_POWER_OFF":[169,17,0,0,138],

database/monitors/iiyama.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"Iiyama",
33
"doc":"https://cdn.iiyama.com/f/7df9a5d921401d3399c3781da7688a8d_lexx40uhs-rs232-and-lan-commands.pdf",
44
"baudrate":9600,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[166,0,0,0,0,4,1,24,2,184],
79
"SET_POWER_OFF":[166,0,0,0,0,4,1,24,1,187],

database/monitors/lg.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"LG",
33
"doc":"http://partner.lge.com/fr/portal/download/download/retrieveManualList.lge",
44
"baudrate":9600,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[107,97,32,0,32,1,13],
79
"SET_POWER_OFF":[107,97,32,0,32,0,13],

database/monitors/nec.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"Nec",
33
"doc" : "https://www.sharpnecdisplays.eu/p/download/v/5d770ae3337e3f93a6cfa7906f09aa52/cp/Products/LargeFormatDisplays/Products/CurrentProducts/Shared/Command_Lists/External_Control_Rev1.8%28G4%29.pdf?fn=External_Control_Rev1.8%28G4%29.pdf",
44
"baudrate":9600,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[1,48,42,48,65,48,12,2,67,50,48,51,68,54,48,48,48,49,3,87,13],
79
"SET_POWER_OFF":[1,48,42,48,65,48,12,2,67,50,48,51,68,54,48,48,48,52,3,82,13],

database/monitors/newline.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name":"Newline",
33
"doc":"https://newline-interactive.com/wp-content/uploads/2019/01/TRUTOUCH_X4K_usermanual.pdf",
44
"baudrate":19200,
5+
"stopbit":1,
6+
"parity":0,
57
"commands":{
68
"SET_POWER_ON":[127,8,153,162,179,196,2,255,1,0,207],
79
"SET_POWER_OFF":[127,8,153,162,179,196,2,255,1,1,207],

0 commit comments

Comments
 (0)