Skip to content

Commit

Permalink
Adds support for RM3 Mini 0x27d0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-cam committed Jul 14, 2024
1 parent 246b3f7 commit b2d70d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const assert = require('assert');
const rmDeviceTypes = {};
rmDeviceTypes[parseInt(0x2737, 16)] = "Broadlink RM3 Mini";
rmDeviceTypes[parseInt(0x6507, 16)] = "Broadlink RM3 Mini";
rmDeviceTypes[parseInt(0x27d0, 16)] = "Broadlink RM3 Mini";
rmDeviceTypes[parseInt(0x27c7, 16)] = 'Broadlink RM3 Mini A';
rmDeviceTypes[parseInt(0x27c2, 16)] = "Broadlink RM3 Mini B";
rmDeviceTypes[parseInt(0x6508, 16)] = "Broadlink RM3 Mini D";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kiwicam-broadlinkjs-rm",
"version": "0.9.21",
"version": "0.9.22",
"description": "A Node.JS fork of broadlinkjs specifically intended for interacting with RM devices in homebridge-broadlink-rm",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b2d70d7

Please sign in to comment.