diff --git a/JoinMaps.md b/JoinMaps.md index cee40c0..cc317df 100644 --- a/JoinMaps.md +++ b/JoinMaps.md @@ -134,7 +134,7 @@ namespace PepperDash.Essentials.Core.Bridges A mechanism for printing join maps to console from a running Essentials program is built in to Essentials. -Given a single Generic Communication device with an offset of 11 and a key of "Com-1", defined on a bridge with a key of "Bridge-1" and IPID of A0, the command ```getjoinmap Bridge-1 Com-1``` would return: +Given a single Generic Communication device with a ```joinStart``` of 11 and a key of "Com-1", defined on a bridge with a key of "Bridge-1" and IPID of A0, the command ```getjoinmap Bridge-1 Com-1``` would return: ```sh Join Map for device 'Com-1' on EISC 'Bridge-1': @@ -142,14 +142,14 @@ GenericComm: Digitals: Found 2 Digital Joins -Join Number: '1' | JoinSpan: '1' | Label : 'Connect' | Type: 'Digital' | Capabilities : 'FromSimpl' -Join Number: '1' | JoinSpan: '1' | Label : 'Connected' | Type: 'Digital' | Capabilities : 'ToSimpl' +Join Number: '11' | JoinSpan: '1' | Label : 'Connect' | Type: 'Digital' | Capabilities : 'FromSimpl' +Join Number: '11' | JoinSpan: '1' | Label : 'Connected' | Type: 'Digital' | Capabilities : 'ToSimpl' Analogs: Found 1 Analog Joins -Join Number: '1' | JoinSpan: '1' | Label : 'Status' | Type: 'Analog' | Capabilities : 'ToSimpl' +Join Number: '11' | JoinSpan: '1' | Label : 'Status' | Type: 'Analog' | Capabilities : 'ToSimpl' Serials: Found 3 Serial Joins -Join Number: '1' | JoinSpan: '1' | Label : 'Text Received From Remote Device' | Type: 'Serial' | Capabilities : 'FromSimpl' -Join Number: '1' | JoinSpan: '1' | Label : 'Text Sent To Remote Device' | Type: 'Serial' | Capabilities : 'ToSimpl' -Join Number: '2' | JoinSpan: '1' | Label : 'Set Port Config' | Type: 'Serial' | Capabilities : 'FromSimpl' +Join Number: '11' | JoinSpan: '1' | Label : 'Text Received From Remote Device' | Type: 'Serial' | Capabilities : 'FromSimpl' +Join Number: '11' | JoinSpan: '1' | Label : 'Text Sent To Remote Device' | Type: 'Serial' | Capabilities : 'ToSimpl' +Join Number: '12' | JoinSpan: '1' | Label : 'Set Port Config' | Type: 'Serial' | Capabilities : 'FromSimpl' ``` diff --git a/JoinMaps.pdf b/JoinMaps.pdf deleted file mode 100644 index b8ce635..0000000 Binary files a/JoinMaps.pdf and /dev/null differ diff --git a/SIMPL-Bridging-Updated.pdf b/SIMPL-Bridging-Updated.pdf deleted file mode 100644 index 8c210ad..0000000 Binary files a/SIMPL-Bridging-Updated.pdf and /dev/null differ