Skip to content

Commit ae9fb00

Browse files
committed
Version 1.0.0
1 parent 91a1a3b commit ae9fb00

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

CreateLineToken.png

39.5 KB
Loading

CreateNotifyNameSelectGroup.png

85.7 KB
Loading

Linenotify.png

45.9 KB
Loading

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,45 @@ TridentTD_LineNotify
33
[TridentTD] Manabu's Esp8266 IoT Library
44
---------------------------------------------
55

6-
TridentTD_LineNotify is a library for
6+
TridentTD_LineNotify is a library for
77
sending message to LINE app in the simplest method.
88

99
You can use functions like this
1010

1111
- TridentTD_LineNotify myLINE(LINE_TOKEN);
12+
1213
- myLine.wificonnect( ssid,password );
14+
1315
- myLine.notify( message );
16+
1417
- myLine.getVersion();
1518

19+
20+
21+
##วิธีสร้าง Line Token
22+
23+
ทำการ Log in ที่ https://notify-bot.line.me/en/
24+
25+
![linenotify.png](linenotify.png)
26+
27+
28+
29+
จากนั้น เข้าไปที่ https://notify-bot.line.me/my/ เพื่อทำการ สร้าง Line Token ขึ้นมา
30+
ให้กดปุ่ม **Generate token**
31+
32+
![CreateLineToken.png](CreateLineToken.png)
33+
34+
35+
ตั้งชื่อ Token อะไรก็ได้
36+
พร้อมทั้งเลือก กลุ่มใน Line ที่ต้องการให้มีการแจ้งเตือนไปยังกลุ่ม
37+
38+
![CreateNotifyNameSelectGroup.png](CreateNotifyNameSelectGroup.png)
39+
40+
41+
42+
43+
1644
Version
1745
=====
46+
1847
1.0.0 TridentTD_LineNotify

0 commit comments

Comments
 (0)