Andrew Welker
|
bebcc3c6e1
|
Merge branch 'development' into feature/remove-tx-rx-debug
|
2021-03-12 16:48:24 -07:00 |
|
Jonathan Arndt
|
00d2159d06
|
Reset branch HEAD to f74fa35c commit. Removed all TX: and RX: Console.Debug statements and built successfully.
|
2021-03-11 11:14:59 -08:00 |
|
Evan
|
a583fdb72a
|
Update StreamDebugging on receive for both CECPortController and ComPortController
|
2021-03-11 12:25:46 -05:00 |
|
Andrew Welker
|
33bf98303d
|
Merge branch 'development' into feature/cecportcontroller-with-streamdebugging
|
2021-03-11 09:06:52 -07:00 |
|
Evan
|
29b77f5629
|
Update CecPortController class to implement IBasicCommunicationWithStreamDebuggingB
|
2021-03-10 17:28:32 -05:00 |
|
Jonathan Arndt
|
f74fa35ca4
|
Solution updated to remove all TX/RX data that device classes are printing when talking to 3rd party devices
|
2021-03-09 23:12:57 -08: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
|
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
|
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
|
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
|
2987f600bb
|
#588 Update to how SourceListKey gets set in EssentialsRoomBase
|
2021-02-08 16:10:39 -07:00 |
|
Neil Dorin
|
5c23aeca48
|
Adds missing constructor to take both pacing and capacity arguments
|
2021-02-08 16:10:08 -07:00 |
|
Neil Dorin
|
4f7ad4ccb9
|
fixes #599 by checking for registration status before updating feedbacks
|
2021-02-08 15:43:04 -07:00 |
|
Neil Dorin
|
e03b0dc1bb
|
#600 Adds additional properties and constructors to GenericQueue
|
2021-02-08 15:06:05 -07:00 |
|
Neil Dorin
|
ec43749ba4
|
Tested working with GLS-ODT-C-CN hardware
|
2021-02-04 11:01:21 -07:00 |
|
Neil Dorin
|
2e4202ccce
|
adjustments made based on testing with hardware
|
2021-02-04 10:52:02 -07:00 |
|
Neil Dorin
|
0c4ad1c4df
|
Merge branch 'hotfix/occupancy-sensor-debug' of https://github.com/PepperDash/Essentials into hotfix/occupancy-sensor-debug
|
2021-02-04 09:31:06 -07:00 |
|
Neil Dorin
|
eb90fb343d
|
adds missing condition to set remoteTimeout from config value
|
2021-02-04 09:30:45 -07:00 |
|
Andrew Welker
|
7b2a8b17b7
|
Merge branch 'main' into hotfix/occupancy-sensor-debug
|
2021-02-03 21:32:15 -07:00 |
|
Neil Dorin
|
89ca614d3d
|
Minor updates after testing at runtime.
|
2021-02-03 21:17:27 -07:00 |
|
Neil Dorin
|
355df1341e
|
#592 Adds properties config class for occ sensors
|
2021-02-03 16:01:24 -07:00 |
|
Andrew Welker
|
5eb65fd723
|
Update RoutingInterfaces.cs
|
2021-02-02 15:30:43 -07:00 |
|
jkdevito
|
e0dcde5c35
|
Reviewed with AW, decided best to remove console commands and create a public method that can be called using DEVJSON to print current settiings.
|
2021-02-01 11:10:33 -06:00 |
|
jkdevito
|
c6cfecdbbb
|
Added console command to print occupancy sensor settings in console.
|
2021-02-01 08:24:54 -06:00 |
|
Neil Dorin
|
21f9795bcd
|
Implements ITvPresetsProvider on IrSetTopBoxBase
|
2021-01-28 14:05:59 -07:00 |
|
Andrew Welker
|
5764149306
|
#560 set default queue thread priority to medium
|
2021-01-27 10:48:23 -07:00 |
|
Andrew Welker
|
6e09ef35ab
|
Merge branch 'development' into hotfix/nuspec-core-version
|
2021-01-26 13:39:41 -07:00 |
|
Andrew Welker
|
cbfa7d869b
|
Merge branch 'main' into hotfix/nuspec-core-version
|
2021-01-26 13:23:37 -07:00 |
|
Andrew Welker
|
434fb1be59
|
Merge branch 'development' into hotfix/ComsMessageQueue-throws-exception
|
2021-01-26 13:12:05 -07:00 |
|
Andrew Welker
|
8ad7b429a2
|
Merge branch 'development' into feature/genericqueue-upgrades
|
2021-01-26 12:49:48 -07:00 |
|
Andrew Welker
|
4814d0f769
|
Merge branch 'main' into hotfix/ComsMessageQueue-throws-exception
|
2021-01-26 12:45:14 -07:00 |
|
Neil Dorin
|
b7d7196071
|
Sets the queue size to 25
|
2021-01-26 12:32:04 -07:00 |
|