Aviv Cohn
9ef23cfcfe
fix: use standard C# property naming structure, jsonproperties to conform to api
2025-12-09 23:12:29 -05:00
Aviv Cohn
e44a7160ad
fix: remove default constructors, unused properties can be null
2025-12-09 23:07:14 -05:00
Aviv Cohn
50fc40cc4d
fix: remove unused imports from StatusProperties, restore public properties in RoomResponse
2025-12-09 22:59:16 -05:00
Aviv Cohn
d6b5dc00e6
fix: remove duplicate StatusProperties
2025-12-09 22:35:03 -05:00
Aviv Cohn
2eb9442c0a
feat: remove unused imports, seperate StatusProperties
2025-12-09 22:27:07 -05:00
Aviv Cohn
260d92228c
feat: add classes for UDMApi state document
2025-12-09 16:44:21 -05: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
Andrew Welker
0538a304ed
Merge branch 'main' into mc-touchpanel-key
2025-10-29 15:13:53 -05:00
Neil Dorin
2e95f5337e
feat: Add IEssentialsRoomFusionController and related configurations
...
- Introduced IEssentialsRoomFusionControllerFactory for creating Fusion Room Controller devices.
- Added IEssentialsRoomFusionControllerPropertiesConfig to define configuration properties for the Fusion Room Controller.
- Updated IFusionHelpRequest interface to include methods for cancelling and toggling help requests.
- Refactored RoomOnToDefaultSourceWhenOccupied to use IEssentialsRoomFusionController instead of EssentialsHuddleSpaceFusionSystemControllerBase.
- Modified EssentialsRoomBase to check for IEssentialsRoomFusionController in occupancy status provider.
2025-10-28 16:49:29 -06:00
jkdevito
ba576180a7
refactor: remove unused using directives in ComPortController
2025-10-28 09:05:56 -05:00
jkdevito
92c9db8237
refactor: improve logging messages in ComPort registration and configuration
2025-10-28 09:04:15 -05:00