Andrew Welker
18088d37a1
feat: handle timers correctly and migrate to native Timer instead of CTimer
2026-04-17 10:56:51 -05:00
Andrew Welker
4f86009209
chore: remove unused using statements
2026-04-17 10:56:14 -05:00
Andrew Welker
2197dc489d
fix: pre-built routes now respect source ports for finding routes
2026-04-17 10:30:11 -05:00
Andrew Welker
db14a614bc
fix: move to concurrent dictionary instead of hash set for impossible routes
2026-04-17 10:30:11 -05:00
Andrew Welker
4a59cf9f81
chore: remove deprecated Debug.Console methods
2026-04-17 10:30:11 -05:00
Neil Dorin
9ea5ec5d1a
feat: implement login functionality with LoginRequestHandler and integrate asset loading
2026-04-16 21:31:30 -06:00
Neil Dorin
6e9480f503
feat: add DeleteAllUiClientsHandler and route for deleting all clients. Resolve issues with client closing websocket connection to DebugWebsocketSink
2026-04-14 22:12:39 -06:00
Neil Dorin
a610e127de
fix: update version to 2.29.0-local in Directory.Build.props
2026-04-14 16:40:37 -06:00
Neil Dorin
e800e0912c
Merge remote-tracking branch 'origin/main' into tieline-visualisation
2026-04-10 09:50:58 -06:00
Andrew Welker
c20d49f430
fix: restrict tieline creation when signal types are invalid
2026-04-02 15:22:17 -05:00
Neil Dorin
5a07e837ee
feat: implement constructor for BridgeApi with key and name parameters
2026-03-12 14:27:21 -06:00
Nick Genovese
b21be608f0
Update src/PepperDash.Essentials.Core/Factory/DeviceFactory.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-01 14:38:07 -05:00
copilot-swe-agent[bot]
6ab3ed9911
fix(hotfix): skip CrestronOnvif.dll when scanning assemblies at startup
...
Co-authored-by: ngenovese11 <23391587+ngenovese11@users.noreply.github.com>
2026-03-01 19:27:22 +00:00
Neil Dorin
e162ed208b
Update src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-24 14:53:31 -07:00
Neil Dorin
bd38475b10
Update src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-24 14:53:12 -07:00
Neil Dorin
a704e48ae6
feat: add IsInPwaModeFeedback property to IHasWebViewWithPwaMode interface
2026-02-24 14:48:21 -07:00
Neil Dorin
b40200ecae
feat: add IHasWebViewWithPwaMode interface with PWA navigation methods
2026-02-24 11:52:08 -07:00
Andrew Welker
3ed0bd52d8
Merge branch 'main' into feature/circuittype-property-versiport
2026-02-09 14:58:06 -05:00
Andrew Welker
b35d2b47cf
Merge pull request #1379 from PepperDash/xml-docs-devices
...
feat: complete XML documentation in Devices.Common
2026-02-09 10:04:25 -05:00
Andrew Welker
f88bb13367
docs: update XML comments for Essentials Core
2026-02-09 08:58:52 -06:00
Erik Meyer
2924ce6916
docs: complete XML documentation in Devices.Common
2026-02-09 08:55:08 -06:00
Andrew Welker
4437074f07
fix: implement copilot suggestions
2026-02-09 08:45:28 -06:00
Andrew Welker
0764685c51
Merge pull request #1378 from PepperDash/xml-docs
...
feat: complete XML documentation in PD Core
2026-02-09 09:33:24 -05:00
Andrew Welker
1fb5d3e5ee
fix: make registering for push schedule updates optional
...
The default config for a Fusion room will now NOT subscribe for Fusion schedule push updates unless explicitly
requested.
2026-02-09 08:09:18 -06:00
Yiğit Öner
a4759c3e67
fix case sensitivity issue for file searches
...
Updated logic to use case-insensitive filtering
2026-02-03 23:11:19 +03:00
Erik Meyer
a1029cd7c7
fix: add param info, clean up trailing whitespace and minor formatting
2026-01-27 14:39:50 -05:00
Erik Meyer
a7c4e2fd60
feat: complete XML documentation in PD Core
2026-01-27 13:22:27 -05:00
equinoy
c0971a4f8e
Merge remote-tracking branch 'origin/screen-lift-controller-mute-logic' into feature/circuittype-property-versiport
2026-01-22 15:36:27 -06:00
equinoy
8bc6d4392b
feat: add circuitType property to IOPortConfig and implement state inversion in digital input devices
2026-01-22 15:04:25 -06:00
Andrew Welker
9bad3ae21b
fix: handle subsequent join calls and clientid/websocket client mismatches
2026-01-21 15:20:27 -06:00
Andrew Welker
9c9a643b6a
feat: add CWS endpoint to get routing devices & tielines together
2026-01-14 10:22:35 -06:00
Andrew Welker
fb8216beed
feat: map routes/tielines at startup and new console commands
...
* visualizeroutes allows visualizing configured routes based on tielines and signal type
* can be filtered by source key, destination key, and type, along with partial matches for source & destination keys
* visualizecurrentroutes visualizes what Essentials says is currently routed by type
* uses same filtering as visualizeroutes
* improvements to how the routing algorithm works
2026-01-14 10:00:48 -06:00
Andrew Welker
d05ebecd7d
fix: getroutingports command now prints port types
2026-01-14 09:55:32 -06:00
Andrew Welker
d0fe225bbc
feat: improve routing feedback manager
...
* Performance improvment by mapping out midpoint to sinks on startup
* Use existing routing methods
* Debounce event handling
* Check all signal types for route updates
2026-01-14 09:54:44 -06:00
Nick Genovese
f49901d3fa
fix: Improve status messages in StatusMonitorCollection
...
Enhanced error and warning message generation to use monitor names when available, include counts, proper pluralization, and append "Offline" when issues are present. Avoided multiple enumerations by converting to lists. "Room Ok." is shown when no issues are detected.
2026-01-01 18:01:37 -06:00
Nick Genovese
7910b7931e
feat: Add mute logic to ScreenLiftController
...
- adds a config value that mutes the display when the screen is in the up position
- screens will now mute/unmute based on their position if the config is set
2026-01-01 09:02:04 -06:00
Andrew Welker
57cd77f019
fix: implement IKeyName for DspControlPoint
2025-12-31 14:04:04 -06:00
Andrew Welker
7f2bb078c8
fix: revert prop name to inUpPosition for screenlift messenger
...
- refactor volume interfaces into separate files
- IBasicVolumeControl implements IKeyName
2025-12-31 12:20:40 -06:00
Andrew Welker
316bb849b4
fix: update matrix routing inputs if endpoint online status changes
2025-12-30 16:58:36 -06:00
Andrew Welker
a983e2c87f
fix: save config only when values change
2025-12-30 14:34:11 -06:00
Nick Genovese
babb9a77df
fix: a few logging updates
2025-12-29 16:48:13 -06:00
Nick Genovese
7629921113
fix: a few logging updates
2025-12-29 15:34:14 -06:00
Andrew Welker
3878c85a7a
fix: use correct property name for isInUpPosition
2025-12-29 13:36:47 -06:00
Andrew Welker
7ad8218af0
fix: fusion controller now sets only associated room custom values
2025-12-29 13:03:47 -06:00
Andrew Welker
0c4aec14d1
fix: use .NET timers instead of CTimer
2025-12-29 11:53:52 -06:00
Andrew Welker
7d3f871460
Merge branch 'copilot/featureadd-raise-lower-time' into mc-connection-issues
2025-12-29 09:03:09 -06:00
Andrew Welker
78c9381108
fix: add clientId as qp for websocket for MC
2025-12-29 08:57:52 -06:00
Erik Meyer
a7ff2e8903
fix: move isInUpPosition to momvement complete method, remove conditionlal logic on raise/lower commands
2025-12-27 17:09:56 -06:00
copilot-swe-agent[bot]
ae0b2fe086
Refactor timer disposal and improve code readability
...
Co-authored-by: erikdred <88980320+erikdred@users.noreply.github.com>
2025-12-27 20:17:59 +00:00
copilot-swe-agent[bot]
bd11c827da
Split movement time into separate raise/lower times and remove timing from latched mode
...
Co-authored-by: erikdred <88980320+erikdred@users.noreply.github.com>
2025-12-27 20:14:39 +00:00