Pepperdash.Essentials.Plugins.Extron.Xtp.Switch 2.0.0

dotnet add package Pepperdash.Essentials.Plugins.Extron.Xtp.Switch --version 2.0.0
                    
NuGet\Install-Package Pepperdash.Essentials.Plugins.Extron.Xtp.Switch -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pepperdash.Essentials.Plugins.Extron.Xtp.Switch" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pepperdash.Essentials.Plugins.Extron.Xtp.Switch" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Pepperdash.Essentials.Plugins.Extron.Xtp.Switch" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pepperdash.Essentials.Plugins.Extron.Xtp.Switch --version 2.0.0
                    
#r "nuget: Pepperdash.Essentials.Plugins.Extron.Xtp.Switch, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Pepperdash.Essentials.Plugins.Extron.Xtp.Switch@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pepperdash.Essentials.Plugins.Extron.Xtp.Switch&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Pepperdash.Essentials.Plugins.Extron.Xtp.Switch&version=2.0.0
                    
Install as a Cake Tool

PepperDash Essentials Pluign Logo

Essentials Plugin for Extron AV Matrix Switchers (c) 2025

License

Provided under MIT license

Overview

Provides routing control for Extron AV Matrix Switchers via RS232 or TCP.

Communication Methods

RS-232

"control": {
    "method": "com",
    "controlPortDevKey": "processor",
    "controlPortNumber": 1,
    "comParams": {
        "protocol": "RS232",
        "baudRate": 9600,
        "dataBits": 8,
        "stopBits": 1,
        "parity": "None",
        "softwareHandshake": "None",
        "hardwareHandshake": "None",
        "pacing": 500
    }
}

SSH

"control": {
    "method": "ssh",
    "tcpSshProperties": {
        "address": "0.0.0.0",
        "port": 2202,
        "username": "",
        "password": "",
        "autoReconnect": true,
        "autoReconnectIntervalMs": 5000
    }
}

Telnet

"control": {
    "method": "tcpIp",
    "tcpSshProperties": {
        "address": "0.0.0.0",
        "port": 23,
        "username": "",
        "password": "",
        "autoReconnect": true,
        "autoReconnectIntervalMs": 5000
    }
}

Device Configuration

{
    "key": "switcher-1",
    "name": "Extron AV Matrix",
    "type": "extronSwitcher",
    "group": "switcher",
    "properties": {
        "control": {
            "method": "tcpIp",            
            "tcpSshProperties": {
                "address": "0.0.0.0",
                "port": 23,
                "username": "",
                "password": "",
                "autoReconnect": true,
                "autoReconnectIntervalMs": 5000
            }
        },
        "pollTime": 60000,
        "noRouteText": "None",
        "inputNames": {
            "1": "Input 1",
            "2": "Input 2",
            "3": "Input 3",
            "4": "Input 4",
            "5": "Input 5",
            "6": "Input 6",
            "7": "Input 7",
            "8": "Input 8"
        },
        "outputNames": {
            "1": "Output 1",
            "2": "Output 2",
            "3": "Output 3",
            "4": "Output 4",
            "5": "Output 5",
            "6": "Output 6",
            "7": "Output 7",
            "8": "Output 8"
        }
    }
}
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.