Device Usage working when switching sources

This commit is contained in:
Neil Dorin
2017-08-25 17:00:58 -06:00
parent ba6fdb83ae
commit 0b5681842e
10 changed files with 260 additions and 157 deletions

View File

@@ -26,7 +26,7 @@ namespace PepperDash.Essentials.Room.Cotija
controller.AddAction(prefix + "num9", new PressAndHoldAction(dev.Digit0));
controller.AddAction(prefix + "dash", new PressAndHoldAction(dev.KeypadAccessoryButton1));
controller.AddAction(prefix + "enter", new PressAndHoldAction(dev.KeypadAccessoryButton2));
#warning Deal with the Accessory functions on the numpad later
// Deal with the Accessory functions on the numpad later
}
public static void UnlinkActions(this INumericKeypad dev, CotijaSystemController controller)