-
Notifications
You must be signed in to change notification settings - Fork 7
/
templates.xml
782 lines (740 loc) · 24.3 KB
/
templates.xml
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
<?xml version="1.0" encoding="UTF-8"?>
<messages xmlns:if="Wt.WTemplate.conditions">
<message id="Wt.Auth.field">
<![CDATA[
${<if:{1}>}
<div class="control-group">
<label for="${id:{1}}" class="control-label">
${tr:{1}}
</label>
<div class="controls">
${{1}} <span class="help-inline">${{1}-info}</span>
</div>
</div>
${</if:{1}>}
]]>
</message>
<message id="Wt.Auth.field2">
<![CDATA[
${<if:{1}>}
<div class="control-group">
<label for="${id:{1}}" class="control-label">
${tr:{2}}
</label>
<div class="controls">
${{1}} <span class="help-inline">
${{1}-info}
</span>
</div>
</div>
${</if:{1}>}
]]>
</message>
<message id="Wt.Auth.field3">
<![CDATA[
${<if:{1}>}
<div class="control-group">
<label for="${id:{1}}" class="control-label">
${tr:{2}}
</label>
<div class="controls">
${{1}} <span class="help-inline">
${{1}-info} ${{3} class="btn-link"}
</span>
</div>
</div>
${</if:{1}>}
]]>
</message>
<message id="template.registration">
<div class="Wt-auth-registration">
<p class="lead">
${tr:registration-description}
</p>
<div class="form-horizontal">
${block:Wt.Auth.field3 user-name user-name-label
user-name-confirm-is-you}
${block:Wt.Auth.field3 email email-label
email-confirm-is-you}
${block:Wt.Auth.field firstname}
${block:Wt.Auth.field lastname}
${block:Wt.Auth.field password}
${block:Wt.Auth.field
repeat-password}
<div class="modal-footer"> <!-- assuming here we're in a dialog -->
${ok-button class="btn-primary"} ${cancel-button}
</div>
</div>
</div>
</message>
<message id="registration-description">New User Registration</message>
<message id="user-name-label">Username</message>
<message id="email-label">Email</message>
<message id="firstname">Firstname</message>
<message id="lastname">Lastname</message>
<message id="hometemplate">
<div id="top_wrapper">
<!-- <div id="top_content"> ${languages} <div id="top_wt"> <a href="http://www.emweb.be/">
<img src="/css/wt/emweb_powered.jpg" alt="Emweb" height="22" /> </a> </div>
</div> -->
</div>
<div id="banner_wrapper">
<div id="banner_content">
<div id="banner_end">
<div id="banner">
<!-- <a href="#">Wt</a> -->
</div>
</div>
</div>
</div>
<div id="main_wrapper" class="home">
<div id="main_content">
<div id="main_menu">
${menu}
${sidebar}
</div>
${contents}
<div class="clearall"></div>
</div>
</div>
</message>
<message id="news.rssfeed">
<div class="footer">
<div class="well text-center">
<small>
Website Designed by
<a href="http://www.dynam.ac/">Dynamx (Singapore) Pte Ltd</a> ©
2014
</small>
<script type="text/javascript"
src="http://jira.my-ho.st/jira/s/d41d8cd98f00b204e9800998ecf8427e/en_US-v4aony-1988229788/6252/18/1.4.7/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?collectorId=2c0508f9"></script>
</div>
</div>
<script>/*<![CDATA[ */
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55872429-2', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
/* ]]> */
</script>
</message>
<message id="Wt.Auth.confirmmail.subject">OpenZWave User account activation Link</message>
<message id="Wt.Auth.confirmmail.body">
Hello {1},
Thank you for joining!
To complete your
registration, please finally confirm your account by
clicking on the
following link or copying the URL into your browser.
Please click here
to confirm your registration or copy and paste the
following URL into
your browser: (Note: be sure to copy the entire
URL, including any
part
of it which goes onto a second line.)
{3}
Good luck!
The OpenZWave
team.
</message>
<message id="Wt.Auth.confirmmail.htmlbody">
<h3>Hello {1},</h3>
<p>Thank you for joining!</p>
<p>To complete your registration, please finally confirm your account
by clicking on the following link or copying the URL into your
browser.</p>
<p>
Please
<a href="{3}">click here to confirm</a>
your registration or copy and paste the following URL into your
browser:
<i>(Note: be sure to copy the entire URL, including any part of it
which goes onto a second line.)</i>
</p>
<b>{3}</b>
<p>Good luck!</p>
<p>The OpenZWave team.</p>
</message>
<message id="Wt.Auth.lostpasswordmail.subject">OpenZWave Lost password instructions</message>
<message id="Wt.Auth.lostpasswordmail.body">
Hello {1},
This mail has been sent to you, because
someone (presumably you?)
indicated that he wishes to choose a new
password, because the current
password escapes his mind.
If you
requested this, then choose a new password by clicking on the
following link or copying the URL into your browser. If you didn't
request this, you can safely ignore and discard this email.
Please
copy
and paste the following URL into your browser: (Note: be sure to
copy
the entire URL, including any part of it which goes onto a second
line.)
{3}
Good luck!,
The OpenZWave team.
</message>
<message id="Wt.Auth.lostpasswordmail.htmlbody">
<h3>Hello {1},</h3>
<p>This mail has been sent to you, because someone (presumably you?)
indicated that he wishes to choose a new password, because the
current password escapes his mind.</p>
<p>If you requested this, then choose a new password by clicking on
the following link or copying the URL into your browser. If you
didn't request this, you can safely ignore and discard this email.</p>
<p>
Please
<a href="{3}">click here to choose a new password</a>
or copy and paste the following URL into your browser:
<i>(Note: be sure to copy the entire URL, including any part of it
which goes onto a second line.)</i>
</p>
<b>{3}</b>
<p>Good luck!</p>
<p>The OpenZWave team.</p>
</message>
<message id="template.login">
<div class="Wt-form Wt-auth-login">
<h2>${login-form-title}</h2>
<p>${login-form-info}</p>
<div class="Wt-fields">
<label>${tr:user-name-label}</label>
${user-name}
<label>${tr:password-label}</label>
${password}
${remember-me}
<label>${tr:remember-me-label}</label>
</div>
<div class="Wt-buttons">
${login} ${cancel}
</div>
<div class="Wt-buttons">
${lost-password} ${sep} ${register}
</div>
</div>
</message>
<message id="user-name-label">UserName</message>
<message id="password-label">Password</message>
<message id="remember-me-label">Remember Me</message>
<message id="template.logged-in">
<div class="Wt-auth-logged-in">
<b>${user-name}</b>
${logout}
</div>
</message>
<message id="template.lost-password">
<div class="Wt-form Wt-auth-lost-password">
<h2>${lost-password-form-title}</h2>
<p>${lost-password-form-info}</p>
<div class="Wt-fields">
<label>${tr:email-address}</label>
${email}
</div>
<div class="Wt-buttons">
${send-button} ${cancel-button}
</div>
</div>
</message>
<message id="email-address">Email Address</message>
<message id="template.update-password">
<div class="Wt-form Wt-auth-update-password">
<h2>${update-password-form-title}</h2>
<p>${update-password-form-info}</p>
<div class="Wt-fields">
<div>
<label>${tr:password}</label>
${password1}
<span class="help-inline">${password1-form-info}</span>
</div>
<div>
<label>${tr:repeat-password}</label>
${password2}
<span class="help-inline">${password2-form-info}</span>
</div>
</div>
<div class="Wt-buttons">
${ok-button} ${cancel-button}
</div>
</div>
</message>
<message id="password">New Password</message>
<message id="repeat-password">Repeat Password</message>
<message id="lostmail-sent">An email has been sent. Follow the instructions to
set a new password.</message>
<message id="newusermail-sent">An email has been sent. Follow the instructions to
complete the registration</message>
<message id="registration-complete">Registration is Complete. You may now Login</message>
<message id="Wt.Auth.passwdqc.reason-error">
Check failed
</message>
<message id="Wt.Auth.passwdqc.reason-same">
The same as the old one
</message>
<message id="Wt.Auth.passwdqc.reason-similar">
Based on the old one
</message>
<message id="Wt.Auth.passwdqc.reason-short">
Too short
</message>
<message id="Wt.Auth.passwdqc.reason-long">
Too long
</message>
<message id="Wt.Auth.passwdqc.reason-simpleshort">
Not enough different characters or classes for
this
length
</message>
<message id="Wt.Auth.passwdqc.reason-simple">
Not enough different characters or classes
</message>
<message id="Wt.Auth.passwdqc.reason-personal">
Based on personal information
</message>
<message id="Wt.Auth.passwdqc.reason-word">
Based on a dictionary word and not a pass phrase
</message>
<message id="Wt.Auth.passwdqc.reason-seq">
Based on a common sequence of characters
</message>
<message id="Wt.Auth.passwdqc.reason-ok">
Valid
</message>
<message id="introduction-home">
<h2>Introduction</h2>
<p>
Our goal is to create free software library that interfaces with
selected Z-Wave PC controllers, allowing anyone to create
applications that manipulate and respond to devices on a Z-Wave
network, without requiring in-depth knowledge of the Z-Wave
protocol.
</p>
<p>
This software is currently aimed at Application Developers who
wish
to
incorporate Z-Wave functionality into their applications.
</p>
<p>
If you are a looking for applications to control your Z-Wave
devices,
please consult this
<a href="https://github.com/OpenZWave/open-zwave/wiki/Projects-Using-OZW">
page
</a>
which lists applications that utilize OpenZWave.
</p>
<h2>Features</h2>
<ul>
<li>Developed in C++</li>
<li>Dotnet wrapper for Windows</li>
<li>Portable to most Linux, Mac OSX and Windows Platforms</li>
<li>
Works with the multiple
<a
href="https://github.com/OpenZWave/open-zwave/wiki/Controller-Compatibility-List">ZWave Controllers</a>
</li>
<li>ZWave Protocol is abstracted away hiding a lot of the complexity</li>
<li>
Works with most switches, dimmers, thermostats, energy monitors,
motion sensors, appliance modules,key fobs, door/window sensors
etc
(see
<a
href="https://github.com/OpenZWave/open-zwave/blob/master/config/manufacturer_specific.xml">here</a>
for a complete list)
</li>
<li>Security related devices such as Locks are Supported</li>
<li>Reverse Engineered the ZWave Protocol</li>
<li>Easy to add support for new devices</li>
<li>Fully Documented Code Base</li>
<li>Includes simple examples to demonstrate how to interface to the
code</li>
</ul>
<h2>Code Details</h2>
<script type="text/javascript"
src="http://www.openhub.net/p/383580/widgets/project_factoids_stats.js"></script>
</message>
<message id="introduction-intro">
<img src="http://www.openzwave.com/css/ozwlogo.png" width="150" height="75"></img>
</message>
<message id="introduction-contact">
<h2>Contact</h2>
<ul>
<li>
Google Groups Discussion List -
<a href="https://groups.google.com/forum/#!forum/openzwave">https://groups.google.com/forum/#!forum/openzwave</a>
</li>
</ul>
</message>
<message id="blog-login-status">
<nav>
<ul class="pager">
<li>${archive-link}</li>
<li>${author-panel-link}</li>
</ul>
</nav>
</message>
<message id="blog-invaliduser">
<div class="profile-panel">
<h4>This user id is invalid</h4>
</div>
</message>
<message id="blog-mustlogin">
<div class="profile-panel">
<h4>You need to log in to access this function</h4>
</div>
</message>
<message id="blog-mustbeadministrator">
<div class="profile-panel">
<h4>You need to be administrator to access this function</h4>
</div>
</message>
<message id="blog-author-panel">
<div class="author-panel">
<h4>
Author panel for
<span class="poster">${user}</span>
</h4>
Statistics:
<ul>
<li>${unpublished-count} unpublished post(s)</li>
<li>${published-count} published post(s)</li>
</ul>
${new-post}
${unpublished-posts}
</div>
</message>
<message id="blog-post">
<div class="blog-post">
<h2 class="blog-post-title">${title}</h2>
<div class="blog-post-meta">by ${author} on ${date}</div>
<div>
${brief+body}
</div>
<div style="margin-top: 10px; blog-post-meta">${comment-count}</div>
<div>
${publish} ${edit} ${delete}
</div>
<div>
${comments}
</div>
</div>
</message>
<message id="blog-post-brief">
<div class="blog-post">
<h2 class="blog-post-title">${title}</h2>
<div class="blog-post-meta">by ${author} on ${date}</div>
<div class="asciidoc">
${brief}
</div>
<div class="margin-top: 10px; blog-post-meta">${comment-count}</div>
<nav>
<ul class="pager">
<li>${read-more}</li>
</ul>
</nav>
<div style="margin-top: 10px">
${publish} ${edit} ${delete}
</div>
</div>
</message>
<message id="blog-post-edit">
<h4></h4>
<div class="blogpost-edit">
<div>Title: ${title-edit}</div>
<div>${brief-edit}</div>
<div>${body-edit}</div>
<div>
${save} ${cancel}
</div>
</div>
</message>
<message id="blog-comment">
<div class="comment-icon" />
<div class="comment-body">
<div class="comment-info">
<span class="poster">${author}</span>
${date} ${collapse-expand}
</div>
${contents}
<div class="comment-links">
${reply} ${edit} ${delete}
</div>
${children}
</div>
</message>
<message id="blog-root-comment">
<div class="comment-links">
${reply}
</div>
${children}
</message>
<message id="blog-edit-comment">
<div class="comment-edit-icon" />
<div class="comment-body comment-edit">
<div>${area}</div>
<div style="float: right">
<i>plain text</i>
or (<code>...</code>)
</div>
${save}
${cancel}
</div>
</message>
<message id="blog-no-post">
<h4>No posts found</h4>
Sorry, no blog posts found that match your selection.
</message>
<message id="blog-no-author">
<h4>No author</h4>
Sorry, {1} is not a registered blog author.
</message>
<message id="archive-title">
<h4>Archive</h4>
</message>
<message id="archive">News Archive</message>
<message id="author-post">Authoring panel</message>
<message id="comment-add">Add comment</message>
<message id="comment-reply">Reply</message>
<message id="comment-edit">Edit</message>
<message id="comment-delete">Delete</message>
<message id="comment-deleted">
<i>[[Comment deleted]]</i>
</message>
<message id="blog-read-more">Read More</message>
<message id="new-post">New post</message>
<message id="publish">Publish</message>
<message id="retract">Retract</message>
<message id="delete">Delete</message>
<message id="edit">Edit</message>
<message id="save">Save</message>
<message id="cancel">Cancel</message>
<message id="go-limit">Search</message>
<message id="no-users-found">No users found</message>
<message id="loganalyzerrun-intro">
Scan your OpenZWave Log file and check for common
issues, errors and
recommended fixes
</message>
<message id="scan-instructions">
<div>
<h2>Scanning Your OZW Log File</h2>
</div>
<div>This Application will scan your OpenZWave Log file and report
common issues, errors and provide some recommendations for fixes. In
order to scan the log file, please follow the instructions below:</div>
<div>
<h3>Preparation</h3>
</div>
<div>
<ul>
<li>Please ensure you have logged in with a Valid Account on this
website.</li>
<li>Before Uploading your Log file, please remove the zwcfg_*.xml
file from the application working directory</li>
<li>Click on the "New Scan" link to the left and use the browse
button to select your log file</li>
<li>After selecting your log file, the upload should start already.
Depending upon the size, this may take some time</li>
<li>Once the upload is complete, the scan will commence. A
progress bar will list the progress of the scan</li>
<li>Finally, once the Scan is complete, you will be redirected to
the results page</li>
</ul>
</div>
<div>
<h3>Results Page</h3>
</div>
<div>
<ul>
<li>The Results Page will list your previous scans by date. Select
the Scan date you are interested in</li>
<li>The "Make Public" option allows you to share the link of the
scan
results with others.</li>
<li>When the "Make Public" Option is enabled, a text link "Public
URL
for Sharing" appears. Right click and select "Copy Link
Location" to
save the public link</li>
<li>If Filing a but report, ensure you Enable the Make Public
Option
and copy the URL to the Bug Report</li>
</ul>
</div>
<div>
<h3>The Different Tabs</h3>
</div>
<div>
<h4>Results Tab</h4>
<ul>
<li>
<h4>Network Information</h4>
</li>
<li>The Results tab presents some basic information about the scan
results as well as information on your network</li>
<li>The Network Information Panel presents your HomeID and USB Port
that was used (Among other details)</li>
<li>A Network Diagram is also shown here. Click on the image to
enlarge it</li>
<li>
<h4>Node Panels</h4>
</li>
<li>The Node Panels present details about the different nodes in
your network</li>
<li>In the Node Panel shows "Unknown Manufacturer" and/or "Unknown
Product" it means the node was probably sleeping and did not wake
up during the period the Log file covers</li>
<li>The Final part of the Panel Title - either Complete or
Incomplete indicates if all the information was captured from the
Node during the period the Logging took place</li>
<li>The Details of the Node Panels will list various information,
including things like the Flags, Basic, Generic, and Specific
Device Classes of the Node, and the Neighbors</li>
<li>The Command Classes Table will list Command Classes that this
node responds to</li>
<li>Asterisks next to the CommandClass name indicate its mandatory.
No
Asterisks indicate optional</li>
<li>If OZW does not Implement the Command Class, it will be shown
as
"0xXX Not Supported"</li>
</ul>
<h4>Info, Warning and Error Tabs</h4>
<div>The remaining tabs show the categorization of the results. Info
messages are usually harmless and no real action should be
required.
Warning messages usually indicate a more serious problem
and should
be looked into, and errors are generally considered very
bad and must
be fixed if you want optimal operation of your Z-Wave
Network with
OZW</div>
<ul>
<li>
<h4>The Panels</h4>
</li>
<li>Each Panel (Network or Node) contains a number of columns:</li>
<li>MessageID - A Reference ID. This is used by the Developers to
reference the issue</li>
<li>Message - A short description of the problem</li>
<li>More Info - A link to the Knowledge Base that contains generic
information about the type of error encountered. It may also
contain specific information and recommendations to fix the issue</li>
<li>Line Number - What line the Issue was detected at in the Log
File. May be blank in some cases if the error is related to the
state of the network</li>
<li>
<h4>Network Messages</h4>
</li>
<li>Network Messages are issues that are not specific to a node or
Controller</li>
<li>
<h4>Node Messages</h4>
</li>
<li>Node Messages are are issues that are specific to a node, or
issue that occurred when communicating with a node</li>
</ul>
</div>
</message>
<message id="kb-introduction">
<div>These pages contain additional information about issues that
might be encountered when using OZW with your application
or issues
with your network.</div>
<div>The pages are referenced from the LogScanner, but are presented
here so you can review as well. They are generally broken down into
broad categories and some times contain recommendations for fixes for
specific issues.</div>
</message>
<message id="downloads-intro">
Download Stable Releases or Current Code Snapshots of OZW
</message>
<message id="downloads-home">
<h2>Downloads</h2>
<div>We distribute both Stable Releases of OpenZWave as well as
Current Code snapshots of our Development</div>
<div>Its recommended you use the Stable Releases, as the snapshots may
not be stable or be work in progress</div>
<div>Both Stable Releases as well as Snapshots are distributed in
source and binary form.</div>
<div>The Binary packages are created for different distributions. You
can either download the individual packages, or add the repository
URL to your package manager</div>
</message>
<message id="developers-intro">
This section contains information relevant for Developers that wish to
work with OZW
</message>
<message id="developers-home">
<h2>Developer Related Information</h2>
<h3>Code and BugTracker</h3>
<div>This link will take you to our Google Code homepage where you can
checkout the latest source, or file bug reports. It also contains a
wiki with some additional information</div>
<h3>API Documentation</h3>
<div>This link will take you to our most recent API documentation
pages</div>
</message>
<message id="devicedb-intro">
</message>
<message id="devicedb-devicenotfound">
<div class="container">
<p>Not Found</p>
</div>
</message>
<message id="devicedb-content">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>OpenZWave Device Database</h1>
<p>This is a list of all the current devices
that OpenZWave has in its Database</p>
<p>Use the menu on the left to navigate the
manufacturers and devices to see further
information about them.</p>
<p>A discussion Forum is also linked to each
device so you can discuss with other users
best practices, tips and tricks to get the
most out your Z-Wave Device and OZW</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Not Listed?</h2>
<p>Nevermind. Just because a device
isn't listed doesn't mean it wont
work with OpenZWave.</p>
<p>OpenZWave will still work with
most devices even if they are not in
our database, although the ability
to configure the devices might be
limited.</p>
<p><a class="btn btn-default"
href="https://github.com/OpenZWave/open-zwave/wiki/Adding-Devices"
role="button">Learn how to
contribute new devices</a></p>
</div>
<div class="col-md-6">
<h2>Got Problems?</h2>
<p>Try out the Log Analyzer - It
will scan your OZW log files for
common problems with suggestions for
improvements</p>
<p><a class="btn btn-default"
href="/log-analyzer/" role="button">Scan My Logs</a></p>
</div>
</div>
</div>
</message>
</messages>