Skip to content

Commit

Permalink
Merge pull request #593 from HaggardFFM/HaggardFFM-#423---0.14.0.b6
Browse files Browse the repository at this point in the history
Update stateAttr.js
  • Loading branch information
DutchmanNL authored Nov 29, 2023
2 parents b85f86d + 4cd8d97 commit f315126
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/stateAttr.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@ const state_attrb = {
name: 'set',
type: 'number',
},
'rgrp': {
name: 'Receive Group',
//Bitfield for broadcast receive groups 1-8
type: 'number',
},
};

module.exports = state_attrb;

0 comments on commit f315126

Please sign in to comment.