# `BB.Dsl.Sensor`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/dsl/sensor.ex#L5)

A sensor attached to the robot or a specific link.

# `child_spec`

```elixir
@type child_spec() :: module() | {module(), Keyword.t()}
```

# `t`

```elixir
@type t() :: %BB.Dsl.Sensor{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  child_spec: child_spec(),
  name: atom()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
