sensor start/stop

This commit is contained in:
insanity@loafle.com 2017-06-27 12:37:58 +09:00
parent df7e15c292
commit 8e37d047aa

View File

@ -81,4 +81,4 @@ func (ss *SensorService) Stop(s *Sensor) (string, error) {
return "", err return "", err
} }
return res, nil return res, nil
} }