homey-lib
Advanced tools
Comparing version 2.2.11 to 2.2.12
@@ -228,3 +228,10 @@ { | ||
"id": { | ||
"type": "string" | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "number" | ||
} | ||
] | ||
}, | ||
@@ -257,3 +264,10 @@ "label": { | ||
"id": { | ||
"type": "string" | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "number" | ||
} | ||
] | ||
}, | ||
@@ -301,3 +315,10 @@ "label": { | ||
"id": { | ||
"type": "string" | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "number" | ||
} | ||
] | ||
}, | ||
@@ -342,3 +363,10 @@ "label": { | ||
"id": { | ||
"type": "string" | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "number" | ||
} | ||
] | ||
}, | ||
@@ -386,3 +414,13 @@ "label": { | ||
"manufacturerId": { | ||
"type": "number" | ||
"oneOf": [ | ||
{ | ||
"type": "number" | ||
}, | ||
{ | ||
"type": "array", | ||
"items": { | ||
"type": "number" | ||
} | ||
} | ||
] | ||
}, | ||
@@ -389,0 +427,0 @@ "productTypeId": { |
{ | ||
"name": "homey-lib", | ||
"version": "2.2.11", | ||
"version": "2.2.12", | ||
"description": "Shared Library for Homey", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
227869
4837