Andrew Welker
78c9381108
fix: add clientId as qp for websocket for MC
2025-12-29 08:57:52 -06:00
Andrew Welker
53e7a30224
fix: handle threading issues for concurrent clients joining
2025-12-26 12:34:31 -06:00
Andrew Welker
2cc37a4e40
fix: ExecuteJoinAction now uses the correct Sig collections
2025-12-23 11:06:52 -06:00
Andrew Welker
076e5dfa9d
chore: update comments, debug methods, and mark some things obsolete
2025-12-23 10:25:53 -06:00
Andrew Welker
092896bb25
fix: support for legacy UDP EISC
2025-12-23 09:57:49 -06:00
Andrew Welker
c5b0872a4c
fix: DeviceVolumeMessenger only sends rawValue when device implements it
2025-12-16 15:41:33 -06:00
Andrew Welker
210b398a13
fix: implement PR Review suggestions
2025-12-16 10:04:01 -06:00
Nick Genovese
bce1e3610e
fix: copy dictionaries
...
- fixed multiple enumeration exception
2025-12-10 16:58:41 -06:00
Andrew Welker
6a33e7c99d
fix: initialize current sources dictionaries
2025-12-05 16:26:08 -06:00
Andrew Welker
2048e3f65d
fix: GenericSink implements ICurrentSources
2025-12-05 16:26:02 -06:00
Neil Dorin
08fbec416f
Update src/PepperDash.Essentials.Core/Room/Config/EssentialsRoomConfig.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 15:53:45 -07:00
Neil Dorin
7594b22096
Update src/PepperDash.Essentials.Core/Room/Config/EssentialsRoomConfig.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 15:53:39 -07:00
Neil Dorin
d1babf6b9b
Update src/PepperDash.Essentials.Core/Room/Config/EssentialsRoomConfig.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 15:53:31 -07:00
Neil Dorin
2187c9fb0d
Update src/PepperDash.Essentials.Core/Devices/SourceListItem.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 15:53:22 -07:00
Neil Dorin
a5e6059160
Update src/PepperDash.Essentials.Core/Room/Config/EssentialsRoomConfig.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 15:53:14 -07:00
Neil Dorin
9ef4aedcce
Update src/PepperDash.Essentials.Core/Room/Config/EssentialsRoomConfig.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 15:53:07 -07:00
Neil Dorin
f7c7160bf0
feat: Add on/off dsp keys to EssentialsAvRoomPropertiesConfig
...
clean up XML comments and improve property definitions in EssentialsRoomConfig
2025-11-26 15:48:14 -07:00
Neil Dorin
c07e099a79
feat: add logging for help request timeout events in IEssentialsRoomFusionController
2025-11-26 11:10:21 -07:00
Neil Dorin
06cb508f3a
Update src/PepperDash.Essentials.Core/Fusion/IEssentialsRoomFusionController.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 11:09:07 -07:00
Neil Dorin
e93b5b34cc
Update src/PepperDash.Essentials.Core/Fusion/IEssentialsRoomFusionController.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-26 11:09:02 -07:00
Neil Dorin
4f5d4ef87a
fix: ensure proper disposal of help request timeout timer and improve logging
2025-11-26 11:02:31 -07:00
Neil Dorin
5de1e2d7bb
feat: add help request timeout functionality to IEssentialsRoomFusionController
2025-11-26 10:26:41 -07:00
Neil Dorin
d17394cdd7
feat: add logging to ExecuteSwitch method in GenericSink
2025-11-25 11:06:48 -07:00
Neil Dorin
8467afde38
Update src/PepperDash.Essentials.Core/Fusion/IEssentialsRoomFusionController.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 17:23:38 -07:00
Neil Dorin
5c016fb4b8
feat: implement IHasFeedback interface in IEssentialsRoomFusionController
2025-11-24 17:14:34 -07:00
Andrew Welker
c06b57a5f9
fix: check for multiple URL patterns for both template & system URLS
2025-11-18 12:30:54 -06:00
Andrew Welker
0c4ebdaf1d
fix: change how subscription state is logged to reduce traffic to console
2025-11-13 09:56:29 -06:00
Andrew Welker
2c49fb9321
fix: parse current Portal URLS for system and template UUIDs correctly
2025-11-12 16:58:23 -06:00
Neil Dorin
c55de61da9
fix: enhance COM port registration logging and update GenericSink class for input switching
2025-11-05 14:43:42 -07:00
jkdevito
3d50f5f5ac
fix: improve logging for COM port registration and configuration
2025-11-04 09:37:14 -06:00
Andrew Welker
edc10a9c2a
fix: make subscriberIds private & check for add failure
2025-11-03 15:19:17 -06:00
Andrew Welker
35371dde22
fix: make subscriber functionality thread-safe
2025-11-03 15:13:48 -06:00
Andrew Welker
a782b57100
fix: use correct overload for PostStatusMessage
2025-11-03 14:00:51 -06:00
Andrew Welker
fd95f5fed1
docs: update XML docs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-03 11:11:00 -06:00
Andrew Welker
9426dff5df
fix: copilot suggestions from PR review
2025-11-03 11:02:39 -06:00
Andrew Welker
0d083e63c6
Merge commit '314570d6c3d78c7a92a362f3ec3a4a06bdbebd28' into stream-debugging
2025-11-03 10:56:53 -06:00
Andrew Welker
6ed7c96ec7
fix: centralize debug printing into extension methods
...
Stream debugging now uses CrestronConsole instead of debug methods, so that the debug statements will be printed regardless of console debug level. This also means that comm debug statements will NOT be in the Crestron Error log or in the files created by the logging system
2025-11-03 10:53:21 -06:00
Andrew Welker
314570d6c3
fix: change number of retained files to 7 instead of 30 for processors
2025-10-31 13:11:50 -05:00
Andrew Welker
ff609dfecd
fix: add config option to turn echo off for SSH
...
In addition, removed CTimer in favor of System.Threading.Timers Timer in the SSH class, and modified the class to be thread-safe.
2025-10-31 09:01:54 -05:00
Andrew Welker
bfc9b7e7fa
fix: logging & ternary changes
2025-10-30 16:07:26 -05:00
Andrew Welker
b02e952765
Merge remote-tracking branch 'origin/com102-comspec' into mc-touchpanel-key
2025-10-30 15:58:36 -05:00
Andrew Welker
72861a5097
Merge remote-tracking branch 'origin/feature/fusion-help-request' into mc-touchpanel-key
2025-10-30 15:58:26 -05:00
Andrew Welker
44ed067f4d
chore: update local build version
2025-10-30 15:57:37 -05:00
Andrew Welker
faa2169baf
fix: send correct URL to panel
2025-10-30 15:57:28 -05:00
Andrew Welker
fd40b0c6d1
fix: send all status messages with ClientId
2025-10-30 15:57:15 -05:00
Andrew Welker
afcddad1cc
fix: remove async on task, as it's unnecessary
2025-10-30 15:56:50 -05:00
Andrew Welker
c4cf8f13e9
fix: register panel in post phase rather than activation cycle
2025-10-30 15:56:28 -05:00
Neil Dorin
c852f87a27
refactor: Comment out logging statements in help request handling
2025-10-30 14:33:58 -06:00
Neil Dorin
071174fa7d
feat: Implement help request status tracking in Fusion system
2025-10-30 14:13:02 -06:00
Neil Dorin
da0f28a10c
feat: Enhance IEssentialsRoomFusionController with additional properties and logging
2025-10-29 16:47:18 -06:00