PepperDash.Essentials.Plugin.ShureMXW 1.3.3-hotfix-5

This is a prerelease version of PepperDash.Essentials.Plugin.ShureMXW.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PepperDash.Essentials.Plugin.ShureMXW --version 1.3.3-hotfix-5
NuGet\Install-Package PepperDash.Essentials.Plugin.ShureMXW -Version 1.3.3-hotfix-5
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.Plugin.ShureMXW" Version="1.3.3-hotfix-5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PepperDash.Essentials.Plugin.ShureMXW --version 1.3.3-hotfix-5
#r "nuget: PepperDash.Essentials.Plugin.ShureMXW, 1.3.3-hotfix-5"
#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.
// Install PepperDash.Essentials.Plugin.ShureMXW as a Cake Addin
#addin nuget:?package=PepperDash.Essentials.Plugin.ShureMXW&version=1.3.3-hotfix-5&prerelease

// Install PepperDash.Essentials.Plugin.ShureMXW as a Cake Tool
#tool nuget:?package=PepperDash.Essentials.Plugin.ShureMXW&version=1.3.3-hotfix-5&prerelease

Essentials Shure MXW Wireless Microphone Plugin

License

Provided under MIT license

Overview

This plugin reports battery and charging status for Shure MXW Series wireless microphones

Dependencies

The Essentials libraries are required. They referenced via nuget. You must have nuget.exe installed and in the PATH environment variable to use the following command. Nuget.exe is available at nuget.org.

Installing Dependencies

Dependencies will be installed automatically by Visual Studio on opening. Use the Nuget Package Manager in Visual Studio to manage nuget package dependencies. All files will be output to the output directory at the root of repository.

Installing Different versions of PepperDash Core

If a different version of PepperDash Core is needed, use the Visual Studio Nuget Package Manager to install the desired version.

Usage

Join Map

Digitals

Join Number Join Span Description Type Capabilities
3901 1 Device Online Digital ToSIMPL
3902 1 Mic Enabled Digital ToSIMPL
3903 1 Mic Low Battery Caution Digital ToSIMPL
3904 1 Mic Low Battery Warning Digital ToSIMPL
3905 1 Mic On Charger Digital ToSIMPL
3906 1 Mic On Charger Feedback Enable Digital ToSIMPL
3948 1 Any Button WasPressed Digital ToSIMPL

Analogs

Join Number Join Span Description Type Capabilities
3902 1 Mic Status Analog ToSIMPL
3903 1 Mic Battery level 0-100% Analog ToSIMPL
3904 1 Mic Battery Status Analog ToSIMPL
3905 1 Mic Battery level 0-65535 Analog ToSIMPL

Serials

Join Number Join Span Description Type Capabilities
3901 1 Aggregate ErrorString Serial ToSIMPL
3902 1 Mic Name Serial ToSIMPL
3950 1 Device Name Name Serial ToSIMPL

Example Config

{
  "key": "MicRx-1",
  "name": "ARX-01",
  "group": "api",
  "type": "shuremxw",
  "properties": {
      "control": {
          "method": "tcpIp",
          "tcpSshProperties": {
              "address": "192.168.0.231",
              "port": "2202",
              "autoReconnect": true,
              "autoReconnectIntervalMs": 5000
          }
      },
      "cautionThreshold": 50,
      "warningThreshold": 20,
      "mics": {
          "mic-01" : {
              "enabled": true,
              "index": 1,
              "name": "A-Mic 1"
          },
          "mic-02" :{
              "enabled": true,
              "index": 2,
              "name": "A-Mic 2"
          },
          "mic-03" :{
              "enabled": true,
              "index": 3,
              "name": "A-Mic 3"
          },
          "mic-04" :{
              "enabled": true,
              "index": 4,
              "name": "A-Mic 4"
          }
      }
  }
}

note: Caution Threshold and Warning Threshold use the Percentage value to determine state

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 156 3/15/2024
2.0.0 276 8/23/2023
1.3.3-hotfix-5 181 8/23/2023
1.3.2 253 8/23/2023
1.3.2-beta-4 189 8/21/2023
1.3.1 273 4/21/2023
1.3.1-beta-1 234 4/21/2023
1.2.1-alpha-3 203 4/21/2023
1.2.1-alpha-2 224 4/21/2023