Add more details about parsed Amazon device

pull/227/head
Denis Demchenko 7 years ago
parent 3da8552f0f
commit 4fc00cc427

@ -37,12 +37,25 @@ export default [
}
},
/* Silk Tablet */
/* Amazon Kindle Fire */
{
test: [/kftt build/i],
describe() {
return {
type: TYPES.tablet,
vendor: 'Amazon',
model: 'Kindle Fire HD 7'
}
}
},
/* Another Amazon Tablet with Silk */
{
test: [/silk/i],
describe() {
return {
type: TYPES.tablet
type: TYPES.tablet,
vendor: 'Amazon'
}
}
},

Loading…
Cancel
Save