-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
184 changed files
with
2,566 additions
and
1,247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Build Essentials Plugin | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
|
||
jobs: | ||
getVersion: | ||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main | ||
secrets: inherit | ||
build-3Series: | ||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main | ||
secrets: inherit | ||
needs: getVersion | ||
if: needs.getVersion.outputs.newVersion == 'true' | ||
with: | ||
newVersion: ${{ needs.getVersion.outputs.newVersion }} | ||
version: ${{ needs.getVersion.outputs.version }} | ||
tag: ${{ needs.getVersion.outputs.tag }} | ||
channel: ${{ needs.getVersion.outputs.channel }} | ||
build-4Series: | ||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-4Series-builds.yml@main | ||
secrets: inherit | ||
needs: getVersion | ||
if: needs.getVersion.outputs.newVersion == 'true' | ||
with: | ||
newVersion: ${{ needs.getVersion.outputs.newVersion }} | ||
version: ${{ needs.getVersion.outputs.version }} | ||
tag: ${{ needs.getVersion.outputs.tag }} | ||
channel: ${{ needs.getVersion.outputs.channel }} |
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
.github/workflows/essentialsplugins-releasebuilds-caller.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"releaseRules": [ | ||
{ "scope": "force-patch", "release": "patch" }, | ||
{ "scope": "no-release", "release": false } | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
["@semantic-release/changelog", | ||
{ | ||
"changelogFile": "CHANGELOG.md" | ||
} | ||
], | ||
[ | ||
"@semantic-release/exec", | ||
{ | ||
"verifyReleaseCmd": "echo \"newVersion=true\" >> $GITHUB_OUTPUT", | ||
"publishCmd": "echo \"version=${nextRelease.version}\" >> $GITHUB_OUTPUT && echo \"tag=${nextRelease.gitTag}\" >> $GITHUB_OUTPUT && echo \"type=${nextRelease.type}\" >> $GITHUB_OUTPUT && echo \"channel=${nextRelease.channel}\" >> $GITHUB_OUTPUT" | ||
} | ||
] | ||
], | ||
"branches": [ | ||
"main", | ||
{ | ||
"name": "replace-me-feature-branch", | ||
"prerelease": "replace-me-prerelease", | ||
"channel": "replace-me-prerelease" | ||
} | ||
] | ||
} |
Binary file added
BIN
+131 KB
.vs/ProjectEvaluation/epi-stb-contemporaryresearch.4series.metadata.v2
Binary file not shown.
Binary file added
BIN
+60.4 KB
.vs/ProjectEvaluation/epi-stb-contemporaryresearch.4series.projects.v2
Binary file not shown.
Binary file added
BIN
+332 Bytes
.vs/epi-stb-contemporaryresearch.4series/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file added
BIN
+15.9 KB
...-contemporaryresearch.4series/FileContentIndex/3cd9f49d-4bfe-407b-bffd-92463f67f643.vsidx
Binary file not shown.
Binary file added
BIN
+39.8 KB
...-contemporaryresearch.4series/FileContentIndex/793ec04d-5fec-499f-986c-6bf3bd8bd4b3.vsidx
Binary file not shown.
File renamed without changes.
Binary file not shown.
Empty file.
40 changes: 20 additions & 20 deletions
40
...research/epi-stb-contemporaryresearch.sln → epi-stb-contemporaryresearch.3series.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual Studio 2008 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "epi-stb-contemporaryresearch", "epi-stb-contemporaryresearch\epi-stb-contemporaryresearch.csproj", "{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual Studio 2008 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "epi-stb-contemporaryresearch", "src\epi-stb-contemporaryresearch.csproj", "{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.2.32630.192 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "epi-stb-contemporaryresearch.4series", "src\epi-stb-contemporaryresearch.4series.csproj", "{EE224449-FF53-46B2-A72D-59604F42B694}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{EE224449-FF53-46B2-A72D-59604F42B694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{EE224449-FF53-46B2-A72D-59604F42B694}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{EE224449-FF53-46B2-A72D-59604F42B694}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{EE224449-FF53-46B2-A72D-59604F42B694}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {5F22536D-9368-4CED-B64E-E5A907E1A7AA} | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
Binary file removed
BIN
-1.36 MB
...contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.DM.dll
Binary file not shown.
Binary file removed
BIN
-585 KB
...yresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.DeviceSupport.dll
Binary file not shown.
Binary file removed
BIN
-34.2 KB
.../epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.EthernetCommunications.dll
Binary file not shown.
Binary file removed
BIN
-212 KB
...emporaryresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.Fusion.dll
Binary file not shown.
Binary file removed
BIN
-18.2 KB
...poraryresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.Gateways.dll
Binary file not shown.
Binary file removed
BIN
-144 KB
...oraryresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.GeneralIO.dll
Binary file not shown.
Binary file removed
BIN
-437 KB
...poraryresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.Lighting.dll
Binary file not shown.
Binary file removed
BIN
-53.7 KB
...emporaryresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.Shades.dll
Binary file not shown.
Binary file removed
BIN
-1.18 MB
...contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/Crestron.SimplSharpPro.UI.dll
Binary file not shown.
Binary file removed
BIN
-608 KB
...contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/Essentials Devices Common.dll
Binary file not shown.
Binary file removed
BIN
-1.82 MB
epi-stb-contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/PepperDashEssentials.dll
Binary file not shown.
Binary file removed
BIN
-160 KB
epi-stb-contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/PepperDash_Core.dll
Binary file not shown.
Binary file removed
BIN
-298 KB
...ontemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/PepperDash_Essentials_Core.dll
Binary file not shown.
Binary file removed
BIN
-155 KB
...-contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/PepperDash_Essentials_DM.dll
Binary file not shown.
Binary file removed
BIN
-303 KB
epi-stb-contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/SimplSharpNewtonsoft.dll
Binary file not shown.
Binary file removed
BIN
-172 KB
...emporaryresearch/epi-stb-contemporaryresearch/bin/Debug/SimplSharpReflectionInterface.dll
Binary file not shown.
Binary file removed
BIN
-381 KB
...temporaryresearch/epi-stb-contemporaryresearch/bin/Debug/SimplSharpSQLHelperInterface.dll
Binary file not shown.
Binary file removed
BIN
-128 KB
...emporaryresearch/epi-stb-contemporaryresearch/bin/Debug/SimplSharpTimerEventInterface.dll
Binary file not shown.
Binary file removed
BIN
-2.32 MB
...emporaryresearch/epi-stb-contemporaryresearch/bin/Debug/epi-stb-contemporaryresearch.cplz
Binary file not shown.
Binary file removed
BIN
-28.2 KB
...temporaryresearch/epi-stb-contemporaryresearch/bin/Debug/epi-stb-contemporaryresearch.dll
Binary file not shown.
Binary file removed
BIN
-47.5 KB
...temporaryresearch/epi-stb-contemporaryresearch/bin/Debug/epi-stb-contemporaryresearch.pdb
Binary file not shown.
Binary file removed
BIN
-1.58 KB
epi-stb-contemporaryresearch/epi-stb-contemporaryresearch/bin/Debug/manifest.ser
Binary file not shown.
Binary file removed
BIN
-2 KB
...ontemporaryresearch/epi-stb-contemporaryresearch/epi-stb-contemporaryresearch.projectinfo
Binary file not shown.
Binary file removed
BIN
-28.2 KB
...temporaryresearch/epi-stb-contemporaryresearch/obj/Debug/epi-stb-contemporaryresearch.dll
Binary file not shown.
Binary file removed
BIN
-47.5 KB
...temporaryresearch/epi-stb-contemporaryresearch/obj/Debug/epi-stb-contemporaryresearch.pdb
Binary file not shown.
Binary file added
BIN
+12 KB
output/Pepperdash.Essentials.Plugins.Stb.ContemporaryResearch.1.0.0-local.nupkg
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+313 KB
src/4Series/bin/Debug/net472/Crestron.SimplSharpPro.AudioDistribution.dll
Binary file not shown.
Binary file added
BIN
+227 KB
src/4Series/bin/Debug/net472/Crestron.SimplSharpPro.CrestronConnected.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+34.7 KB
src/4Series/bin/Debug/net472/Crestron.SimplSharpPro.EthernetCommunications.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.2 KB
src/4Series/bin/Debug/net472/Crestron.SimplSharpPro.ThreeSeriesCards.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.6 KB
src/4Series/bin/Debug/net472/System.Runtime.CompilerServices.Unsafe.dll
Binary file not shown.
Binary file added
BIN
+20.5 KB
src/4Series/bin/Debug/net472/epi-stb-contemporaryresearch.4series.dll
Binary file not shown.
Binary file added
BIN
+10.1 KB
src/4Series/bin/Debug/net472/epi-stb-contemporaryresearch.4series.pdb
Binary file not shown.
Binary file not shown.
50 changes: 25 additions & 25 deletions
50
...ge/JoinMap/ContemporaryResearchJoinMap.cs → ...ge/JoinMap/ContemporaryResearchJoinMap.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
using PepperDash.Essentials.Core; | ||
using PepperDash.Essentials.Core.Bridges; | ||
|
||
namespace epi_stb_contemporaryresearch.Bridge.JoinMap | ||
{ | ||
public class ContemporaryResearchJoinMap : SetTopBoxControllerJoinMap | ||
{ | ||
[JoinName("IsOnline")] | ||
public JoinDataComplete IsOnline = new JoinDataComplete( | ||
new JoinData() | ||
{ | ||
JoinNumber = 49, | ||
JoinSpan = 1 | ||
}, | ||
new JoinMetadata | ||
{ | ||
Description = "IsOnline", | ||
JoinCapabilities = eJoinCapabilities.ToSIMPL, | ||
JoinType = eJoinType.Digital | ||
}); | ||
public ContemporaryResearchJoinMap(uint joinStart) : base(joinStart, typeof (ContemporaryResearchJoinMap)) | ||
{ | ||
|
||
} | ||
} | ||
using PepperDash.Essentials.Core; | ||
using PepperDash.Essentials.Core.Bridges; | ||
|
||
namespace epi_stb_contemporaryresearch.Bridge.JoinMap | ||
{ | ||
public class ContemporaryResearchJoinMap : SetTopBoxControllerJoinMap | ||
{ | ||
[JoinName("IsOnline")] | ||
public JoinDataComplete IsOnline = new JoinDataComplete( | ||
new JoinData() | ||
{ | ||
JoinNumber = 49, | ||
JoinSpan = 1 | ||
}, | ||
new JoinMetadata | ||
{ | ||
Description = "IsOnline", | ||
JoinCapabilities = eJoinCapabilities.ToSIMPL, | ||
JoinType = eJoinType.Digital | ||
}); | ||
public ContemporaryResearchJoinMap(uint joinStart) : base(joinStart, typeof (ContemporaryResearchJoinMap)) | ||
{ | ||
|
||
} | ||
} | ||
} |
Oops, something went wrong.