-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWizard.xml
More file actions
65 lines (65 loc) · 2.08 KB
/
Wizard.xml
File metadata and controls
65 lines (65 loc) · 2.08 KB
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
<Wizard>
<Page nextPageId="1">
<Id>0</Id>
<Text>Welcome to the Linn DS installation wizard</Text>
<Description>This wizard will guide you through your DS setup</Description>
</Page>
<Page nextPageId="2">
<Id>1</Id>
<Text>Unpacking your product</Text>
<Description>Remove your product from its packaging, attach the power lead, network cable and switch it on.</Description>
<Image product="Klimax DSM">UnpackingKdsm.png</Image>
<Image product="Akurate DSM">UnpackingAdsm.png</Image>
<Image product="Majik DSM">UnpackingMdsm.png</Image>
</Page>
<Page nextPageId="3">
<Id>2</Id>
<Text>Select your product</Text>
<Description></Description>
<Input getPlugin="GetProducts" setPlugin="SetProduct" />
</Page>
<Page nextPageId="4">
<Id>3</Id>
<Text>What room is your DS in?</Text>
<Description></Description>
<Input setPlugin="SetRoom">
<Allowed type="string">
<Value>Sitting Room</Value>
</Allowed>
<Allowed type="string">
<Value>Kitchen</Value>
</Allowed>
<Allowed type="string">
<Value>Master Bedroom</Value>
</Allowed>
<Allowed type="string">
<Value>Study</Value>
</Allowed>
<Allowed type="string">
<Value>Other</Value>
</Allowed>
</Input>
</Page>
<Page>
<Id>4</Id>
<Text>Do you have a Pre-Amp?</Text>
<Description></Description>
<Input>
<Allowed type="boolean" nextPageIdTrue="5" nextPageIdFalse="6" />\
</Input>
</Page>
<Page>
<Id>5</Id>
<Text>Startup volume</Text>
<Description></Description>
<Input>
<Allowed type="uint" minValue="0" maxValue="100" />
</Input>
</Page>
<Page>
<Id>6</Id>
<Text>Startup source</Text>
<Description></Description>
<Input getPlugin="GetSourceNames" />
</Page>
</Wizard>