forked from UberGuidoZ/Flipper-IRDB
-
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.
Merge pull request logickworkshop#561 from logickworkshop/main
Multiple additions
- Loading branch information
Showing
662 changed files
with
11,283 additions
and
9,426 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,88 @@ | ||
{ | ||
"name-check": { | ||
"$path-prefix": "", | ||
"$groups": { | ||
"power-toggle": [ | ||
"/^((power|pwr)[_\\s]*)?(toggle)?$/", | ||
"/^((power|pwr)[_\\s]*)?((on[_\\/\\s]*off)|(off[_\\/\\s]*on)|toggle)$/", | ||
"/^(turn[_\\s]*)?((on[_\\/\\s]*off)|(off[_\\/\\s]*on))$/" | ||
], | ||
"power-off": [ | ||
"/^((power|pwr)[_\\s]*)?off$/", | ||
"/^(turn[_\\s]*)?(off)$/" | ||
], | ||
"power-on": [ | ||
"/^((power|pwr)[_\\s]*)?on$/", | ||
"/^(turn[_\\s]*)?(on)$/" | ||
], | ||
"vol_up": [ | ||
"/^vol(ume)?[_\\s]*(up|[\\^+])$/" | ||
], | ||
"vol_dn": [ | ||
"/^vol(ume)?[_\\s]*(d(o?w)?n|[v\\-])$/" | ||
], | ||
"ch_next": [ | ||
"/^ch(an(nel)?)?[_\\s]*(up|[\\^+])$/" | ||
], | ||
"ch_prev": [ | ||
"/^ch(an(nel)?)?[_\\s]*(d(o?w)?n|[\\v-])$/" | ||
], | ||
"mute": [ | ||
"mute", | ||
"mte", | ||
"/^mute.*$/" | ||
] | ||
}, | ||
"TVs/*": { | ||
"Power": [ | ||
"$group:power-toggle" | ||
], | ||
"Power_off": [ | ||
"$group:power-off" | ||
], | ||
"Power_on": [ | ||
"$group:power-on" | ||
], | ||
"Vol_up": [ | ||
"$group:vol_up" | ||
], | ||
"Vol_dn": [ | ||
"$group:vol_dn" | ||
], | ||
"Ch_next": [ | ||
"$group:ch_next" | ||
], | ||
"Ch_prev": [ | ||
"$group:ch_prev" | ||
], | ||
"Mute": [ | ||
"$group:mute" | ||
] | ||
}, | ||
"ACs/*": { | ||
"Off": [ | ||
"$group:power-off" | ||
] | ||
}, | ||
"Audio_Receivers/*,SoundBars/*,Speakers/*": { | ||
"Power": [ | ||
"$group:power-toggle" | ||
], | ||
"Power_off": [ | ||
"$group:power-off" | ||
], | ||
"Power_on": [ | ||
"$group:power-on" | ||
], | ||
"Vol_up": [ | ||
"$group:vol_up" | ||
], | ||
"Vol_dn": [ | ||
"$group:vol_dn" | ||
], | ||
"Mute": [ | ||
"$group:mute" | ||
] | ||
} | ||
} | ||
} |
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
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,2 +1,3 @@ | ||
.DS_Store | ||
*.ffs_db | ||
.vscode/ |
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
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
ACs/Chigo/Chigo_CS-21H3A-B155.ir → ACs/Chigo/Chigo_KRF-51G_79F.ir
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
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
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
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 |
---|---|---|
|
@@ -43,4 +43,4 @@ name: Vent Angle | |
type: parsed | ||
protocol: NEC | ||
address: 81 00 00 00 | ||
command: 67 00 00 00 | ||
command: 67 00 00 00 |
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 |
---|---|---|
|
@@ -43,4 +43,4 @@ name: Timer | |
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 9F 00 00 00 | ||
command: 9F 00 00 00 |
Oops, something went wrong.