Andrew Welker
c8732aa8cf
Changes base class to EssentialsBridgeableDevice
...
* adds LinkToApi method
2020-04-14 16:08:00 -06:00
Andrew Welker
c52e31a785
changes base class and adds LinkToApi method
2020-04-14 16:07:36 -06:00
Andrew Welker
bfa27d589b
Add LinkToApi method to all RMC Classes
2020-04-14 16:07:20 -06:00
Andrew Welker
02d12c1f60
Adds LinkDmRmcToApi method to base class
...
* changes base class to CrestronGenericBridgeableBaseDevice
2020-04-14 16:07:03 -06:00
Andrew Welker
9ed0390f79
Adds LinkToApi method to all DmTx Controller classes
2020-04-14 16:05:51 -06:00
Andrew Welker
80c1a9a46e
remvoes BasicDmTxControllerBase
...
ALL DmTx endpoints now inherit from DmTxControllerBase. If the actual endpoint is a DmHdBasedTEndPoint, it WON'T be bridged.
2020-04-14 16:05:23 -06:00
Andrew Welker
3a5033ba4e
Removes moved bridges from Essentials
2020-04-14 16:04:02 -06:00
Andrew Welker
04bbcd1d31
moves several bridges out of extension methods
2020-04-13 17:11:32 -06:00
Andrew Welker
1db9e2cc8c
remove internal device joinMaps
2020-04-13 16:32:06 -06:00
Andrew Welker
41d123edf3
changes PepperDash.Essentials.Bridges to PepperDash.Essentials.Core.Bridges
2020-04-13 16:31:34 -06:00
Andrew Welker
926e3b7bc8
makex CrestronGenericBaseDevice abstract
2020-04-13 16:12:03 -06:00
Andrew Welker
999b3903b7
moves joinMaps to Essentials Core
2020-04-13 16:11:09 -06:00
Andrew Welker
cebca45877
adds EssentialsBridgeableDevice
2020-04-13 16:01:43 -06:00
Andrew Welker
31244e4294
moves bridgeBase and IBridge/IBridgeAdvanced
2020-04-13 16:01:19 -06:00
Andrew Welker
3b2b69de1b
Merge pull request #103 from PepperDash/feature/ConfigWriterCCritical
...
#101 Fixes scope issue with CCriticalSection() in ConfigWriter
1.4.34-beta-97
2020-04-10 15:24:53 -06:00
Jason T Alborough
29a79490ba
#101 Fixes scope issue with CCriticalSection() in ConfigWriter
1.4.34-alpha-96
1.4.34-hotfix-95
2020-04-10 16:29:48 -04:00
Andrew Welker
da50272980
Merge pull request #88 from PepperDash/feature/fix-get-name-attribute-issue
...
Feature/fix get name attribute issue
1.4.33-beta-78
2020-04-05 09:25:28 -06:00
Neil Dorin
c8f095f0a3
Updates CameraControllerJoinMap to use new constructor for base class
1.4.33-alpha-77
2020-04-05 09:07:05 -06:00
Andrew Welker
42fbd813a2
updated methods for creating joinMap dict
1.4.33-alpha-76
2020-04-04 22:06:56 -06:00
Andrew Welker
69f5460442
trying to fix JoinMapBaseAdvanced
1.4.33-alpha-75
2020-04-04 21:09:00 -06:00
Neil Dorin
b32212083d
Adds debug statment to detect if JoinNameAttribute constructor has been called
1.4.33-alpha-74
2020-04-04 14:44:43 -06:00
Neil Dorin
88702f97c6
moves logic to add joins out of the constructor and into new AddJoins() method to allow it to be called from extended class after fields have been initialized.
1.4.33-alpha-73
2020-04-04 14:12:49 -06:00
Andrew Welker
9b759daca1
Merge pull request #87 from PepperDash/feature/updated-IDeviceFactory-for-plugin-implementation
...
Feature/updated i device factory for plugin implementation
1.4.33-beta-72
2020-04-04 11:27:19 -06:00
Neil Dorin
9363e94749
Updates to JoinMapBaseAdvanced constructor to properly add JoinDataComplete fields to Joins collection and to BridgeBase to implement console methods to print data at runtime.
1.4.33-alpha-71
2020-04-04 10:43:55 -06:00
Neil Dorin
6474bfa136
fixes format exception in debug statement
1.4.33-alpha-70
2020-04-03 20:07:27 -06:00
Neil Dorin
43e57ab6d1
Adds some comments, initializes JoinMaps in EiscApi and moves GenericComm factory to new methodology
1.4.33-alpha-69
2020-04-03 19:43:06 -06:00
Neil Dorin
9d7f5af26e
Adds IBridgeAdvanced and updates to 1.0.35 of PepperDash.Core
1.4.33-alpha-68
2020-04-03 18:21:17 -06:00
Neil Dorin
3a101d89ea
Adds some additional help
2020-04-03 18:01:08 -06:00
Neil Dorin
703695e768
Adds console method to print join maps at runtime. Adds overload of LinkToApi extension method for IBridge to allow passing the bridge in for JoinMapBaseAdvance applications
1.4.33-alpha-66
2020-04-03 09:25:48 -06:00
Neil Dorin
bb3897160b
Adds a method to print the typenames to console
1.4.33-alpha-64
2020-04-01 15:57:51 -06:00
Neil Dorin
3b2ff5eed8
Merge branch 'feature/update-essentials-DM-project-name' into feature/updated-IDeviceFactory-for-plugin-implementation
1.4.33-alpha-63
2020-04-01 15:08:59 -06:00
Neil Dorin
9828e79668
Updates the name for Essentials_DM to PepperDash_Essentials_DM to ensure the .cplz name matches the .dll name
1.4.33-alpha-62
2020-04-01 15:08:24 -06:00
Neil Dorin
a231bb75a6
Adds back the correct PluginLoader version that supports loading with the new plugin methodology
1.4.33-alpha-61
2020-04-01 14:42:26 -06:00
Neil Dorin
fcc2a5db06
Updates to device factory methodology for use in plugins
1.4.33-alpha-60
2020-04-01 14:18:26 -06:00
Andrew Welker
f0010a7625
Merge pull request #84 from PepperDash/feature/ecs-1209
...
Feature/ecs 1209
1.4.33-beta-59
2020-04-01 12:22:37 -06:00
Neil Dorin
294f2fd9ec
Merge pull request #82 from PepperDash/bugfix/load-plugins-crash-with-no-plugins
...
adds missing paren that was causing build error; closes #80
1.4.33-beta-58
2020-04-01 11:52:33 -06:00
Neil Dorin
4bf1da36e2
Moves PluginLoader to Essentials.Core. Moves IDeviceFactory and IPluginDeviceFactory interfaces to their own files in a better locatino
1.4.33-alpha-57
2020-04-01 11:32:24 -06:00
Neil Dorin
0facecc682
Merge branch 'feature/rework-plugin-loading-process-to-avoid-assembly-conflicts' into feature/ecs-1209
...
# Conflicts:
# essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.csproj
2020-04-01 11:19:30 -06:00
Neil Dorin
ed627875a0
Updates remaining SIMPL Bridges for MC to JoinMapBaseAdvanced. Updates affected bridges
2020-04-01 11:16:27 -06:00
Neil Dorin
1d00261b1f
Merge remote-tracking branch 'origin/bugfix/load-plugins-crash-with-no-plugins' into feature/ecs-1209
2020-04-01 08:55:12 -06:00
Neil Dorin
e52259e750
Updated SIMPLVtcJoinMap to new join scheme
2020-03-31 20:52:05 -06:00
Andrew Welker
661b3ef9f4
fixes script to add bugfix prefix
1.4.33-hotfix-55
2020-03-31 11:12:16 -06:00
Andrew Welker
dc109b3e35
temporarily adding bugfix/* to get PR to close
2020-03-31 10:53:29 -06:00
Neil Dorin
1ae93b3ffd
Updates CameraControllerBridge and SIMPLCameraMessenger.cs to use new CameraControllerJoinMap
1.4.33-alpha-54
2020-03-31 10:53:24 -06:00
Andrew Welker
e0ca3ac2be
adds missing paren that was causing build error
2020-03-31 10:49:53 -06:00
Andrew Welker
aaf6d0a21a
Merge pull request #81 from PepperDash/bugfix/load-plugins-crash-with-no-plugins
...
Added condition to check for _loadedPluginsDirectoryPath when loading plugins
2020-03-30 10:52:22 -06:00
Neil Dorin
0e5052910f
Merge remote-tracking branch 'origin/bugfix/load-plugins-crash-with-no-plugins' into feature/ecs-1209
2020-03-30 10:45:49 -06:00
hvolmer
b335617e37
Added condition to check for _loadedPluginsDirectoryPath when loading plugins
2020-03-27 12:52:19 -06:00
Andrew Welker
46578cb3e2
Updates constructor dictionary building & removes unneccesary usings
1.4.33-alpha-49
2020-03-27 09:23:40 -06:00
Andrew Welker
c45bf44056
modifies GetJoinForKey and GetJoinSpanForKey to be one-liners
...
* converts private JoinData property to readonly JoinData field and updates usages
* fixes some accidental recursiveness in JoinNameAttribute - converts Name property to auto-property
2020-03-27 09:22:44 -06:00