Skip to main content
GET
/
client
/
showers
/
{id}
/
configuration
Get configuration
curl --request GET \
  --url https://api.orbital-systems.com/client/showers/{id}/configuration \
  --header 'x-api-key: <api-key>'
{
  "boost_flow_enabled": true,
  "cleaning_program_liters_limit": 123,
  "cleaning_program_session_limit": 123,
  "cleaning_program_sessions_limit_enabled": true,
  "color_mode": 123,
  "daily_hot_water_treatment_enabled": true,
  "daily_hot_water_treatment_time": "<string>",
  "default_recirculation_mode": 123,
  "default_shower_flow": 123,
  "heater_power_available": 123,
  "hot_water_treatment_per_session_enabled": true,
  "is_private_shower": true,
  "is_wall_clock_12_hour_format": true,
  "is_wall_clock_enabled": true,
  "live_data_rate": 123,
  "max_shower_water_flow": 123,
  "min_conservation_flow": 123,
  "min_shower_water_flow": 123,
  "shower_head_hc_enabled": true,
  "shower_water_temperature_fahrenheit": true,
  "shower_water_temperature_max": 123,
  "shower_water_temperature_min": 123,
  "shower_water_temperature_start": 123,
  "state_active_showering_timer": 123,
  "state_standby_no_user_wait_timer": 123,
  "state_standby_wait_timer": 123,
  "time_zone_name": "<string>",
  "time_zone": "<string>",
  "use_estimation_for_drain_temperature": true,
  "water_conservation": true,
  "welcome_message_enabled": true,
  "welcome_message": "<string>",
  "water_hardness": 15.5
}

Documentation Index

Fetch the complete documentation index at: https://orbitalsystems.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The shower ID

Response

Success

boost_flow_enabled
boolean
cleaning_program_liters_limit
number
cleaning_program_session_limit
number
cleaning_program_sessions_limit_enabled
boolean
color_mode
number
daily_hot_water_treatment_enabled
boolean
daily_hot_water_treatment_time
string
default_recirculation_mode
number
default_shower_flow
number
heater_power_available
number
hot_water_treatment_per_session_enabled
boolean
is_private_shower
boolean
is_wall_clock_12_hour_format
boolean
is_wall_clock_enabled
boolean
live_data_rate
number
max_shower_water_flow
number
min_conservation_flow
number
min_shower_water_flow
number
shower_head_hc_enabled
boolean
shower_water_temperature_fahrenheit
boolean
shower_water_temperature_max
number
shower_water_temperature_min
number
shower_water_temperature_start
number
state_active_showering_timer
number
state_standby_no_user_wait_timer
number
state_standby_wait_timer
number
time_zone_name
string
time_zone
string
use_estimation_for_drain_temperature
boolean
water_conservation
boolean
welcome_message_enabled
boolean
welcome_message
string
water_hardness
number
Required range: 1 <= x <= 30