placeos-triggers
Version, currently 1.12.042 versions
- 1.23.0latestJun 10, 2026
- 1.22.0not indexedAug 13, 2026
- 1.21.1not indexedAug 13, 2026
- 1.21.0not indexedAug 13, 2026
- 1.20.0not indexedAug 13, 2026
- 1.19.1not indexedAug 13, 2026
- 1.19.0not indexedAug 13, 2026
- 1.18.3not indexedAug 13, 2026
- 1.18.2not indexedAug 13, 2026
- 1.18.1not indexedAug 13, 2026
- 1.18.0not indexedAug 13, 2026
- 1.17.1not indexedAug 13, 2026
- 1.17.0not indexedAug 13, 2026
- 1.16.0not indexedAug 13, 2026
- 1.15.0not indexedAug 13, 2026
- 1.14.0not indexedAug 13, 2026
- 1.13.0not indexedAug 13, 2026
- 1.12.0not indexedAug 13, 2026
- 1.11.2not indexedAug 13, 2026
- 1.11.1not indexedAug 13, 2026
- 1.11.0not indexedAug 13, 2026
- 1.10.0not indexedAug 13, 2026
- 1.9.1not indexedAug 13, 2026
- 1.9.0not indexedAug 13, 2026
- 1.8.0not indexedAug 13, 2026
- 1.7.1not indexedAug 13, 2026
- 1.7.0not indexedAug 13, 2026
- 1.6.0not indexedAug 13, 2026
- 1.5.3not indexedAug 13, 2026
- 1.5.2not indexedAug 13, 2026
- 1.5.1not indexedAug 13, 2026
- 1.5.0not indexedAug 13, 2026
- 1.4.0not indexedAug 13, 2026
- 1.3.4not indexedAug 13, 2026
- 1.3.3not indexedAug 13, 2026
- 1.3.2not indexedAug 13, 2026
- 1.3.1not indexedAug 13, 2026
- 1.3.0not indexedAug 13, 2026
- 1.2.1not indexedAug 13, 2026
- 1.2.0not indexedAug 13, 2026
- 1.1.2not indexedAug 13, 2026
- 1.1.0not indexedAug 13, 2026
github.com/PlaceOS/triggers
PlaceOS service for defining reactive behaviours.
Nothing has been indexed for 1.12.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
placeos-triggers:
github: PlaceOS/triggers
version: ~> 1.12.0Then run:
shards installshard.yml
No shard.yml has been indexed for 1.12.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
PlaceOS Triggers
PlaceOS service handling events and conditional triggers.
Contributing
See CONTRIBUTING.md.
Environment Variables
Core Configuration
SG_ENV= set toproductionfor production log levels (default:development)SG_SERVER_PORT= server port (default:3000)SG_SERVER_HOST= server host (default:127.0.0.1)SG_PROCESS_COUNT= number of processes (default:1)REDIS_URL= the redis connection string, defaults toredis://localhost:6379
SMTP Configuration
SMTP_SERVER= hostname of the SMTP server for sending emails (default:smtp.example.com)SMTP_PORT= port to connect to the SMTP server (default:25)SMTP_USER= username if any required, will not authenticate if this is left blankSMTP_PASS= password if requiredSMTP_SECURE= left blank for clear text,SMTPSfor a TLS connection,STARTTLSfor negotiating TLS on an initial clear text connection
Telemetry (PlaceOS Pulse)
PLACE_PULSE_ENABLED= enable telemetry (set to1ortrue)PLACE_DOMAIN= domain for telemetry instancePLACE_PULSE_INSTANCE_EMAIL= email for telemetry instance
Trigger Intervals
UPDATE_CHECK_INTERVAL= driver update check interval (default:2h)GRAPH_SECRET_CHECK_INTERVAL= graph secret expiry check interval (default:24h)LOKI_SEARCH_CHECK_INTERVAL= Loki error search interval (default:1h)LOKI_SEARCH_WINDOW= Loki search time window (default:24h)
Duration Format: Intervals support flexible formats like 5m, 1h20m, 2h30m45s, etc.
Note: Invalid formats (like "5" without postfix, "invalid", etc.) will be treated as zero duration, which may cause unexpected behavior. Always include proper time units (h, m, s).
Bindings
Trigger state is exposed through the system like a regular module.
# Binding
_TRIGGER_.trig-systemtrigid
This exposes the following data:
{
"triggered": true / false,
"trigger_count": 34,
"action_errors": 2,
"comparison_errors": 0,
"conditions": {
"comparison_1": true / false,
"time_1": true / false
}
}
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.12.0- Tagged
- Aug 13, 2026
- Commit
106b4bf8eea7- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/PlaceOS/triggers
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 42