Further clarify {AUDIO,PHYSICAL}_EFFECTS

GSoC/Meterpreter_Web_Console
William Vu 2018-10-05 16:03:09 -05:00
parent 9e512b0246
commit 6efadb5f2d
1 changed files with 2 additions and 2 deletions

View File

@ -82,9 +82,9 @@ IOC_IN_LOGS = 'ioc-in-logs'
ACCOUNT_LOCKOUTS = 'account-lockouts'
# Module may show something on the screen (Example: a window pops up)
SCREEN_EFFECTS = 'screen-effects'
# Module may output audio from the speakers (Example: the app plays music)
# Module may cause a noise (Examples: audio output from the speakers or hardware beeps)
AUDIO_EFFECTS = 'audio-effects'
# Module may produce physical effects (Example: the device moves)
# Module may produce physical effects (Examples: the device makes movement or flashes LEDs)
PHYSICAL_EFFECTS = 'physical-effects'
#