add the snippets to the repo

This commit is contained in:
2025-07-19 20:52:05 +02:00
parent ae0286e4c8
commit 0a3ea56838
22 changed files with 1735 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
snippet backfill
- name: Backfill ${1:$VISUAL} once a day for the last 5 days (gap filling)
functionExternalId: icapi_datapoints_extractor
cronExpression: "47 0 * * *"
data:
backfill: True
sites:
- ${1:$VISUAL}
snippet singleHeader
CompileFlags:
Add:
- -D${1:SOME_IMPL_MACRO}
Diagnostics:
Suppress:
- misc-definitions-in-headers