homebridge-virtual-accessories 3.8.8 → 3.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.schema.json +4 -2
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1114,7 +1114,8 @@
|
|
|
1114
1114
|
"startDateTime": {
|
|
1115
1115
|
"title": "Start Date-Time",
|
|
1116
1116
|
"type": "string",
|
|
1117
|
-
"format": "date-time",
|
|
1117
|
+
"format": "iso-date-time",
|
|
1118
|
+
"widget":"datetime-local",
|
|
1118
1119
|
"x-inputAttributes": {
|
|
1119
1120
|
"step": 1
|
|
1120
1121
|
}
|
|
@@ -1122,7 +1123,8 @@
|
|
|
1122
1123
|
"endDateTime": {
|
|
1123
1124
|
"title": "End Date-Time ",
|
|
1124
1125
|
"type": "string",
|
|
1125
|
-
"format": "date-time",
|
|
1126
|
+
"format": "iso-date-time",
|
|
1127
|
+
"widget":"datetime-local",
|
|
1126
1128
|
"x-inputAttributes": {
|
|
1127
1129
|
"step": 1
|
|
1128
1130
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "homebridge-virtual-accessories",
|
|
3
3
|
"displayName": "Virtual Accessories for Homebridge",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.8.
|
|
5
|
+
"version": "3.8.11",
|
|
6
6
|
"description": "Virtual HomeKit accessories for Homebridge.",
|
|
7
7
|
"author": "justjam2013",
|
|
8
8
|
"license": "MIT",
|