config CORS fixed key to one line helper prints clean up logs improved validations again validations fix rewritten flask and node.js solution added subscription route auth flow diagrams
8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
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 |