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
export let chimes = () => [
{
name: "ATW Security",
compatibility: true,
},
{
name: "Bticino",
compatibility: true,
},
{
name: "Byron",
compatibility: false,
},
{
name: "Carlon",
compatibility: true,
},
{
name: "Chacon",
compatibility: false,
},
{
name: "Deta",
compatibility: false,
},
{
name: "Evology",
compatibility: true,
},
{
name: "Extel",
compatibility: true,
},
{
name: "Green Brook",
compatibility: true,
},
{
name: "Hampton Bay",
compatibility: true,
},
{
name: "NuTone",
compatibility: false,
},
{
name: "Zamel",
compatibility: false,
},
];