-
Notifications
You must be signed in to change notification settings - Fork 12
/
.homeychangelog.json
86 lines (86 loc) · 2.63 KB
/
.homeychangelog.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"1.0.0": {
"en": "Initial version with support for NEO Coolcam smartplug 2000W\t"
},
"1.0.1": {
"en": "Added support for NEO Coolcam smartplug 3600W & You can now use IP instead of ID to connect devices\t"
},
"1.0.2": {
"en": "Added check on ID or IP and key when adding device.\t"
},
"1.0.3": {
"en": "Added support for LSC Smart LED light Strip (action) and LSC smart power plug (action) & Optimized data processing from devices\t"
},
"1.0.4": {
"en": "Optimized and centralized code. & Updated TuyAPI to version 5.1.3\t"
},
"1.0.5": {
"en": "Fixed crash because dataobject was invalid / undefined.\t"
},
"1.0.6": {
"en": "Added support for LSC Smart Filement LED (action)\t"
},
"1.0.7": {
"en": "Fixed icon of LSC Smart Filement LED (action) & Added logging for data atribute\t"
},
"1.0.8": {
"en": "Added support for AOFO WiFi Smart Power Strip\t"
},
"1.0.9": {
"en": "Fixed small bug controlling socket 4 off AOFOWiFiSmartPowerStrip & Added flowcharts for individual sockets 1 t/m 4 and usb ports\t"
},
"1.1.0": {
"en": "Version 3.0.0 support & Implemented energy property’s & Formatted the code\t"
},
"1.1.1": {
"en": "Added support for Anccy shutter timer switch (shutterdevice)\t"
},
"1.1.2": {
"en": "Bugfixes for shutter switch\t"
},
"1.1.3": {
"en": "Bugfixes for shutter switch\t"
},
"1.1.4": {
"en": "It is now possible to specify what version of the tuya protocol you want to use (default remains 3.1)\t"
},
"1.1.5": {
"en": "Formatted readme to athom specifications\t"
},
"1.1.6": {
"en": "Internal technical release\t"
},
"2.0.0": {
"en": "SDK 3 and Homey 5.0.0 support\t"
},
"2.0.1": {
"en": "Updated TuyApi libery"
},
"2.0.2": {
"en": "Fix on / off ledstrip and usage of homey composer"
},
"2.1.0": {
"en": "Revert to SDK 3"
},
"2.1.1": {
"en": "Fixed the mixup between LSC_SMART_POWER_PLUG and LSC_SMART_LED_STRIP"
},
"2.1.2": {
"en": "I did forget to merge the generic shutter device from SDK 2 to SDK 3 version"
},
"2.1.3": {
"en": "Fixed driver reference for AOFO_WiFi_Smart_Power_Strip"
},
"2.1.4": {
"en": "Added NOUS 3 + usb device and fixed AOFO device. For now removed flowcards from multisock devices"
},
"3.0.0": {
"en": "Homey pro 2023 ready, added automated discovery for generic devices (fill in the settings page), NEO, and LSC strip are now deprecated use the generic devices. "
},
"3.1.0": {
"en": "Deprecated all non generic devices. Updated images to fit appstore requirements"
},
"3.1.1": {
"en": "Small changes to readme"
}
}