Expand description
A crate implementing the OpenComputers 2 HLApi interface.
Modules§
- types
- Type definitions for commonly used responses.
- wrappers
- Wrappers around specific HLApi devices and their methods.
Structs§
- Call
- A HLApi call, composed of a type and some json serializable data.
- Device
Bus - A bus interface to the HLApi
- Invoke
Call - A HLApi call that invokes a method on a specific device.
- Response
- The response to a HLApi call.