Nick Genovese
|
139e5370ea
|
added a Disposed check and Debug Message to prevent enqueing messages after the Generic Queue has been disposed; typically happens at program stop
|
2021-03-29 09:42:31 -04:00 |
|
Andrew Welker
|
008279e867
|
Initialize some properties that were causing a nullRef
|
2021-03-22 09:39:08 -06:00 |
|
Andrew Welker
|
c4a6d20791
|
fixing a nullref issue with cisco spark
|
2021-03-22 09:23:07 -06:00 |
|
Andrew Welker
|
61b4002e5a
|
Fix to test build image again
|
2021-03-19 09:22:21 -06:00 |
|
Andrew Welker
|
da63d0917e
|
Updates to test new builder image
this build WILL fail
|
2021-03-19 09:03:05 -06:00 |
|
Andrew Welker
|
0228fd1c0f
|
fix a ;
|
2021-03-18 16:27:08 -06:00 |
|
Andrew Welker
|
085ba134c4
|
Set event to not be acknowledgable
Added logic to acknowledge event
Added debug statement to show that event was being fired
|
2021-03-18 12:44:20 -06:00 |
|
Andrew Welker
|
a9fce3237c
|
Added check for key to Clear command
If the key was wrong or wasn't in the group, a `KeyNotFoundException` was thrown.
Also added acknowledgment of a successful deletion
|
2021-03-18 12:43:29 -06:00 |
|
Andrew Welker
|
840fb21e15
|
Added console command to list events for a group
|
2021-03-18 12:42:29 -06:00 |
|
Andrew Welker
|
4a9b1514e3
|
fix old/wrong namespace versions
|
2021-03-12 15:46:08 -07:00 |
|
Neil Dorin
|
07fbe102bd
|
Merge pull request #636 from PepperDash/feature/DMChassis-updates
Fix dmps off timer
|
2021-03-01 10:53:26 -07:00 |
|
Neil Dorin
|
00589488ac
|
Adds null check for _worker before checking thread state
|
2021-02-26 14:16:53 -07:00 |
|
Andrew Welker
|
70d4a7054f
|
Merge branch 'development' into bugfix/countdownTimer-fixes
|
2021-02-24 14:28:52 -07:00 |
|
Andrew Welker
|
b20009b247
|
add Math.Floor calls to ignore milliseconds
Change formatting for timeRemaining
Add logic to prevent initial timeRemaining value from being massive negative value
|
2021-02-24 14:27:11 -07:00 |
|
Andrew Welker
|
eef3b5fb31
|
updates & fixes for countdown timer
|
2021-02-23 15:53:07 -07:00 |
|
Andrew Welker
|
7078ba55c7
|
fix dmps off timer
|
2021-02-23 13:21:01 -07:00 |
|
Andrew Welker
|
e06be3ebe9
|
Merge branch 'development' into feature/fix-namespaces
|
2021-02-22 15:34:22 -07:00 |
|
Andrew Welker
|
51f294c37f
|
fix ExecuteSwitchNumeric for 0
|
2021-02-22 13:27:32 -07:00 |
|
Andrew Welker
|
1990201215
|
add none ports to DMPS & Blade chassis
|
2021-02-22 10:11:57 -07:00 |
|
Andrew Welker
|
be78d17af5
|
update Blade chassis ports
|
2021-02-22 10:02:34 -07:00 |
|
Andrew Welker
|
8a6d5ebd56
|
Update port creation for DMPS
|
2021-02-22 10:00:24 -07:00 |
|
Andrew Welker
|
93c0b33958
|
Updated dmps & blade chassis to use similar routing
|
2021-02-22 09:55:09 -07:00 |
|
Andrew Welker
|
dca21aa4dc
|
Fixed some issues discovered during testing
|
2021-02-19 16:43:18 -07:00 |
|
Andrew Welker
|
ac09267173
|
Add Clear input port for Essentials Routing
|
2021-02-19 08:55:34 -07:00 |
|
Andrew Welker
|
ef63c1db02
|
Updating DM Controller to add DMInput/Output as selector instead of number
|
2021-02-19 08:51:59 -07:00 |
|
Andrew Welker
|
f828cbecbd
|
fix USB routing
|
2021-02-18 16:23:48 -07:00 |
|
Andrew Welker
|
890abf4383
|
initial updates to ExecuteSwitch
|
2021-02-18 16:19:29 -07:00 |
|
Andrew Welker
|
52c96cc2c3
|
fix it so that wrong namespace classes inherit from right namespace classes
|
2021-02-18 15:40:18 -07:00 |
|
Andrew Welker
|
4ab3cdb1ff
|
#451 Fix namespace issues
|
2021-02-18 13:03:23 -07:00 |
|
Andrew Welker
|
43297c0341
|
#618 Fix issue with wrong field getting sent to a method
|
2021-02-18 11:53:07 -07:00 |
|
Andrew Welker
|
ca497c8f47
|
#620 Fix Join Map Comment
|
2021-02-18 10:55:01 -07:00 |
|
Andrew Welker
|
1da481a8db
|
#619 Correct feedback for linking to API
|
2021-02-18 10:53:39 -07:00 |
|
Andrew Welker
|
c04d79931d
|
#617 Fix ForceOccupied/ForceVacant methods
|
2021-02-18 10:51:48 -07:00 |
|
Andrew Welker
|
dbd3ab2f70
|
#618 more refactoring
|
2021-02-18 10:44:21 -07:00 |
|
Andrew Welker
|
36b5faa3d9
|
#618 Fix Occ sensor inheritance structure
|
2021-02-18 10:39:05 -07:00 |
|
Neil Dorin
|
e356f57e1a
|
#415 Adds camera mute methods and feedback to CiscoSparkCodec
Adds new IHasCameraMute to more clearly define functions and implements on CiscoSparkCodec and ZoomRoom
|
2021-02-17 16:50:18 -07:00 |
|
Neil Dorin
|
7020480159
|
Moves console messages about adding factory methods to level 1
|
2021-02-17 11:44:33 -07:00 |
|
Neil Dorin
|
24a435c965
|
Prevents join map info from printing on program start (JoinMapBaseAdvanced constructor) unless debug level is > 0
|
2021-02-17 10:18:19 -07:00 |
|
Neil Dorin
|
f075412a86
|
#548 Implments IBridgeAdvanced on IRBlurayBase and adds IRBlurayBaseJoinMap
|
2021-02-16 16:33:35 -07:00 |
|
Neil Dorin
|
382c35924c
|
#612 Implements VideoCodecBase.LinkVideoCodecToApi() on CiscoSparkCodec
|
2021-02-16 13:28:52 -07:00 |
|
Neil Dorin
|
88c332729f
|
#584 Implements GenericQueue in place of queue and thread in CiscoSparkCodec
|
2021-02-15 16:11:47 -07:00 |
|
Neil Dorin
|
16bc2ca381
|
Corrects spelling mistake and adds check to see if thread is already running before allowing sequence to start
|
2021-02-11 16:44:18 -07:00 |
|
Neil Dorin
|
2fc1f45161
|
Fixes timer from executing immediately on construction. Adds some helpful debug statements
|
2021-02-11 15:56:43 -07:00 |
|
Neil Dorin
|
ef7eae50e4
|
#609 #610 Adds new RetriggerableTimer and ActionSequence devices
|
2021-02-11 15:43:22 -07:00 |
|
Andrew Welker
|
e7b322c303
|
add error log for some exceptions
|
2021-02-10 15:39:37 -07:00 |
|
Neil Dorin
|
08491bdf2a
|
Adds null checks if asset creation fails and returns null
|
2021-02-10 15:01:40 -07:00 |
|
Neil Dorin
|
f1fa3c07fd
|
#605 Adds try/catch and more meaningful messages when adding static assets fails
|
2021-02-10 14:15:00 -07:00 |
|
Neil Dorin
|
b19b4ae26e
|
Updated to latest DBs to expose new eCrestronSeries property and adds new property to Global to reflect. Updates startup message to print series
|
2021-02-09 15:27:32 -07:00 |
|
Neil Dorin
|
cd0e3f7001
|
#599 Updates how feedbacks are fired in Tx_OnlineStatusChange
|
2021-02-08 16:11:49 -07:00 |
|
Neil Dorin
|
2987f600bb
|
#588 Update to how SourceListKey gets set in EssentialsRoomBase
|
2021-02-08 16:10:39 -07:00 |
|