This commit is contained in:
m0duspwnens
2022-09-20 11:11:29 -04:00
parent 79785fc053
commit d1ee3a7d04
8 changed files with 99 additions and 155 deletions

View File

@@ -1,6 +1,9 @@
{% set ROLE_GLOBALS = {} %}
{% set SENSOR_GLOBALS = []
{% set SENSOR_GLOBALS = {
'sensor': {
'interface': INIT.PILLAR.sensor.interface
}
%}
{% for sg in SENSOR_GLOBALS %}