INPUT_OBJECT
GT2GBMRConfigurationInput
Attributes to configure GT2 GPS motion
link GraphQL Schema definition
input GT2GBMRConfigurationInput {
The interval ratio when moving (The reporting interval can be calculated by
doing =>
(check_interval_in_minutes * away_ratio))
: Int!
The GPS check interval value in minutes (multiple of 5)
: Int!
The interval ratio when stationary (The reporting interval can be calculated by
doing =>
(check_interval_in_minutes * home_ratio))
: Int!
}