Sets the device timers.
Future<int> setTimers(dynamic timers) { return _set(CapturePropertyIds.timersDevice, CapturePropertyTypes.array, timers); }