Andrew Welker
decc8ed3a5
refactor: update queue error handling
...
On some occasions, a ThreadAbortException was being
caught on shutdown and causing exceptions to be printed
needlessly. Messaging has also been updated to remove
personal pronouns.
2022-12-22 08:52:58 -07:00
Andrew Welker
e54de1f1cb
Merge branch 'main' into hotfix/occ-sensor-fixes
2022-11-28 15:19:45 -07:00
Andrew Welker
8e57e7ec31
fix: add missing LoadSmartObjects call
2022-11-23 14:29:36 -07:00
Andrew Welker
1b43b44d19
fix: typo in TouchpanelBase constructor
...
The constructor was checking the wrong
variable, leading to it always being null
and failing to build the `EssentialsTouchpanelController`
class.
2022-11-23 13:15:41 -07:00
Andrew Welker
4306128474
refactor: fix abstract method
2022-11-21 10:45:25 -07:00
Andrew Welker
1b43fba37e
fix: add logic to prevent vacancy from triggering room off if room is in
...
a call
2022-11-21 10:28:08 -07:00
Andrew Welker
5e797db096
fix: add check for missing/empty roomId
2022-11-11 16:26:37 -07:00
Andrew Welker
c07f52b06f
feat: update VC-4 client to use correct RoomID
2022-11-10 12:51:04 -07:00
Neil Dorin
040c57b5e1
fix(essentials): Updates to shade interfaces to clarify functionality
2022-10-06 10:05:44 -06:00
Neil Dorin
55031d16af
docs(essentials): Add join name to printjoinmap and update description on StartMeetingNow join
2022-09-29 12:33:42 -06:00
Neil Dorin
a524b1607d
fix(essentials): Updates to deal with layouts and default layout for ZoomRoom
2022-09-28 12:28:37 -06:00
Andrew Welker
eaef8ea616
Merge branch 'main' into release/1.11.0
2022-09-26 11:52:43 -06:00
Neil Dorin
05ec0ebac3
fix(essentials): Adds ability to dial up to 10 calls from SIMPL bridge
2022-09-23 12:27:55 -06:00
Neil Dorin
bda46eb1b9
fix(essentials): adds cancel method for password prompt and adds wireless share instructions
2022-09-22 13:05:09 -06:00
Trevor Payne
ccf7acd53d
feat: update bridging, device factory, and interfaces
...
In order to support the way some Smart Objects work, a clear
directory join was needed in order to allow for clearing a
selection in certain circumstances.
In order to support finer-grained dependencies while
developing plugins, the Development Device Factory was added.
2022-09-06 17:16:27 -05:00
Andrew Welker
384c4c2781
Merge branch 'feature/touchpanel-plugins' of https://github.com/PepperDash/Essentials into feature/touchpanel-plugins
2022-09-02 15:00:12 -06:00
Andrew Welker
9b2611be02
refactor: add error handling for cases where type isn't found
2022-09-02 15:00:00 -06:00
Andrew Welker
26bd49aa85
Merge branch 'development' into feature/touchpanel-plugins
2022-09-02 14:45:06 -06:00
Andrew Welker
1b9f16ea74
fix: add missing event registration
2022-09-02 14:44:15 -06:00
Andrew Welker
88a16b577b
refactor: update constructors for touchpanel controller and base class
2022-09-02 14:35:06 -06:00
Andrew Welker
d01be57f81
feat: add TouchpanelBase class and initial implementation
2022-09-02 13:54:34 -06:00
Andrew Welker
5ba7abb59b
Merge branch 'development' into hotfix/essentials-cooling-routing
2022-09-02 11:49:06 -06:00
Neil Dorin
c4a23e0887
feat(essentials): Adds RoomUiBehaviorConfig for disabling activity buttons
2022-09-02 11:19:18 -06:00
Andrew Welker
7fe2d04d31
fix: add removal of RouteRequest when calling ReleaseRoute
2022-09-01 12:29:19 -06:00
Andrew Welker
358f44cfe5
refactor: remove completed request from dictionary
2022-09-01 11:57:40 -06:00
Andrew Welker
d7cccc0709
feat: add cooldown logic to Magic Routing
...
In some cases, a route can be requested while a sink is cooling down.
In those cases, the routing logic should keep track of requests for a
destination and wait until cooling is complete to request the new
route.
2022-09-01 11:47:52 -06:00
Andrew Welker
72086b57b3
Merge branch 'development' into feature/dmps-dm-fixes
2022-08-31 15:06:34 -06:00
Andrew Welker
18c52ca199
Merge branch 'development' into feature/dmps-dm-fixes
2022-08-31 14:49:56 -06:00
Andrew Welker
1dcafff8fb
Merge branch 'development' into feature/cen-io-ir-104
2022-08-31 14:49:13 -06:00
jdevito
fb689c4484
fix: updated CEN-IO classes inheriting from EssentialsDevice to CrestronGenericBaseDevice to resolve activation issues
2022-08-31 14:43:58 -05:00
Jason DeVito
4574941288
fix: updated debug statement for DinCenCnController class referencing building a temp sensor device
2022-08-30 22:11:33 -05:00
Jason DeVito
122abc56e5
fix: added null checks in BuildDevice with debug statements if null
2022-08-30 22:02:47 -05:00
Jason DeVito
074ee190ad
feat: added cen-io-ir-104 device and factory
2022-08-30 21:53:41 -05:00
Alex Johnson
ed335cc9ae
Fixes for offline feedback for DM endpoints that don't provide offline feedback in the hardware definition. Adds offline and name feedback to joinMap for these devices.
2022-08-12 09:26:09 -04:00
Alex Johnson
5d51570018
Merge branch 'development' into feature/dmps-dm-fixes
2022-08-12 09:07:49 -04:00
Andrew Welker
5a8914a33f
Merge branch 'development' into hotfix/fix-lightingScene-scene-select-index
2022-08-08 13:34:27 -06:00
Jason DeVito
008c82edb9
fix: updated lighting and display base; fix: lightingBase scene recall link to api index out of range exception
2022-08-08 13:54:17 -05:00
Andrew Welker
19d29a03c8
Merge branch 'development' into bugfix/CrestronDatastor-Errors
2022-07-19 08:33:47 -06:00
Trevor Payne
16af75ae0d
fix: updated erroneous console responses for Secrets Providers
...
refactor: updated method by which the Factories assess secret objects
refactor: updated 'SecretsManager' console responses
feat: added 'secretproviderlist' console command
feat: added 'secretproviderinfo' console command
feat: added 'CrestronGlobalSecretsProvider'
feat: Added 'Description' property to 'ISecretProvider'
feat: added 'TestSecret' method to 'ISecretProvider'
docs: added xml comments to 'ISecretProvider'
docs: added xml comments to 'ISecret'
refactor: cleaned up crestron default secrets provider classes
refactor: moved 'CrestronSecret' to its own class file
refactor: overhauled all secrets-related console commands
resolves #968
2022-07-18 15:07:19 -05:00
Trevor Payne
5a4cc2fd39
fix:console commands for Secrets Management Modified
2022-07-15 17:40:48 -05:00
Trevor Payne
b505ad467b
[feature] added IHasCodecLayoutsAvailable interface and associated bridge linking methods
...
Modifies #966
2022-07-12 12:34:28 -05:00
Alex Johnson
712d38011c
Merge branch 'development' into feature/dmps-dm-fixes
2022-06-27 13:30:24 -04:00
Neil Dorin
bbb31aea23
Merge pull request #959 from ciasia/bugfix/958-SubpageRefernceList-Get__OutputSig
...
GetStringOutputSig and GetUShortOutputSig return
2022-06-22 09:15:01 -06:00
Neil Dorin
0df587071d
Merge branch 'main' into bugfix/routingPort-typo-isInternal-Constructor
2022-06-22 09:14:31 -06:00
jta
38c4a540a9
fix for IBasicVolumeWithFeedback
...
fix: for a change that split the interface but could break backwards compatibility #955
2022-06-21 18:05:23 -04:00
jta
4c9a470885
Fix IBasicVolumeControls
...
fix: revert a change that split the interface but could break backwards compatibility #955
2022-06-21 17:55:18 -04:00
Andrew Welker
8ce390d650
Merge branch 'development' into feature/pdu-interface-joinmap
2022-06-21 13:42:17 -05:00
Andrew Welker
70a78b540d
Merge branch 'development' into feature/pdu-interface-joinmap
2022-06-21 13:12:50 -05:00
Neil Dorin
c56caff1cb
Merge branch 'development' into feature/dmps-dm-fixes
2022-06-21 12:12:35 -06:00
Andrew Welker
5e22ca9c59
Merge branch 'development' into hotfix/c2nio-factory-reference-update
2022-06-21 13:12:02 -05:00