Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 822 Bytes

tgt_grease.core.Types.rst

File metadata and controls

35 lines (24 loc) · 822 Bytes

GREASE Core Types

The GREASE Command

.. autoclass:: tgt_grease.core.Types.Command
    :members:
    :undoc-members:
    :show-inheritance:

The Scheduled GREASE Command

Note: This command type doesn't need a prototype configuration. Just to be run as a prototype on a GREASE node

.. autoclass:: tgt_grease.core.Types.ScheduledCommand
    :members:
    :undoc-members:
    :show-inheritance:

The Automation Tester

Test your automation configurations and commands with this class! Extend it to get started.

.. autoclass:: tgt_grease.core.Types.AutomationTest
    :members:
    :undoc-members:
    :show-inheritance: