Skip to content

Commit

Permalink
Merge pull request #37 from athombv/master
Browse files Browse the repository at this point in the history
mmip #patch
  • Loading branch information
jeroenwienk authored Oct 16, 2024
2 parents e8fdb79 + 8032d10 commit 4d4a7d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/HomeyWidget.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ interface HomeyWidget {
* @returns {string}
*/
getWidgetInstanceId(): string;
/**
* Provide a haptic feedback on presses.
* This function can only be called in a short window after a touch event.
*/
hapticFeedback(): void;
/**
* Register an event listener for the app's realtime events.
* @param {string} event
Expand Down

0 comments on commit 4d4a7d7

Please sign in to comment.