adding list_numbers

This commit is contained in:
2026-02-27 12:18:26 -06:00
parent 57532efabd
commit daf3d04395
6 changed files with 84 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ enabled: true
# Sensor runner type
runner_type: python
# Minimum Python version required
runtime_version: ">=3.9"
# Entry point for sensor execution
entry_point: counter_sensor.py