Skip to content

Commit

Permalink
move FCC test out of self-test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Grainger committed Nov 16, 2023
1 parent c0a5ff0 commit 25bf035
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/gdo-self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,22 +184,3 @@ script:
- rtttl.play: boop:d=32,o=5,b=100:d#
- delay: 1s

# Script to put the device in non-transmission mode and cycle thru
# all
- id: script_fcc_test
then:
# TODO: disable API timeout
- wifi.disable:
- repeat:
count: 10000
then:
- rtttl.play: $rtttl_scaleup
- light.turn_on: warning_led
- delay: 500ms
- light.turn_off: warning_led
- button.press: garage_door_opener_button
- switch.turn_on: output_switch
- delay: 300ms
- switch.turn_off: output_switch
- delay: 1s

0 comments on commit 25bf035

Please sign in to comment.