@ -1,13 +1,14 @@
|
||||
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
from ..models.length_unit import LengthUnit
|
||||
|
||||
|
||||
class EntityGetDistance(BaseModel):
|
||||
"""The response from the `EntitiesGetDistance` command."""
|
||||
|
||||
max_distance: float
|
||||
max_distance: LengthUnit
|
||||
|
||||
min_distance: float
|
||||
min_distance: LengthUnit
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
Reference in New Issue
Block a user