mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-26 16:11:36 +00:00
Split test for parts of day in compliments module
This commit is contained in:
@@ -24,13 +24,13 @@ var config = {
|
||||
config: {
|
||||
compliments: {
|
||||
morning: [
|
||||
"Morning test"
|
||||
"Hi", "Good Morning", "Morning test"
|
||||
],
|
||||
afternoon: [
|
||||
"Afternoon test"
|
||||
"Hello", "Good Afternoon", "Afternoon test"
|
||||
],
|
||||
evening: [
|
||||
"Evening test"
|
||||
"Hello There", "Good Evening", "Evening test"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user