Skip to content

Commit bcfe094

Browse files
authored
Merge pull request #10 from jeremymaya/wol
screenshot for wol open api added and readme updated
2 parents 81186ba + 693db31 commit bcfe094

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

assets/open_api.png

774 KB
Loading

flask_app/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,17 @@ After following the [Setup & Installation](https://dashboard.ngrok.com/get-start
106106

107107
Above command should output the following which indicates a public URL of the local server.
108108

109-
```text
110-
109+
```bash
110+
Session Status online
111+
Account Kyungrae Kim (Plan: Free)
112+
Version 2.3.35
113+
Region United States (us)
114+
Web Interface http://127.0.0.1:XXXX
115+
Forwarding http://XXXX.ngrok.io -> http://localhost:8600
116+
Forwarding https://XXXX.ngrok.io -> http://localhost:8600
117+
118+
Connections ttl opn rt1 rt5 p50 p90
119+
0 0 0.00 0.00 0.00 0.00
111120
```
112121

113122
#### Send a POST request with Google Assistant with IFTTT
@@ -116,7 +125,7 @@ HTTP requst can be sent using Google Assistant by paring the assistant with Webh
116125

117126
Create a new applet following [Integrating Google Home And IFTTT Webhooks](https://www.francoisdelport.com/2018/04/23/integrating-google-home-and-ifttt-webhooks/).
118127

119-
For this example,
128+
For this example,
120129

121130
1. Select "Say a simple phrase" as trigger
122131
2. Select Webhooks as action
@@ -146,4 +155,4 @@ For this example,
146155

147156
## Change Log
148157

149-
* */wol v1 Completed* - 17 September 2020
158+
* */wol v1 Completed* - 17 September 2020

0 commit comments

Comments
 (0)