forked from NikolayRag/Yi4kAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
36 lines (27 loc) · 877 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
v1.4
add:
- handle connection loss
- deleteFile command, path is relative to DCIM folder
fix:
- getFileList accepts path relative to DCIM folder
v1.3
add:
- 'start_album' and 'stop_album' events.
fix:
- clean blocking Timer after command done.
- *Viewfinder commands dont wait event enymore.
v1.2
More flexible communicating, tho still blocking.
add:
- 'stopRecording' and 'capturePhoto' waits for actual end of execution, returning file name.
- YiAPI.setCB(name, callback) for background callbacks.
- 'adapter', 'adapter_status' and 'battery_status' callbacks in addition to original ones.
v1.1
Bugfix
v1.0
Basic Yi4k API functionality.
add:
- Most of commands to communicate with camera.
limits:
- communication are blocking.
- values provided to commands should be correct strings, which list is stored at YiAPICommandGen.values