space_ex v0.3.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

A list of all the alarms

Get a list of alarms of the specified type

Whether Kerbal Alarm Clock is available

Create a new alarm and return it

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.

A list of all the alarms.

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 available(conn)

Whether Kerbal Alarm Clock is available.

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.