Pepperdash.Essentials.Plugin.UtilitiesTimer
2.0.0
dotnet add package Pepperdash.Essentials.Plugin.UtilitiesTimer --version 2.0.0
NuGet\Install-Package Pepperdash.Essentials.Plugin.UtilitiesTimer -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.Plugin.UtilitiesTimer" 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.Plugin.UtilitiesTimer" Version="2.0.0" />
<PackageReference Include="Pepperdash.Essentials.Plugin.UtilitiesTimer" />
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.Plugin.UtilitiesTimer --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pepperdash.Essentials.Plugin.UtilitiesTimer, 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.Plugin.UtilitiesTimer@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.Plugin.UtilitiesTimer&version=2.0.0
#tool nuget:?package=Pepperdash.Essentials.Plugin.UtilitiesTimer&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PepperDash Utilites Timer Plugin
This plugin is a Simpl Windows wrapper of the existing Essentials Countdown timer.
Countdown Timer Config Example
{
"key": "shutdown-timer",
"name": "Shutdown Timer",
"type": "countdowntimer",
"group": "timers",
"properties": {
"countdownTime": 30,
"warningTime": 10,
"extendTime": 5
}
}
Time values must be entered in 'seconds'
Countdown Timer JoinMap
Digitals
Join Number | Join Span | Description | Type | Capabilities |
---|---|---|---|---|
1 | 1 | Timer countdown start | Digital | FromSIMPL |
1 | 1 | Timer countdown active feedback | Digital | ToSIMPL |
2 | 1 | Timer countdown cancel | Digital | FromSIMPL |
2 | 1 | Timer expired feedback (pulse) | Digital | ToSIMPL |
3 | 1 | Timer countdown finish/end (expired feedback will pulse) | Digital | FromSIMPL |
3 | 1 | Timer warning feedback (pulse) | Digital | ToSIMPL |
4 | 1 | Timer extend active countdown (extends based on the configured value) | Digital | ToSIMPL |
Analogs
Join Number | Join Span | Description | Type | Capabilities |
---|---|---|---|---|
1 | 1 | Timer countdown length set | Analog | FromSIMPL |
1 | 1 | Timer percentage complete (0-100d) | Analog | ToSIMPL |
Serials
Join Number | Join Span | Description | Type | Capabilities |
---|---|---|---|---|
1 | 1 | Timer countdown remaining time text | Serial | ToSIMPL |
Countup Timer Config Example
{
"key": "countup-timer",
"name": "Count Up Timer",
"type": "countuptimer",
"group": "timers",
"properties": {
"autoStopOnStartRelease": true
}
}
Time values must be entered in 'seconds'
Countup Timer JoinMap
Digitals
Join Number | Join Span | Description | Type | Capabilities |
---|---|---|---|---|
1 | 1 | Timer countup start | Digital | FromSIMPL |
1 | 1 | Timer countup active feedback | Digital | ToSIMPL |
2 | 1 | Timer countup stop | Digital | FromSIMPL |
Serials
Join Number | Join Span | Description | Type | Capabilities |
---|---|---|---|---|
1 | 1 | Timer countup elapsed time text | Serial | ToSIMPL |
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 | 232 | 5/12/2025 |
2.0.0-4-series-updates.7 | 209 | 5/12/2025 |
2.0.0-4-series-updates.6 | 178 | 5/11/2025 |
1.2.1 | 174 | 10/11/2024 |
1.2.1-alpha-15 | 289 | 11/30/2023 |
1.2.0 | 352 | 11/30/2023 |
1.1.3-alpha-14 | 143 | 11/29/2023 |
1.1.3-alpha-13 | 123 | 11/29/2023 |
1.1.3-alpha-12 | 131 | 11/28/2023 |