Essentials/essentials-framework/Essentials Core/PepperDashEssentialsBase
Andrew Welker d00c8bed5f fix:(EssentialsCore) Add ability for devjson command to handle overloads
The `devjson` command needs to ability to handle overloads. With this change, if a method is an overloaded method, the command will get all methods on an object that match the entered method name, then get the first entry in the list of methods that matches the length of the provided parameters list.

This won't work in all cases, as there may be situations where the parameters of the methods have the same length, but different types. In that situation, it's likely that the conversion from `Object` to the desired type will fail, in which case, the command will notify the user that something went wrong.
2021-05-20 10:52:12 -06:00
..
Bridges fix old/wrong namespace versions 2021-03-12 15:46:08 -07:00
Comm and IR Merge branch 'development' into feature/remove-tx-rx-debug 2021-03-12 16:48:24 -07:00
Config #658 Initializes config properties in constructor(s) 2021-03-17 10:52:17 -06:00
Crestron fixes #599 by checking for registration status before updating feedbacks 2021-02-08 15:43:04 -07:00
Crestron IO Adds new event to DeviceManager to indicate that all devices have been activated. Necessary for MicrophonePrivacyManager 2020-11-12 12:33:04 -07:00
Device Info make IDeviceInfoProvider inherit from IKeyed 2020-11-10 12:00:58 -07:00
DeviceControlsParentInterfaces Removes essentials-framework as a submodule and brings the files back into the main repo 2019-07-09 17:21:53 -06:00
Devices fix:(EssentialsCore) Add ability for devjson command to handle overloads 2021-05-20 10:52:12 -06:00
DeviceTypeInterfaces Adds ClientJoined event 2021-04-06 12:25:33 -06:00
Display Merge branch 'development' into feature/room-updates 2020-12-17 16:13:45 -07:00
Ethernet Major repo cleanout. Removes all files marked as REMOVE or MOVED and removes Cues and all assciated referenced. 2020-01-30 14:38:00 -07:00
Factory fix old/wrong namespace versions 2021-03-12 15:46:08 -07:00
Feedbacks updates XML comments for bool & string feedbacks 2020-03-25 15:07:47 -06:00
Fusion add error log for some exceptions 2021-02-10 15:39:37 -07:00
Gateways #451 Fix namespace issues 2021-02-18 13:03:23 -07:00
Global Fix to test build image again 2021-03-19 09:22:21 -06:00
Interfaces Fixes Namespace and Implements IKeyed in both interfaces. 2020-12-16 15:00:30 -05:00
InUseTracking Removes essentials-framework as a submodule and brings the files back into the main repo 2019-07-09 17:21:53 -06:00
JoinMaps Prevents join map info from printing on program start (JoinMapBaseAdvanced constructor) unless debug level is > 0 2021-02-17 10:18:19 -07:00
License Major repo cleanout. Removes all files marked as REMOVE or MOVED and removes Cues and all assciated referenced. 2020-01-30 14:38:00 -07:00
Lighting add null check to all internal device LinkToApi methods 2020-06-19 15:48:34 -06:00
Microphone Privacy Adds new event to DeviceManager to indicate that all devices have been activated. Necessary for MicrophonePrivacyManager 2020-11-12 12:33:04 -07:00
Monitoring Updates to properly clear errors when there are none and set message to "Room Ok." 2021-01-25 17:56:20 -07:00
Occupancy #618 Fix issue with wrong field getting sent to a method 2021-02-18 11:53:07 -07:00
PartitionSensor #451 Fix namespace issues 2021-02-18 13:03:23 -07:00
Plugins Merge branch 'development' into feature/imobilecontrolroombridge-upgrades 2021-04-08 16:17:02 -06:00
Presets fix PresetsList saving to file 2020-12-21 16:19:45 -07:00
Properties Allow some outside assemblies to see internals 2020-07-13 14:50:57 -06:00
Queues Merge branch 'development' into feature/imobilecontrolroombridge-upgrades 2021-04-08 16:17:02 -06:00
Ramps and Increments Removes essentials-framework as a submodule and brings the files back into the main repo 2019-07-09 17:21:53 -06:00
Remotes #451 Fix namespace issues 2021-02-18 13:03:23 -07:00
Room Set event to not be acknowledgable 2021-03-18 12:44:20 -06:00
Routing Update RoutingInterfaces.cs 2021-02-02 15:30:43 -07:00
Shades Finishes converting all existing types to new DeviceFactory mechanism. #106 2020-04-22 17:52:29 -06:00
SmartObjects Major repo cleanout. Removes all files marked as REMOVE or MOVED and removes Cues and all assciated referenced. 2020-01-30 14:38:00 -07:00
Timers add Math.Floor calls to ignore milliseconds 2021-02-24 14:27:11 -07:00
Touchpanels #443 Add SetString Overload 2020-10-13 14:06:48 -06:00
TriListBridges Removes essentials-framework as a submodule and brings the files back into the main repo 2019-07-09 17:21:53 -06:00
UI PageManagers Implements ITvPresetsProvider on IrSetTopBoxBase 2021-01-28 14:05:59 -07:00
Utilities Adds null check for _worker before checking thread state 2021-02-26 14:16:53 -07:00
VideoStatus Major repo cleanout. Removes all files marked as REMOVE or MOVED and removes Cues and all assciated referenced. 2020-01-30 14:38:00 -07:00
app.config Removes essentials-framework as a submodule and brings the files back into the main repo 2019-07-09 17:21:53 -06:00
PepperDash_Essentials_Core.csproj Merge branch 'development' into feature/multi-display-adds 2021-03-17 09:01:00 -06:00
PepperDash_Essentials_Core.nuspec Update PepperDash_Essentials_Core.nuspec 2021-01-26 11:05:42 -07:00
SigHelper.cs Removes essentials-framework as a submodule and brings the files back into the main repo 2019-07-09 17:21:53 -06:00