<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2001, 2005, 2007, 2-009, 2010 All rights reserved -->
<!--                                                                        -->
<!-- JMRI is free software; you can redistribute it and/or modify it under  -->
<!-- the terms of version 2 of the GNU General Public License as published  -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy     -->
<!-- of this license.                                                       -->
<!--                                                                        -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT    -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or  -->
<!-- FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  -->
<!-- for more details.                                                      -->
<variables xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
  <copyright xmlns="http://docbook.org/ns/docbook">
    <year>2026</year>
    <holder>JMRI</holder>
  </copyright>
  <authorgroup xmlns="http://docbook.org/ns/docbook">
    <author>
      <personname>
        <firstname>Pierre</firstname>
        <surname>Billon</surname>
      </personname>
    </author>
  </authorgroup>
  <revhistory xmlns="http://docbook.org/ns/docbook">
    <revision>
      <revnumber>1</revnumber>
      <date>2026-07-25</date>
      <authorinitials>PB</authorinitials>
      <revremark>Creation. CV156 bits 4-7, dimming mask for AUX3-AUX6, new in firmware 3.15.</revremark>
    </revision>
  </revhistory>
  <!-- CV156 bits 4-7, new in firmware 3.15: before 3.15 these four bits were unused           -->
  <!-- ("Derzeit ohne Funktion") and the CV ran 0-15; from 3.15 they select AUX3-AUX6 and the   -->
  <!-- range is 0-255. Bits 0-3 are unchanged and still come from cv156-157_fw3.10.xml.         -->
  <variable item="Dim AUX3" CV="156" default="0" mask="XXXVXXXX" minOut="5">
    <xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
    <label>Dim AUX3</label>
    <label xml:lang="fr">Atténuer AUX3</label>
    <label xml:lang="de">Abblendlicht AUX3</label>
  </variable>
  <variable item="Dim AUX4" CV="156" default="0" mask="XXVXXXXX" minOut="6">
    <xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
    <label>Dim AUX4</label>
    <label xml:lang="fr">Atténuer AUX4</label>
    <label xml:lang="de">Abblendlicht AUX4</label>
  </variable>
  <variable item="Dim AUX5" CV="156" default="0" mask="XVXXXXXX" minOut="7">
    <xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
    <label>Dim AUX5</label>
    <label xml:lang="fr">Atténuer AUX5</label>
    <label xml:lang="de">Abblendlicht AUX5</label>
  </variable>
  <variable item="Dim AUX6" CV="156" default="0" mask="VXXXXXXX" minOut="8">
    <xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
    <label>Dim AUX6</label>
    <label xml:lang="fr">Atténuer AUX6</label>
    <label xml:lang="de">Abblendlicht AUX6</label>
  </variable>
</variables>
