Erik Meyer
0bb5774cce
wip: update XML comments
2026-01-28 17:45:51 -05:00
Erik Meyer
1bbd4f15bf
wip: update XML comments
2026-01-28 17:09:45 -05:00
Erik Meyer
ca77506108
wip: update XML comments
2026-01-28 15:42:44 -05:00
Erik Meyer
d0b07ad7d9
wip: update XML comments
2026-01-27 15:13:26 -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
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
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
Neil Dorin
dea4407e3e
Update src/PepperDash.Essentials.Core/Room/Combining/IEssentialsRoomCombiner.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-17 16:36:33 -06:00
Neil Dorin
ab08a546f7
feat: Add HideInUi property to room combiner classes
...
- Introduced `HideInUi` property in `EssentialsRoomCombinerPropertiesConfig` to control UI visibility.
- Added `HideInUi` interface property in `IEssentialsRoomCombiner`.
- Implemented `HideInUi` in `RoomCombinationScenario`, along with new `Key` and `Name` properties for improved data representation.
2025-09-17 15:25:23 -06:00
Andrew Welker
4ca1031bef
docs: fix CS1587 errors
2025-09-17 08:52:44 -05:00
Andrew Welker
f0af9f8d19
fix: mark IHasMultipleDisplays and associated enum as obsolete
...
Fixes #1219
2025-07-25 09:14:45 -05:00
copilot-swe-agent[bot]
7987eb8f9b
docs: complete XML documentation for all projects with inheritdoc tags
...
Co-authored-by: andrew-welker <1765622+andrew-welker@users.noreply.github.com >
2025-07-22 15:53:01 +00:00
Andrew Welker
96ac266d24
fix: room combiner messenger sends disableAutoMode property
2025-06-27 10:45:42 -04:00
Andrew Welker
c1809459a6
chore: format property name correctly for JSON
2025-06-27 10:37:49 -04:00
Andrew Welker
1a9e1087de
fix: add property to disable auto mode
2025-06-27 10:36:34 -04:00
Andrew Welker
cc9492938b
docs: first pass at using docfx
2025-04-25 21:39:45 -05:00
Andrew Welker
b2eab21fbd
Merge pull request #1211 from PepperDash/hotfix-2.0.0/room-combiner-syncronous-events
...
fix: improve error handling and await device actions in RoomCombinati…
2025-02-19 17:20:59 -06:00
jtalborough
4ef481375c
fix: improve error handling and await device actions in RoomCombinationScenario
2025-01-28 09:00:21 -05:00
Andrew Knous
f68b1e9e49
feat: cleans up code, adds versiport comment, changes ShowEmergencyMessage arg name to "url"
2024-11-19 09:19:48 -08:00
Andrew Knous
cd52c245a6
feat: adds emergency OSD support
2024-11-14 16:23:31 -05:00
Neil Dorin
0b60f53d0e
feat: Adds IEssentialsRoomEmergency interface and implements on contact closure device to provide state
2024-11-13 12:15:25 -07:00
Neil Dorin
fa38e8a9a8
feat: Adds mechanism to track initialization status of EssentialsDevice as well as an event on DeviceManager to notify when all devices initialized. Room combiner now waits for all initialize before setting current scenario.
2024-10-04 10:33:09 -06:00
Andrew Welker
97bd30e9c9
fix: add async/await patterns for activation/deactivation
2024-07-26 06:47:13 -05:00
Andrew Welker
64d6df70b0
fix: deactivate all rooms on startup
...
As part of the Essentials startup process, ALL rooms are activated, meaning there are unnecessary rooms activated. Deactiving them all prior to determining a combination scenario helps keep unecessary activity from happening.
2024-07-22 11:19:08 -05:00
Andrew Welker
d970d806c9
fix: add mutex to prevent multiple scenarios from running at once
2024-07-19 13:09:47 -05:00
Andrew Welker
bc217a2008
chore: add logging for current scenario searching
2024-07-08 08:44:45 -05:00
Neil Dorin
a3351812cd
fix: fixes for room combination in manual/auto mode with actual crestron partition sensors
2024-06-28 13:20:19 -06:00
Neil Dorin
71815eff17
fix: updates mode for partition sensors when mode of room combiner changes
2024-06-28 12:57:06 -06:00
Neil Dorin
c2fb44a662
feat: adds CameraListKey to EssentialsAvRoomPropertiesConfig
2024-06-25 21:22:49 -06:00
Neil Dorin
0f9bddf4dd
fix: updates EssentialsRoomBase to add CameraListKey
2024-06-25 17:58:44 -06:00
Neil Dorin
ddc2491664
feat: updates to IEssentialsRoom for CameraListKey and adds helper method to get camera list from config
2024-06-25 17:15:45 -06:00
Neil Dorin
027bdd5bf4
Merge 'development-2.0.0' into 'feature-2.0.0/fix-version-info'
2024-05-29 12:10:34 -06:00
Andrew Welker
3c5fe88e5a
fix: correct namespaces to allow plugins to load correctly
2024-05-23 12:45:47 -05:00
Andrew Welker
e3e7add5b9
fix: correct build issues
2024-05-23 08:39:09 -05:00
Andrew Welker
dd66de0463
feat: implement feedback manager
2024-05-23 08:39:09 -05:00
Neil Dorin
048004d441
fix: updates IEssentialsRoom and EssentialsRoomBase for missed changes
2024-05-21 17:14:13 -06:00
Neil Dorin
e7e448f02c
fix: Switches from LevelControlListKey to AudioControlPointListKey
2024-05-21 17:04:15 -06:00
Neil Dorin
0067e11d3d
fix: Adds new property to EssentialsRoomBase and implements consistent default key if no key set
2024-05-16 20:57:38 -06:00
Neil Dorin
7942c91f73
feat: Adds LevelControlListKey to IEssentialsRoom
2024-05-16 20:49:11 -06:00
Neil Dorin
3566400379
fix: Adds LevelControlListKey to EssentialsRoomPropertiesConfig
2024-05-16 20:24:45 -06:00
Neil Dorin
98f1a09c25
feat: Adds IHasCiscoNavigatorTouchpanel interface
2024-05-10 14:49:37 -06:00
Neil Dorin
8878ff7ddd
chore: renames property to Keys
2024-05-09 16:09:16 -06:00
Neil Dorin
7e4b5f984f
feat: Adds IHasAccessoryDevices
2024-05-09 16:07:52 -06:00
Neil Dorin
64ab315142
fix: various updates for room combining from testing
2024-05-09 15:16:35 -06:00
Neil Dorin
2b6f79b68f
feat: updates to Room combiner for use with mobile control
2024-05-02 17:27:34 -06:00
Neil Dorin
65369606a4
feat: updates to room combiner interfaces
2024-05-02 15:00:17 -06:00