-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
121 lines (121 loc) · 4.38 KB
/
data.js
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
db.products.insertMany([
{
"sku": ,
"category": 10,
"productName": "MPS-810MP",
"price": 190.00 ,
"description": "Mircom’s MPS-800MP(U) Series Fire Alarm Manual Pull Stations provide manual fire alarm activation. The new MPS-800 Series uses raised symbols and icons instead of printed text that makes them universally recognized.",
"info": [
{
"heading": "Features",
"text": [
"Completely made of LEXAN material",
"Closed-fist operation (ADA – Americans with Disability Act)",
"No printed text on the devices, symbols and icons are used instead",
"Symbols are raised to be easily recognized by touch",
"Compatible with FX-400 Series and Flex-Net FX-4000 Fire Alarm Panels",
"Easy installation",
"Accessible from the front for wiring while mounted",
"Mounts on a single gang backbox",
"Temperature range from 0ºC to 49ºC",
"Device comes with a reset key",
"Indoor use only",
"Alarm LED is viewable from the front – Useful for troubleshooting",
]
},
{
"heading": "Ordering Information",
"text": [
"MPS-810MP: MP 1 Stage Addressable Double Action Pull Station, ULC",
"MPS-810MPU: MP 1 Stage Addressable Double Action Pull Station, UL",
"MPS-802MP: MP 2 Stage Addressable Pull Station, ULC",
"MPS-822MP: MP Maglock 2 Stage Double Action Pull Station, ULC",
"MIX-4090: Addressable Device Programming tool",
"BB-800: Surface backbox for 800 Series Pull Stations",
]
}
],
"inventory": 101,
"image": ["https://mircom.com/wp-content/uploads/products/MPS-810MP-500x500-1-e1661453196705.webp"],
"hasChild": "false",
"notification-list": "null",
"velocity": "N",
"specification": "https://mircom.com/wp-content/uploads/product_documents/CAT-5964_MPS-800MPU_Addressable_Manual_Stations-1.pdf",
"manual": "https://mircom.com/wp-content/uploads/product_documents/LT-6168-MPS-800MPU-Series-Manual-Stations-Installation-Instructions.pdf",
},
{
"sku": ,
"category": 11,
"productName": "MPS-802MP",
"price": 200.00,
"description": "MP 2 STAGE ADDRESSABLE PULL STATION ULC",
"info": [
{
"heading": "",
"text": [
"",
"",
"",
"",
]
}
],
"inventory": "24",
"image": ["https://tse1.mm.bing.net/th?id=OIP.DNomg6rqB3afXzj2kkvTSAHaF7&pid=Api&P=0"],
"hasChild": "false",
"notification-list": "null",
"velocity": "N",
"specification": "",
"manual": "",
},
{
"sku": ,
"category": 11,
"productName": "MPS-822MP",
"price": 210.00,
"description": "Retrieving data. Wait a few seconds and try to cut or copy again.",
"info": [
{
"heading": "",
"text": [
"",
"",
"",
"",
]
}
],
"inventory": 23,
"image": ["https://mircom.com/wp-content/uploads/products/MPS-810.png"],
"hasChild": "false",
"notification-list": "null",
"velocity": "N",
"specification": "",
"manual": "",
},
{
"sku": ,
"category": 12,
"productName": "BB-800",
"price": 45.00 ,
"description": "Surface Backbox For 800 Series Manual Station",
"info": [
{
"heading": "",
"text": [
"",
"",
"",
"",
]
}
],
"inventory": 100,
"image": ["https://firealarm.com/wp-content/uploads/2021/05/BB-700.png"],
"hasChild": "false",
"notification-list": "null",
"velocity": "N",
"specification": "",
"manual": "",
}
]);