Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additions and fixes #157

Merged
merged 2 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "🧐 Checking IR Files"

on:
pull_request_target:
pull_request:
paths: '**.ir'

jobs:
Expand Down Expand Up @@ -46,18 +46,18 @@ jobs:
with:
run: 'LINTER_CONFIG=.fff-ir-lint.json python fff-ir-lint/main.py github2 file:changed_file_list.txt'

- uses: ntsd/auto-request-changes-action@v2
name: "Request Changes"
if: ${{ steps.run.outputs.stderr }}
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
comment-body: |
<details>
<summary>🐛 Linter Result</summary>

${{ steps.run.outputs.stdout }}

</details>
#- uses: ntsd/auto-request-changes-action@v2
# name: "Request Changes"
# if: ${{ steps.run.outputs.stderr }}
# with:
# github-token: "${{ secrets.GITHUB_TOKEN }}"
# comment-body: |
# <details>
# <summary>🐛 Linter Result</summary>
#
# ${{ steps.run.outputs.stdout }}
#
# </details>

- name: Fail Pipeline
if: ${{ steps.run.outputs.stderr }}
Expand Down
29 changes: 29 additions & 0 deletions Heaters/Orbegozo/Orbegozo_RRE_1310_A.ir
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Filetype: IR signals file
Version: 1
#
# Orbegozo RRE 1310 A Heater
# https://orbegozo.com/productos/calefaccion/emisores-termicos/emisor-termico-rre-1310-a/
#
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: 8C 00 00 00
#
name: Menu
type: parsed
protocol: NEC
address: 00 00 00 00
command: 90 00 00 00
#
name: +
type: parsed
protocol: NEC
address: 00 00 00 00
command: 98 00 00 00
#
name: -
type: parsed
protocol: NEC
address: 00 00 00 00
command: 94 00 00 00