add_sensor

Inventory.add_sensor(sensor_to_add)[source]

Add a sensor to the inventory.

Parameters

sensor_to_add (Sensor) – The sensor to add to the inventory.

Returns

The sensor that has been added to the inventory.

Return type

Sensor