Where are PhysicalEnvironment Attributes located

Looking for possible values for attribute Physical Environnement 0x0011 in Basic Cluster I found an “official” list in Zigbee alliance web site see page 104.

When trying to see where they are located in general.xml I only found

		<attribute id="0x0011" name="Physical Environment" type="enum8" default="0" access="rw" required="o">
			<value name="Unspecified Environment" value="0"></value>
			<!-- 0x01 - 0x7f Specified per Profile -->
			<value name="Unknown Environment" value="0xff"></value>
		</attribute>

but no other information about the values by profile and Deconz-GUI only offers the two values found in general.xml.

Is there a way to have the “official” choice presented in Deconz (I can update general.xml if requested ;0)) ?

It was probably skipped because rarely used (all device use defaut value “Unspecified Environment”
) and long item list ^^

Is there a way to have the “official” choice presented in Deconz (I can update general.xml if requested ;0)) ?

There is the question and the answer in the same phrase :slight_smile:

Done and tested PR #6444