Skip to content

Commit

Permalink
[System.Feedback] Add new feedback_pattern
Browse files Browse the repository at this point in the history
Below feedback pattern is supported by mapping feedback pattern id number.
- FEEDBACK_PATTERN_WELCOME
- FEEDBACK_PATTERN_AUTO_DOOR_OPEN

Signed-off-by: Yunhee Seo <[email protected]>
  • Loading branch information
Yunhee Seo authored and chanwoochoi committed Oct 13, 2023
1 parent b7950e8 commit 8f0787e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tizen.System.Feedback/Feedback/Feedback.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ public class Feedback
{"BurnerMoved", 40030},
{"Connected", 40031},
{"Disconnected", 40032},
{"Welcome", 40033},
{"AutoDoorOpen", 40034},
};

/// <summary>
Expand Down

0 comments on commit 8f0787e

Please sign in to comment.