Pepperdash.Essentials.Plugins.Crestron.Fusion 1.1.0-feature-4-series.2

This is a prerelease version of Pepperdash.Essentials.Plugins.Crestron.Fusion.
dotnet add package Pepperdash.Essentials.Plugins.Crestron.Fusion --version 1.1.0-feature-4-series.2                
NuGet\Install-Package Pepperdash.Essentials.Plugins.Crestron.Fusion -Version 1.1.0-feature-4-series.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pepperdash.Essentials.Plugins.Crestron.Fusion" Version="1.1.0-feature-4-series.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pepperdash.Essentials.Plugins.Crestron.Fusion --version 1.1.0-feature-4-series.2                
#r "nuget: Pepperdash.Essentials.Plugins.Crestron.Fusion, 1.1.0-feature-4-series.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pepperdash.Essentials.Plugins.Crestron.Fusion as a Cake Addin
#addin nuget:?package=Pepperdash.Essentials.Plugins.Crestron.Fusion&version=1.1.0-feature-4-series.2&prerelease

// Install Pepperdash.Essentials.Plugins.Crestron.Fusion as a Cake Tool
#tool nuget:?package=Pepperdash.Essentials.Plugins.Crestron.Fusion&version=1.1.0-feature-4-series.2&prerelease                

state badge

epi-dynfusion

DynFusion provides the ability to dynamically create and interact with a Fusion symbol using PepperDash Essentials.

Essentials Simple Device Configuration

{
    "key": "DynFusion01",
    "uid": 1,
    "name": "DynFusion",
    "type": "DynFusion",
    "group": "Fusion",
    "properties": 
    {
        "control": 
        {
            "ipid": "AA",
            "method": "ipidTcp",
            "tcpSshProperties": 
            {
                "address": "127.0.0.2",
                "port": 0
            }
        },
        "CustomAttributes":
        {
            "DigitalAttributes" :
            [
                {
                    "name": "PowerOn", 
                    "RwType": "RW", 
                    "JoinNumber": 51
                }
            ],
            "AnalogAttributes" :
            [
                {
                    "name": "testAttributeUShort", 
                    "joinNumber": 51, 
                    "RwType": "RW"
                }
            ],
            "SerialAttributes" :
            [
                {
                    "name": "testAttributeString", 
                    "joinNumber": 51, 
                    "RwType": "RW"
                }
            ]

        },
        "CustomProperties":
        {
            "DigitalProperties" :
            [
                {
                    "ID": "AdHocEnable", 
                    "joinNumber": 55
                }
            ],
            "AnalogProperties" :
            [
                {
                    "ID": "ForceOrgCheckInDuringRes", 
                    "joinNumber": 55
                }
            ],
            "SerialProperties" :
            [
                {
                    "ID": "BackgroundReserved", 
                    "joinNumber": 55
                }
            ]
        },
    },

Essentials Device Bridge Configuration

{
    "key": "DynFusionBridge",
    "group": "api",
    "name": "eisc-Bridge",
    "properties": 
    {
        "control": 
        {
            "ipid": "AB",
            "method": "ipidTcp",
            "tcpSshProperties": 
            {
                "address": "127.0.0.2",
                "port": 0
            }
        },
        "devices": 
        [
            {
                "deviceKey": "DynFusion01",
                "joinStart": 1
            },
        ]
    },
    "type": "eiscApiAdvanced",
    "uid": 4
    },
}

Digitals

Input I/O Output
1 SymbolOnlineFB
2
SystemPowerOn 3 SystemPowerIsOn
SystemPowerOff 4 Input 1 Fb [HDMI 1]
DisplayPowerOn 5 DisplayPowerIsOn
DispalyPowerOff 6
RESERVED 7-21 RESERVED
MsgBraodcastEnabled 22
RESERVED 23-29 RESERVED
30 AuthenticateSucceeded
31 AuthenticateFailed
RESERVED 32 - 49 RESERVED

Analogs

Input I/O Output
DispalyUsage 2
22 BraodcastMsgType

Serials

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0-feature-4-series.2 47 12/4/2024
1.1.0-feature-4-series.1 45 12/3/2024