itchcraft.types
Types used in several places
Submodules
Attributes
Helper union type consisting of |
Classes
User preferences for a bite healer demo session. |
|
Abstraction for a bite healer. |
Package Contents
- class itchcraft.types.Preferences
User preferences for a bite healer demo session.
- skin_sensitivity: SkinSensitivity
- generation: Generation
- itchcraft.types.SizedPayload
Helper union type consisting of
bytesandcollections.abc.Collection[int].
- class itchcraft.types.BiteHealer
Bases:
abc.ABCAbstraction for a bite healer.
- abstract self_test()
Tests the device to make sure it is online and functional.
- Return type:
None
- abstract start_with_preferences(preferences)
Tells the device to start heating up.
- Parameters:
preferences (Preferences) – how the user wants the device to be configured.
- Return type:
None