mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-17 13:10:52 +00:00
MSA-994: 테스트
This commit is contained in:
@@ -155,4 +155,4 @@ private getIncludeArticle() {
|
||||
def name = location.name.toLowerCase()
|
||||
def segs = name.split(" ")
|
||||
!(["work","home"].contains(name) || (segs.size() > 1 && (["the","my","a","an"].contains(segs[0]) || segs[0].endsWith("'s"))))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user