dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 503 forks source link

Add UUID for all DDF files #7742

Closed Zehir closed 6 months ago

Zehir commented 6 months ago

The UUID serves the following purposes:

The UUID has been appended to all existing DDFs in the repository.

The pull request was created using the following command:

for dir in $(find . -type d);
  do   ddf-tools bulk uuid --store-url {URL} --store-token {TOKEN} $dir;
done

The UUID was inserted immediately after the schema. Maintaining the formatting and using the same newline character, either \r\n or \n

For new DDFs that are currently in a pull request, they will be updated by the new validation action at a later stage.

bcutter commented 2 months ago

What happens to custom DDFs without a set UUID? No benefits as listed in the PR description or any side effects?

bcutter commented 2 months ago

What happens to custom DDFs without a set UUID? No benefits as listed in the PR description or any side effects?

@Zehir