Skip to content

Commit

Permalink
Updated readme.md to add missing JSON configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdevito committed May 3, 2021
1 parent 2b0f01d commit ea2e29c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 14 deletions.
61 changes: 47 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# PepperDash Plugin - Display - Samsung MDC
![PepperDash Logo](/images/logo_pdt_no_tagline_600.png)
# Samsung MDC Display Plugin

This is a plugin repo for Samsung MDC displays and adds features needed that are not currently part of the Essentials Samsung MDC implementation. To use the plugin follow the steps below.

Expand All @@ -20,17 +21,17 @@ This plugin was built using the Samsung SEC-VD-DSW Multiple Display Control docu

### RS232 Specification

| | |
| ------------ | ---- |
| Baudrate | 9600 |
| Data Bits | 8 |
| Parity | None |
| Stop Bits | 1 |
| Flow Control | None |
| Property | Value |
| ------------ | ----- |
| Baudrate | 9600 |
| Data Bits | 8 |
| Parity | None |
| Stop Bits | 1 |
| Flow Control | None |

### Network Specification

| | |
| Property | Value |
| ---------- | ------------ |
| Default IP | 192.168.0.10 |
| Port | 1515 |
Expand All @@ -39,7 +40,7 @@ This plugin was built using the Samsung SEC-VD-DSW Multiple Display Control docu

### Display Object using RS-232

```
```JSON
{
"key": "Display01",
"uid": 1,
Expand All @@ -61,14 +62,30 @@ This plugin was built using the Samsung SEC-VD-DSW Multiple Display Control docu
"softwareHandshake": "None",
"stopBits": 1
}
}
},
"pollIntervalMs": 4500,
"coolingTimeMs": 1500,
"warmingTimeMs": 1500,
"showVolumeControls": false,
"volumeUpperLimit": 100,
"volumeLowerLimit": 0,
"friendlyNames": [
{
"inputKey": "HdmiIn1",
"name": "HDMI 1"
},
{
"inputKey": "HdmiIn2",
"name": "HDMI 2"
}
]
}
},
```

### Display Object using TCP/IP

```
```JSON
{
"key": "Display01",
"uid": 1,
Expand All @@ -87,14 +104,30 @@ This plugin was built using the Samsung SEC-VD-DSW Multiple Display Control docu
"autoReconnect": true,
"autoReconnectIntervalMs": 10000
}
}
},
"pollIntervalMs": 4500,
"coolingTimeMs": 1500,
"warmingTimeMs": 1500,
"showVolumeControls": false,
"volumeUpperLimit": 100,
"volumeLowerLimit": 0,
"friendlyNames": [
{
"inputKey": "HdmiIn1",
"name": "HDMI 1"
},
{
"inputKey": "HdmiIn2",
"name": "HDMI 2"
}
]
}
},
```

### Display Plugin Bridge Object

```
```JSON
{
"key": "eiscBridge-Displays",
"uid": 4,
Expand Down
Binary file added images/logo_pdt_no_tagline_600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea2e29c

Please sign in to comment.