Skip to content

Commit

Permalink
Merge pull request #171 from marazmarci/add-android-flashlight-command
Browse files Browse the repository at this point in the history
Add command_flashlight to messages_to_ignore in android.js
  • Loading branch information
dshokouhi authored Oct 31, 2024
2 parents 0556260 + ead5aa1 commit ba7449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
'command_ringer_mode', 'command_broadcast_intent','command_volume_level', 'command_screen_on',
'command_bluetooth', 'command_high_accuracy_mode', 'command_activity', 'command_app_lock', 'command_webview', 'command_media',
'command_update_sensors', 'command_ble_transmitter', 'command_persistent_connection', 'command_stop_tts',
'command_auto_screen_brightness', 'command_screen_brightness_level', 'command_screen_off_timeout'];
'command_auto_screen_brightness', 'command_screen_brightness_level', 'command_screen_off_timeout', 'command_flashlight'];
if (messages_to_ignore.includes(req.body.message)) {
updateRateLimits = false;
}
Expand Down

0 comments on commit ba7449a

Please sign in to comment.