PepperDash.Essentials.Plugin.4Series.LgDisplay
1.1.0-feature-4-series.3
See the version list below for details.
dotnet add package PepperDash.Essentials.Plugin.4Series.LgDisplay --version 1.1.0-feature-4-series.3
NuGet\Install-Package PepperDash.Essentials.Plugin.4Series.LgDisplay -Version 1.1.0-feature-4-series.3
<PackageReference Include="PepperDash.Essentials.Plugin.4Series.LgDisplay" Version="1.1.0-feature-4-series.3" />
paket add PepperDash.Essentials.Plugin.4Series.LgDisplay --version 1.1.0-feature-4-series.3
#r "nuget: PepperDash.Essentials.Plugin.4Series.LgDisplay, 1.1.0-feature-4-series.3"
// Install PepperDash.Essentials.Plugin.4Series.LgDisplay as a Cake Addin #addin nuget:?package=PepperDash.Essentials.Plugin.4Series.LgDisplay&version=1.1.0-feature-4-series.3&prerelease // Install PepperDash.Essentials.Plugin.4Series.LgDisplay as a Cake Tool #tool nuget:?package=PepperDash.Essentials.Plugin.4Series.LgDisplay&version=1.1.0-feature-4-series.3&prerelease
PepperDash Essentials LG Display Plugin (c) 2020
License
Provided under MIT license
Overview
This repo contains a plugin for use with PepperDash Essentials. This plugin enables Essentials to communicate with and control an LG display over RS-232.
Example Config Object
{
"key": "display01",
"name": "Display 1",
"group": "displays",
"type": "lg",
"properties": {
"id": "01",
"volumeUpperLimit": 100,
"volumeLowerLimit": 0,
"pollIntervalMs": 45000,
"coolingTime": 10000,
"warmingTimeMs": 10000,
"smallDisplay": false,
"control": {
"method": "com",
"controlPortNumber": 1,
"controlPortDevKey": "processor",
"comParams": {
"protocol": "RS232",
"parity": "None",
"baudRate": 9600,
"dataBits": 8,
"softwareHandshake": "None",
"hardwareHandshake": "None",
"stopBits": 1
}
}
}
}
The smallDisplay
configuration option is used to control padding of the power on command. If smallDisplay
is true
, the power on command sent will be ka 01 1
. If smallDisplay
is false
, the power on command sent will be ka 01 01
.
For more configuration information, see the PepperDash Essentials wiki.
Github Actions
This repo contains two Github Action workflows that will build this project automatically. Modify the SOLUTION_PATH and SOLUTION_FILE environment variables as needed. Any branches named feature/*
, release/*
, hotfix/*
or development
will automatically be built with the action and create a release in the repository with a version number based on the latest release on the master branch. If there are no releases yet, the version number will be 0.0.1. The version number will be modified based on what branch triggered the build:
feature
branch builds will be tagged with analpha
descriptor, with the Action run appended:0.0.1-alpha-1
development
branch builds will be tagged with abeta
descriptor, with the Action run appended:0.0.1-beta-2
release
branches will be tagged with anrc
descriptor, with the Action run appended:0.0.1-rc-3
hotfix
branch builds will be tagged with ahotfix
descriptor, with the Action run appended:0.0.1-hotfix-4
Builds on the Main
branch will ONLY be triggered by manually creating a release using the web interface in the repository. They will be versioned with the tag that is created when the release is created. The tags MUST take the form major.minor.revision
to be compatible with the build process. A tag like v0.1.0-alpha
is NOT compatabile and may result in the build process failing.
If you have any questions about the action, contact Andrew Welker or Neil Dorin.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- PepperDashEssentials (>= 2.0.0-beta-2431)
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.4 | 47 | 10/16/2024 |
1.1.0-feature-4-series.3 | 59 | 5/1/2024 |
1.1.0-feature-4-series.1 | 97 | 4/9/2024 |