15 lines
527 B
Properties
15 lines
527 B
Properties
name = Blank
|
|
mainclass = furhatos.app.blank.BlankSkill
|
|
version = 1.0.0
|
|
language = en-US
|
|
logLevel = INFO
|
|
#You may set this to a Furhat version.
|
|
requiresVersion = false
|
|
#Set to true if this skill should fail if there is no camera
|
|
requiresCamera = false
|
|
#Set to true if this skill should fail if there is no speaker
|
|
requiresSpeaker = false
|
|
#Set to true if this skill should fail if there is no microphone
|
|
requiresMicrophone = false
|
|
#Set to true if this skill should fail if there is no active recognizer
|
|
requiresRecognizer = false |