space_ex v0.1.0 SpaceEx.KerbalAlarmClock

This service provides functionality to interact with Kerbal Alarm Clock.

Link to this section Summary

Functions

Get the alarm with the given name, or nil if no alarms have that name

Get a list of alarms of the specified type

Create a new alarm and return it

A list of all the alarms

Whether Kerbal Alarm Clock is available

Link to this section Functions

Link to this function alarm_with_name(conn, name)

Get the alarm with the given name, or nil if no alarms have that name.

If more than one alarm has the name, only returns one of them.

  • name — Name of the alarm to search for.
Link to this function alarms_with_type(conn, type)

Get a list of alarms of the specified type.

  • type — Type of alarm to return.
Link to this function create_alarm(conn, type, name, ut)

Create a new alarm and return it.

  • type — Type of the new alarm.

  • name — Name of the new alarm.

  • ut — Time at which the new alarm should trigger.

Link to this function get_alarms(conn)

A list of all the alarms.

Link to this function get_available(conn)

Whether Kerbal Alarm Clock is available.