🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

pepperdash.essentials.plugins.utilities.timer

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

pepperdash.essentials.plugins.utilities.timer

2.0.0-4-series-updates.4
NuGet
Version published
Maintainers
0
Created
Source

PepperDash Essentials Plugin

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 NumberJoin SpanDescriptionTypeCapabilities
11Timer countdown startDigitalFromSIMPL
11Timer countdown active feedbackDigitalToSIMPL
21Timer countdown cancelDigitalFromSIMPL
21Timer expired feedback (pulse)DigitalToSIMPL
31Timer countdown finish/end (expired feedback will pulse)DigitalFromSIMPL
31Timer warning feedback (pulse)DigitalToSIMPL
41Timer extend active countdown (extends based on the configured value)DigitalToSIMPL

Analogs

Join NumberJoin SpanDescriptionTypeCapabilities
11Timer countdown length setAnalogFromSIMPL
11Timer percentage complete (0-100d)AnalogToSIMPL

Serials

Join NumberJoin SpanDescriptionTypeCapabilities
11Timer countdown remaining time textSerialToSIMPL

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 NumberJoin SpanDescriptionTypeCapabilities
11Timer countup startDigitalFromSIMPL
11Timer countup active feedbackDigitalToSIMPL
21Timer countup stopDigitalFromSIMPL

Serials

Join NumberJoin SpanDescriptionTypeCapabilities
11Timer countup elapsed time textSerialToSIMPL

Keywords

crestron

FAQs

Package last updated on 11 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts