Last active
October 16, 2019 18:51
-
-
Save jomicega/f497470064cd4bf6d5a89a032731bb08 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
devices{ | |
name | |
configurator{ | |
name | |
analogInputs{ | |
quantity | |
prefix | |
} | |
analogOutputs{ | |
quantity | |
prefix | |
} | |
digitalInputs{ | |
quantity | |
prefix | |
} | |
digitalOutputs{ | |
quantity | |
prefix | |
} | |
virtualInputs{ | |
quantity | |
prefix | |
} | |
virtualOutputs{ | |
quantity | |
prefix | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
equipments{ | |
name | |
variables{ | |
name | |
parameter{ | |
device{ | |
name | |
} | |
usedBy{ | |
name | |
} | |
} | |
sensor{ | |
name | |
operation | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OperationMode{ | |
base{ | |
rules{ | |
...fragmentRule | |
} | |
} | |
compound{ | |
name | |
initDate | |
endDate | |
initHour | |
endHour | |
operationDays | |
rules{ | |
...fragmentRule | |
} | |
} | |
maintenance{ | |
initDate | |
endDate | |
initHour | |
endHour | |
operationDays | |
rules{ | |
...fragmentRule | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rule{ | |
name | |
notifications | |
validations{ | |
variable{ | |
name | |
} | |
value | |
operator | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment