Skip to content

Commit

Permalink
Update scripts/spec_xml/generate_spec_xml.py
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Szewczyk <[email protected]>
  • Loading branch information
cecille and robszewczyk authored Aug 22, 2024
1 parent 7cf391a commit ed4c3aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/spec_xml/generate_spec_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
# is heat-pump out? wasn't in 0.7
# location-cluster - is this define gone now?
# queuedpreset - is this define gone now?
CURRENT_IN_PROGRESS_DEFINES = ['aliro', 'atomicwrites', 'atomicwrites', 'device-location', 'e2e', 'energy-calendar', 'energy-drlc',
'energy-management', 'hrap-1', 'hvac', 'matter-fabric-synchronization', 'metering', 'secondary-net',
'solar-power', 'tcp', 'water-heater', 'wifiSetup']
CURRENT_IN_PROGRESS_DEFINES = ['aliro', 'atomicwrites', 'battery-storage', 'device-location', 'e2e-jf', 'energy-calendar', 'energy-drlc',
'energy-management', 'heat-pump', 'hrap-1', 'hvac', 'matter-fabric-synchronization', 'metering', 'secondary-net',
'service-area-cluster', 'solar-power', 'tcp', 'water-heater', 'wifiSetup']


def get_xml_path(filename, output_dir):
Expand Down

0 comments on commit ed4c3aa

Please sign in to comment.