-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathversions.json
39 lines (39 loc) · 1.36 KB
/
versions.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
{
"Comment":"Last updated: 10/11/2018",
"copyright":" Ⓒ 2018 Napalmcsr",
"author":"Napalmcsr",
"versions":{
"Application":{
"DeadManChild":"1.0.2",
"DeadManParent":"1.0.0",
"VirtThermTempChild":"1.0.1",
"VirtThermTempParent":"1.0.0",
"SmartHumidityFan":"2.0.3",
"KeenectMaster":"1.4.0",
"KeenectZone":"1.4.0",
"KeenectLiteMaster":"1.0.1",
"KeenectLiteZone":"2.0.0",
"TstatTrackerTile":"1.0.0",
"TstatTracker":"2.0.0"
},
"Driver":{
"TstatTrackerTile":"1.0.1",
"KeenectDataTile":"1.0.0"
},
"UpdateInfo":{
"Application":{
"SmartHumidityFan":"<b>Update Information: </b> Updated: 5/25/2019 - Fixed missing Title",
"KeenectMaster":"<b>Update Information: </b> Updated: 10/11/2018 - initial Versioning",
"KeenectZone":"<b>Update Information: </b> Updated: 10/11/2018 - initial Versioning",
"KeenectLiteMaster":"<b>Update Information: </b> Updated: 4/12/2019 - removed mode selection",
"TstatTracker":"<b>Update Information: </b> Updated: 6/09/2019 - fixed intdiv typo",
"VirtThermTempChild":"<b>Update Information: </b> Updated: 6/18/2019 - Added Dashboard Support",
"KeenectLiteZone":"<b>Update Information: </b> Updated: 6/12/2019 - Added Digital Control and dashboard tile support"
},
"Driver":{
"TstatTrackerTile":"Updated using better version Code",
"KeenectDataTile":"Initial"
}
}
}
}