You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• UPDATE: Added the Nest Auth token to appData for easy management
12
+
13
+
V4.4.0 (January 7th, 2017):
14
+
▔▔▔▔▔▔▔▔▔▔▔
15
+
• FIXED: NullPointer issue during install if ST mode was not set
16
+
• FIXED: Eco fix for WatchDog warnings to honor \'Off\'
17
+
• FIXED: Nest mode should now work properly in cases where there are no thermostats
18
+
19
+
V4.3.1 (December 23rd, 2016):
20
+
▔▔▔▔▔▔▔▔▔▔▔
21
+
• ADDED: Nest Manager | Automations will now allow you to repair/rebuild corrupted states.
22
+
23
+
V4.2.0 (December 12th, 2016):
24
+
▔▔▔▔▔▔▔▔▔▔▔
25
+
• Updated: Modified the minimum device version removed some unnecessary code.
26
+
27
+
V4.1.0 (November 21st, 2016):
28
+
▔▔▔▔▔▔▔▔▔▔▔
29
+
• Updated: Modified the minimum device version removed some unnecessary code.
30
+
31
+
V4.1.0 (November 19th, 2016):
32
+
▔▔▔▔▔▔▔▔▔▔▔
33
+
• ADDED: Manager and thermostat devices now support all of the new Nest Api features like time-to-temp, sunlight correction, and Eco mode.
34
+
• ADDED: Devices now support SmartThings undocumented device Health Check system. Which will show you when your device isn't communicating.
35
+
• ADDED: Cleaned up thermostat voice reports to sound more natural and added some more detail.
36
+
• ADDED: Voice Report preferences to the Setup Review and preferences pages. This allows you to select which items to disable from the voice report (zone info, automation schedule info, device usage info)
37
+
• ADDED: Thermostat device graphs updated to display external temps and HVAC runtime.
38
+
• ADDED: Added two new pie charts to represent the Today and Month usage.
39
+
• UPDATED: Virtual Thermostat device now shares the same code as the physical device handler
40
+
• UPDATED: All device logging methods modified to honor the manager setting to disable appending app/device name to log entries
41
+
• UPDATED: Complete update to device and child app diagnostic pages it includes filters to increase loading and not show irrelevant data."
str += "\n • UPDATE: Added the Nest Auth token to appData for easy management"
54
-
55
-
str += "\n\nV4.4.0 (January 7th, 2017):"
56
-
str += "\n▔▔▔▔▔▔▔▔▔▔▔"
57
-
str += "\n • FIXED: NullPointer issue during install if ST mode was not set"
58
-
str += "\n • FIXED: Eco fix for WatchDog warnings to honor \'Off\'"
59
-
str += "\n • FIXED: Nest mode should now work properly in cases where there are no thermostats"
60
-
61
-
str += "\n\nV4.3.1 (December 23rd, 2016):"
62
-
str += "\n▔▔▔▔▔▔▔▔▔▔▔"
63
-
str += "\n • ADDED: Nest Manager | Automations will now allow you to repair/rebuild corrupted states."
64
-
65
-
str += "\n\nV4.2.0 (Decemnber 12th, 2016):"
66
-
str += "\n▔▔▔▔▔▔▔▔▔▔▔"
67
-
str += "\n • Updated: Modified the minimum device version removed some unnecessary code."
68
-
69
-
str += "\n\nV4.1.0 (November 21st, 2016):"
70
-
str += "\n▔▔▔▔▔▔▔▔▔▔▔"
71
-
str += "\n • Updated: Modified the minimum device version removed some unnecessary code."
72
-
73
-
str += "\n\nV4.1.0 (November 19th, 2016):"
74
-
str += "\n▔▔▔▔▔▔▔▔▔▔▔"
75
-
str += "\n • ADDED: Manager and thermostat devices now support all of the new Nest Api features like time-to-temp, sunlight correction, and Eco mode."
76
-
str += "\n • ADDED: Devices now support SmartThings undocumented device Health Check system. Which will show you when your device isn't communicating."
77
-
str += "\n • ADDED: Cleaned up thermostat voice reports to sound more natural and added some more detail."
78
-
str += "\n • ADDED: Voice Report preferences to the Setup Review and preferences pages. This allows you to select which items to disable from the voice report (zone info, automation schedule info, device usage info)"
79
-
str += "\n • ADDED: Thermostat device graphs updated to display external temps and hvac runtime."
80
-
str += "\n • ADDED: Added two new pie charts to represent the Today and Month usage."
81
-
str += "\n • UPDATED: Virtual Thermostat device now shares the same code as the physical device handler"
82
-
str += "\n • UPDATED: All device logging methods modified to honor the manager setting to disable appending app/device name to log entries"
83
-
str += "\n • UPDATED: Complete update to device and child app diagnostic pages it includes filters to increase loading and not show irrelavent data."
0 commit comments