Skip to content

Commit

Permalink
Merge pull request nicholascioli#1 from Wazner/more-codes
Browse files Browse the repository at this point in the history
Add missing RM4 pro codes
  • Loading branch information
nicholascioli committed Jan 19, 2023
2 parents 196d5ac + d1d5877 commit e31b4a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ use crate::{

/// A mapping of remote device codes to their friendly model equivalent.
pub const REMOTE_CODES: phf::Map<u16, &'static str> = phf_map! {
0x520Bu16 => "RM4 Pro",
0x5213u16 => "RM4 Pro",
0x5218u16 => "RM4C Pro",
0x6026u16 => "RM4 Pro",
0x6184u16 => "RMC4 Pro",
0x61A2u16 => "RM4 Pro",
Expand Down

0 comments on commit e31b4a3

Please sign in to comment.