Switch to unified view

a/src/OHVolume.xml b/src/OHVolume.xml
...
...
96
          <direction>out</direction>
96
          <direction>out</direction>
97
          <relatedStateVariable>VolumeLimit</relatedStateVariable>
97
          <relatedStateVariable>VolumeLimit</relatedStateVariable>
98
        </argument>
98
        </argument>
99
      </argumentList>
99
      </argumentList>
100
    </action>
100
    </action>
101
    <action>
102
      <name>SetBalance</name>
103
      <argumentList>
104
        <argument>
105
          <name>Value</name>
106
          <direction>in</direction>
107
          <relatedStateVariable>Balance</relatedStateVariable>
108
        </argument>
109
      </argumentList>
110
    </action>
111
    <action>
112
      <name>BalanceInc</name>
113
    </action>
114
    <action>
115
      <name>BalanceDec</name>
116
    </action>
117
    <action>
118
      <name>Balance</name>
119
      <argumentList>
120
        <argument>
121
          <name>Value</name>
122
          <direction>out</direction>
123
          <relatedStateVariable>Balance</relatedStateVariable>
124
        </argument>
125
      </argumentList>
126
    </action>
127
    <action>
128
      <name>SetFade</name>
129
      <argumentList>
130
        <argument>
131
          <name>Value</name>
132
          <direction>in</direction>
133
          <relatedStateVariable>Fade</relatedStateVariable>
134
        </argument>
135
      </argumentList>
136
    </action>
137
    <action>
138
      <name>FadeInc</name>
139
    </action>
140
    <action>
141
      <name>FadeDec</name>
142
    </action>
143
    <action>
144
      <name>Fade</name>
145
      <argumentList>
146
        <argument>
147
          <name>Value</name>
148
          <direction>out</direction>
149
          <relatedStateVariable>Fade</relatedStateVariable>
150
        </argument>
151
      </argumentList>
152
    </action>
101
  </actionList>
153
  </actionList>
102
  <serviceStateTable>
154
  <serviceStateTable>
103
    <stateVariable sendEvents="yes">
155
    <stateVariable sendEvents="yes">
104
      <name>Volume</name>
156
      <name>Volume</name>
105
      <dataType>ui4</dataType>
157
      <dataType>ui4</dataType>