Skip to content

Commit

Permalink
Add signal quality feature (GladysAssistant#1315)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Gilles Leymarie <pierregilles.leymarie@gmail.com>
  • Loading branch information
VonOx and Pierre-Gilles authored Oct 11, 2021
1 parent 73169b3 commit c14e042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ const DEVICE_FEATURE_CATEGORIES = {
ACCESS_CONTROL: 'access-control',
CUBE: 'cube',
BUTTON: 'button',
SIGNAL: 'signal',
UNKNOWN: 'unknown',
};

Expand Down Expand Up @@ -364,6 +365,9 @@ const DEVICE_FEATURE_TYPES = {
BUTTON: {
CLICK: 'click',
},
SIGNAL: {
QUALITY: 'integer',
},
UNKNOWN: {
UNKNOWN: 'unknown',
},
Expand Down

0 comments on commit c14e042

Please sign in to comment.