diff --git a/api/README.md b/api/README.md index ed86aa1..2bb9a39 100644 --- a/api/README.md +++ b/api/README.md @@ -591,7 +591,7 @@ Sets device intensity. See [list of algorithms](../nvidia/README.md#available-cu Command parameter # | Type | Description -------|---------|--------- 1 | string | Device ID or Device UUID. -1 | int | Intensity mode (0 - low, 1 - high) +2 | string | Intensity mode (0 - low, 1 - high) Example usage: diff --git a/command_file_example_1.json b/examples/command_file_example_1.json similarity index 100% rename from command_file_example_1.json rename to examples/command_file_example_1.json diff --git a/default_command_file_dual_mining.json b/examples/command_file_example_dual_mining.json similarity index 100% rename from default_command_file_dual_mining.json rename to examples/command_file_example_dual_mining.json diff --git a/command_file_switching_example.json b/examples/command_file_example_state_set.json similarity index 100% rename from command_file_switching_example.json rename to examples/command_file_example_state_set.json