mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-09 22:44:27 +00:00
commit
abb254c370
26
.github/workflows/pr-lint.yaml
vendored
26
.github/workflows/pr-lint.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: "🧐 Checking IR Files"
|
name: "🧐 Checking IR Files"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
paths: '**.ir'
|
paths: '**.ir'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -46,18 +46,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
run: 'LINTER_CONFIG=.fff-ir-lint.json python fff-ir-lint/main.py github2 file:changed_file_list.txt'
|
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
|
#- uses: ntsd/auto-request-changes-action@v2
|
||||||
name: "Request Changes"
|
# name: "Request Changes"
|
||||||
if: ${{ steps.run.outputs.stderr }}
|
# if: ${{ steps.run.outputs.stderr }}
|
||||||
with:
|
# with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
# github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
comment-body: |
|
# comment-body: |
|
||||||
<details>
|
# <details>
|
||||||
<summary>🐛 Linter Result</summary>
|
# <summary>🐛 Linter Result</summary>
|
||||||
|
#
|
||||||
${{ steps.run.outputs.stdout }}
|
# ${{ steps.run.outputs.stdout }}
|
||||||
|
#
|
||||||
</details>
|
# </details>
|
||||||
|
|
||||||
- name: Fail Pipeline
|
- name: Fail Pipeline
|
||||||
if: ${{ steps.run.outputs.stderr }}
|
if: ${{ steps.run.outputs.stderr }}
|
||||||
|
29
Heaters/Orbegozo/Orbegozo_RRE_1310_A.ir
Normal file
29
Heaters/Orbegozo/Orbegozo_RRE_1310_A.ir
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user