雇佣 Apple Watch Developers
An Apple Watch appl to be developed, with following functions, 1. read heart rate every minute and post to a InfluxDB end point 2. track watch motion (accelerometer) when enabled through a time schedule to be set 3. a motion will be registered when an acceleration exceed a motion detect threshold, and followed by a deceleration. The acceleration associated with this detected motion will be posted to InfluxDB end point. After posting, the appl will be armed to detect next motion 4. appl to allow time schedule to be set, choice of any day of the week, and time to begin and time to end 5. when consecutive motions are detected, a audio file will be played. A play notification is posted to InfluxDB end point. motions are considered consecutive if they are less than a <gap_Time> apart. 6....