misc updates for system.

This commit is contained in:
2026-02-27 16:57:39 -06:00
parent 62c42b3996
commit 44b1181d20
4 changed files with 12 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ enabled: true
# Sensor runner type
runner_type: nodejs
# Minimum Node.js version required (semver constraint)
runtime_version: ">=18"
# Entry point for sensor execution
entry_point: counter_sensor.js