Skip to content
Home
Overview
Overview
Users
Overview
Overview
Fire
Overview
Overview
Water
Overview
Overview
Access
Overview
Overview
Energy
Overview
Overview
Misc
Overview
Overview
Other
Overview
Overview
Overview
Overview
Overview
Overview
Overview
Overview
type
Sample
{ "type": "CUSTOM", "source": "DEMAND_RESPONSE" }
logic
description
Sample
{ "logic": { "__typename": "RoutineLogicInput" }, "description": { "__typename": "RoutineDescriptionInput" } }
logic
origin
Sample
{ "logic": { "__typename": "RoutineLogicInput" }, "origin": { "__typename": "RoutineOriginInput" } }
name
String
description
String
Sample
{ "name": "Example String", "description": "Example String" }
logic
Sample
{ "logic": { "__typename": "RoutineLogicInput" } }
at
String!,non-null
Sample
{ "at": "Example String" }
startTime
endTime
onDays
[DayOfWeek!]!,non-null
Sample
{ "startTime": { "__typename": "TimeOfDayInput" }, "endTime": { "__typename": "TimeOfDayInput" }, "onDays": [ "MONDAY" ] }
atTime
onDays
[DayOfWeek!]!,non-null
Sample
{ "atTime": { "__typename": "TimeOfDayInput" }, "onDays": [ "MONDAY" ] }
startAt
String!,non-null
endAt
String!,non-null
Sample
{ "startAt": "Example String", "endAt": "Example String" }
enabled
Boolean
thresholdTemperature
Float
temperatureSensors
[ID!],non-null
Sample
{ "enabled": true, "thresholdTemperature": 40, "temperatureSensors": [ "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" ] }