Merge pull request #276 from nn7n/main

Another 3 additions
This commit is contained in:
UberGuidoZ
2022-12-07 21:28:03 -08:00
committed by GitHub
3 changed files with 644 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
Filetype: IR signals file
Version: 1
#
# Model: (Dadget) dBot W100 window cleaner robot
#
name: UP AUTO
type: parsed
protocol: NEC
address: 00 00 00 00
command: 12 00 00 00
#
name: LEFT AUTO
type: parsed
protocol: NEC
address: 00 00 00 00
command: 1A 00 00 00
#
name: RIGHT AUTO
type: parsed
protocol: NEC
address: 00 00 00 00
command: 1E 00 00 00
#
name: OK
type: parsed
protocol: NEC
address: 00 00 00 00
command: 08 00 00 00
#
name: UP
type: parsed
protocol: NEC
address: 00 00 00 00
command: 05 00 00 00
#
name: DOWN
type: parsed
protocol: NEC
address: 00 00 00 00
command: 1B 00 00 00
#
name: LEFT
type: parsed
protocol: NEC
address: 00 00 00 00
command: 07 00 00 00
#
name: RIGHT
type: parsed
protocol: NEC
address: 00 00 00 00
command: 09 00 00 00
#
name: STOP
type: parsed
protocol: NEC
address: 00 00 00 00
command: 01 00 00 00
#
name: PAUSE
type: parsed
protocol: NEC
address: 00 00 00 00
command: 02 00 00 00