first version

This commit is contained in:
cpu
2025-03-31 23:27:57 +02:00
parent d14e7a4446
commit 52b19701cb
16 changed files with 1760 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

+8
View File
@@ -0,0 +1,8 @@
stateDiagram-v2
[*] --> FlicButton : Button Press
FlicButton --> Bluetooth : Transmit Signal
Bluetooth --> Phone : Receive Signal
Phone --> WebhookWebPushService : Send Webhook
WebhookWebPushService --> GooglePushAPI : Forward Notification
GooglePushAPI --> PWA : Push Notification
PWA --> [*] : Handle Notification
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

+7
View File
@@ -0,0 +1,7 @@
stateDiagram-v2
[*] --> PWA : User Initiates
PWA --> GooglePushAPI : Request Subscription
GooglePushAPI --> PWA : Return Subscription Info
PWA --> WebhookWebPushService : Store Subscription Info
WebhookWebPushService --> PWA : Confirmation
[*] --> Complete
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB