mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
add config snippets for external card cages
This commit is contained in:
parent
fabfa53bec
commit
b14f3e6c88
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ using PepperDash.Essentials.Core.Config;
|
|||
|
||||
namespace PepperDash.Essentials.Core.CrestronIO.Cards
|
||||
{
|
||||
[ConfigSnippet("\"properties\":{\"card\":\"c3com3\"}")]
|
||||
public class CenCi31Controller : CrestronGenericBaseDevice
|
||||
{
|
||||
private const string CardKeyTemplate = "{0}-card";
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ using PepperDash.Essentials.Core.Config;
|
|||
|
||||
namespace PepperDash.Essentials.Core.CrestronIO.Cards
|
||||
{
|
||||
[ConfigSnippet("\"properties\":{\"cards\":{\"1\":\"c3com3\",\"2\":\"c3ry16\",\"3\":\"c3ry8\"}}")]
|
||||
public class CenCi33Controller : CrestronGenericBaseDevice
|
||||
{
|
||||
private const string CardKeyTemplate = "{0}-card{1}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue