--[[
  @package eg4-crank-ui-2
  @file    wireless-data-manager-client.lua
  @brief   Handles the wireless data manager client screen and functionality
]]

---
--- @brief  Indicates that the download sheduler time of day enabled should be visible
--- @return true - enabled
function show_download_scheduler_time_of_day_enabled()
  return get_real_time_clock_enabled()
end

---
--- @brief  Indicates that the download sheduler time of day enabled toggle should be visible
--- @return true - enabled
function show_download_scheduler_time_of_day_enabled_toggle()
  return show_download_scheduler_time_of_day_enabled()
end

---
--- @brief  Indicates that the wireless data manager client time of day start/end`should be visible
--- @return true - enabled
function show_wdmc_time_of_day_start_end()
  return get_real_time_clock_enabled()
end