This commit is contained in:
insanity@loafle.com 2017-05-24 15:35:00 +09:00
parent 329d4db397
commit d5d875da95

View File

@ -134,3 +134,5 @@ func StartSensor(id string) error {
func StopSensor(id string) error { func StopSensor(id string) error {
return GetInstance().scheduler.StopSchedule(id) return GetInstance().scheduler.StopSchedule(id)
} }