PepperDash.Essentials.Plugins.Utilities.DeviceMonitor
2.0.0
dotnet add package PepperDash.Essentials.Plugins.Utilities.DeviceMonitor --version 2.0.0
NuGet\Install-Package PepperDash.Essentials.Plugins.Utilities.DeviceMonitor -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.Utilities.DeviceMonitor" 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.Utilities.DeviceMonitor" Version="2.0.0" />
<PackageReference Include="PepperDash.Essentials.Plugins.Utilities.DeviceMonitor" />
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.Utilities.DeviceMonitor --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PepperDash.Essentials.Plugins.Utilities.DeviceMonitor, 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.Utilities.DeviceMonitor@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.Utilities.DeviceMonitor&version=2.0.0
#tool nuget:?package=PepperDash.Essentials.Plugins.Utilities.DeviceMonitor&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PepperDash Utilities Device Monitor
Device Monitor Class - For use with or without Dynfusion
{
"key" : "devMon",
"name" : "Device Monitor",
"group" : "api",
"type" : "devicemonitor",
"properties" :
{
"LogToDeviceKeys":
[
"DynFusion01"
],
"Devices" :
{
"SimplWindowsDevice1": // Key can be any string
{
"name" : "Test 1", // Name that will be used in log and on the bridge
"warningTimeout" : 60, // Timeout until warning, Required for Simpl devices only
"errorTimeout" : 180, // Timeout until error, Required for simple devices only
"logToProcessor": true, // Log warnings and errors to processor, not yet implemented
"logToDevices": true, // Log errors to Essentials devices in the "LogToDeviceKeys" array
"joinNumber": 1 // Bridge join number
},
"EssentialsDevice1":
{
"name": "Display01",
"deviceKey" : "panasonicDisplay01", // Essentials based devices require a key for the device. Devices without keys will be created as Simpl devices.
"logToProcessor": true,
"logToDevices": true,
"joinNumber": 3
}
}
}
},
{
"key": "devmon-bridge",
"type": "eiscApiAdvanced",
"group": "api",
"properties": {
"control": { "ipid": "d0", "method": "ipidTcp", "tcpSshProperties": { "address": "127.0.0.2", "port": 0 } },
"devices": [ { "deviceKey": "devMon", "joinStart": 1 } ]
}
}
'''
Product | Versions 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.
-
.NETFramework 4.7.2
- PepperDashEssentials (>= 2.4.4)
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.0.0 | 163 | 4/29/2025 |