Skip to content

Commit

Permalink
Update hav settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjackhughes committed Sep 25, 2024
1 parent ea813e1 commit c56cc8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/sendData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,21 +195,21 @@ export const sendData = async (
device_id: settings.device_id,
sensor_haptic_low: {
enable: 1,
icon_display: 1,
icon_display: 0,
vibration_alert: 0,
sound_alert: 0,
trigger_condition: 30,
},
sensor_haptic_medium: {
enable: 1,
icon_display: 1,
icon_display: 0,
vibration_alert: 0,
sound_alert: 0,
trigger_condition: 50,
},
sensor_haptic_high: {
enable: 1,
icon_display: 1,
icon_display: 0,
vibration_alert: 0,
sound_alert: 0,
trigger_condition: 100,
Expand Down

0 comments on commit c56cc8a

Please sign in to comment.