Skip to content

Commit

Permalink
Merge pull request #173 from EarMaster/feature/notification-progress
Browse files Browse the repository at this point in the history
Support for progress notifcations
  • Loading branch information
dshokouhi authored Nov 12, 2024
2 parents b44a4fe + 15abf55 commit 2776010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ module.exports = {
'package_name', 'tts_text', 'media_stream', 'command', 'intent_package_name',
'intent_action', 'intent_extras', 'media_command', 'media_package_name', 'intent_uri',
'intent_type', 'ble_uuid', 'ble_major', 'ble_minor', 'confirmation',
'app_lock_enabled', 'app_lock_timeout', 'home_bypass_enabled', 'car_ui', 'ble_measured_power'
'app_lock_enabled', 'app_lock_timeout', 'home_bypass_enabled', 'car_ui', 'ble_measured_power',
'progress', 'progress_max', 'progress_indeterminate'
]) {
if (req.body.data[key]){
payload.data[key] = String(req.body.data[key]);
Expand Down

0 comments on commit 2776010

Please sign in to comment.