Skip to content

Commit

Permalink
Remove errant comment about movement sensor Readings not going over t…
Browse files Browse the repository at this point in the history
…he network (#2618)
  • Loading branch information
randhid authored Jul 7, 2023
1 parent 5a96bb9 commit cc7de09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/movementsensor/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func (c *client) CompassHeading(ctx context.Context, extra map[string]interface{
}

func (c *client) Readings(ctx context.Context, extra map[string]interface{}) (map[string]interface{}, error) {
// Does not currently go over the network, you cannot call a remote movement sensor's Readings method
return Readings(ctx, c, extra)
}

Expand Down

0 comments on commit cc7de09

Please sign in to comment.