mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Finishes converting all existing types to new DeviceFactory mechanism. #106
This commit is contained in:
parent
2170a79399
commit
4f6ae386b4
29 changed files with 626 additions and 334 deletions
|
|
@ -105,7 +105,7 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
Debug.Console(0, "Device Types:");
|
||||
|
||||
foreach (var type in types)
|
||||
foreach (var type in types.OrderBy(t => t.Key))
|
||||
{
|
||||
var description = type.Value.Description;
|
||||
var cType = "Not Specified by Plugin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue