Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MAS
SDT
Commits
d68a489e
Commit
d68a489e
authored
Oct 30, 2015
by
ankraft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comments
parent
99a39c52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
EchonetLiteExamples.xml
SDT/schema3.0/test/EchonetLiteExamples.xml
+23
-1
No files found.
SDT/schema3.0/test/EchonetLiteExamples.xml
View file @
d68a489e
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Example SDT definition taken from EchonetLite https://github.com/ECHONET-Consortium -->
<Domain
xmlns=
"http://homegatewayinitiative.org/xml/dal/3.0"
xmlns:xi=
"http://www.w3.org/2001/XInclude"
id=
"jp.echonet"
>
<!-- Various examples for module classes -->
<Modules>
<ModuleClass
name=
"operationStatus"
>
<Data>
...
...
@@ -18,6 +24,9 @@
</Event>
</Events>
</ModuleClass>
<!-- runtime property -->
<ModuleClass
name=
"installationLocation"
>
<Data>
<DataPoint
name=
"installationLocation"
writable=
"true"
>
...
...
@@ -32,6 +41,9 @@
</Event>
</Events>
</ModuleClass>
<!-- sensor readout -->
<ModuleClass
name=
"measuredInstantaneousPowerConsumption"
>
<Data>
<DataPoint
name=
"measuredInstantaneousPowerConsumption"
writable=
"false"
>
...
...
@@ -54,6 +66,9 @@
</ModuleClass>
</Modules>
<!-- Very simple example for a washing machine definition -->
<Devices>
<Device
id=
"SimpleWaschingMachine"
>
<Properties>
...
...
@@ -64,10 +79,17 @@
<SimpleType
type=
"string"
/>
</Property>
</Properties>
<Modules>
<!-- Inheriting from the global operating status -->
<Module
name=
"washingMachineOperationStatus"
>
<extends
domain=
"jp.echonet"
class=
"operationStatus"
/>
</Module>
<!-- Data points local to the wasching machine device -->
<Module
name=
"washingMachineDataPoints"
>
<Data>
<DataPoint
name=
"door/CoverOpen/CloseStatus"
writable=
"false"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment