Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

The Essentials Application Framework Libraries

Results 135 Essentials issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Add Password Client delete/backspace support. **Describe the solution you'd like** Delete/backspace the entered pin/password.

enhancement

**Is your feature request related to a problem? Please describe.** There are cases where a user interface my need to get information about all the devices and/or rooms in the...

enhancement

Ideally room destination lists are not reliant on the dictionary keys to determine their UI location and special keys are not required to have them appear on the UI. https://github.com/PepperDash/Essentials/blob/main/src/PepperDash.Essentials.Core/Devices/SourceListItem.cs#L184

enhancement

**Was this bug identified in a specific build version?** 2.21.0 **Describe the bug** A clear and concise description of what the bug is. CrestronOnvif.dll is reporting an Invalid Image when...

enhancement

This pull request updates several project files to use newer versions of the Crestron SimplSharp SDK NuGet packages. The main change is a version bump from 2.21.90 to 2.21.157 for...

**Was this bug identified in a specific build version?** v2.20.5 **Describe the bug** A clear and concise description of what the bug is. Anytime a GenericSink is used now, which...

bug

- **fix: update package references and clean up unused imports** - **fix: update target frameworks and package references; change culture to InvariantCulture** - **feat: implement WebSocket classes and update culture...

Due to updates to Crestron Processor firmware, the ASP.NET 8 runtime is available on the processors. MC should move to leverage ASP.NET for both HTTP server functions for the user...

enhancement

Add logic to check plugins for Essentials version dependency and cause Essentials to throw a FATAL error and stop. Log a clear message indicating which plugin(s) require what version of...

## Overview This PR addresses the limitation where the Mobile Control System Controller required devices to inherit from `VideoCodecBase` to create codec-specific messengers, even when devices only needed basic call...