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
use HashMap;
use ;
/// A Rointe installation (home, building, or other location) as returned by
/// the `installations2` Firebase endpoint.
///
/// The `id` field is populated by the client from the Firebase map key — it
/// is not present in the JSON value itself and is skipped during deserialization.
/// A zone within an installation.
///
/// Zones can contain devices and/or nested sub-zones, allowing arbitrary
/// grouping hierarchies (e.g. floors, rooms).