Skip to content

Commit

Permalink
Rename some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 22, 2024
1 parent 4ab288c commit a20320a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Backend/action_registry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class ActionRegistry {
CommandAction("Short", "TAILSH", [DeviceType.tail, DeviceType.wings], ActionCategory.fast, "TAILSH END", "05a4c47b-45ee-4da8-bec2-4a46f4e04a7f"),
CommandAction("Happy", "TAILHA", [DeviceType.tail, DeviceType.wings], ActionCategory.fast, "TAILHA END", "86b13d13-b09c-46ba-a887-b40d8118b00a"),
CommandAction("Erect", "TAILER", [DeviceType.tail, DeviceType.wings], ActionCategory.fast, "TAILER END", "5b04ca3d-a22a-4aff-8f40-99363248fcaa"),
CommandAction("Erect Pulse", "TAILEP", [DeviceType.tail, DeviceType.wings], ActionCategory.tense, "TAILEP END", "39bbe39d-aa92-4189-ac90-4bb821a59f5e"),
CommandAction("Pulse", "TAILEP", [DeviceType.tail, DeviceType.wings], ActionCategory.tense, "TAILEP END", "39bbe39d-aa92-4189-ac90-4bb821a59f5e"),
CommandAction("Tremble 1", "TAILT1", [DeviceType.tail, DeviceType.wings], ActionCategory.tense, "TAILT1 END", "8cc3fc60-b8d2-4f22-810a-1e042d3984f7"),
CommandAction("Tremble 2", "TAILT2", [DeviceType.tail, DeviceType.wings], ActionCategory.tense, "TAILT2 END", "123557a2-5489-43da-99e2-da37a36f055a"),
CommandAction("Erect Tremble", "TAILET", [DeviceType.tail, DeviceType.wings], ActionCategory.tense, "TAILET END", "4909d4c2-0054-4f16-9589-6273ef6bf6c9"),
CommandAction("Tremble 3", "TAILET", [DeviceType.tail, DeviceType.wings], ActionCategory.tense, "TAILET END", "4909d4c2-0054-4f16-9589-6273ef6bf6c9"),
CommandAction("LEDs off", "LEDOFF", [DeviceType.tail], ActionCategory.glowtip, null, "6b2a7fae-b58c-43f3-81bf-070aa21c2242"),
CommandAction("Rectangle wave", "LEDREC", [DeviceType.tail], ActionCategory.glowtip, null, "34269c91-90bd-4a34-851d-d49daa6ac863"),
CommandAction("Triangle wave", "LEDTRI", [DeviceType.tail], ActionCategory.glowtip, null, "64142e0b-4cc0-4b1e-845f-9c560875f993"),
Expand Down

0 comments on commit a20320a

Please sign in to comment.