AUTHORS
CHANGELOG.txt
LICENSE
MANIFEST.in
README.rst
setup.py
PyScada.egg-info/PKG-INFO
PyScada.egg-info/SOURCES.txt
PyScada.egg-info/dependency_links.txt
PyScada.egg-info/not-zip-safe
PyScada.egg-info/requires.txt
PyScada.egg-info/top_level.txt
docs/Makefile
docs/backend.rst
docs/command-line.rst
docs/conf.py
docs/device_protocol.rst
docs/django_settings.rst
docs/docker.rst
docs/frontend.rst
docs/grafana.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/nginx_setup.rst
docs/phant.rst
docs/quick_install.rst
docs/raspberryPiOS.rst
docs/update.rst
docs/visa.rst
docs/_build/doctrees/backend.doctree
docs/_build/doctrees/command-line.doctree
docs/_build/doctrees/device_protocol.doctree
docs/_build/doctrees/device_protokol.doctree
docs/_build/doctrees/django_settings.doctree
docs/_build/doctrees/docker.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/frontend.doctree
docs/_build/doctrees/grafana.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/installation.doctree
docs/_build/doctrees/nginx_setup.doctree
docs/_build/doctrees/phant.doctree
docs/_build/doctrees/quick_install.doctree
docs/_build/doctrees/raspberryPiOS.doctree
docs/_build/doctrees/update.doctree
docs/_build/doctrees/visa.doctree
docs/_build/doctrees/archives/django_settings.doctree
docs/_build/doctrees/archives/docker.doctree
docs/_build/doctrees/archives/installation.doctree
docs/_build/doctrees/archives/nginx_setup.doctree
docs/_build/doctrees/archives/phant.doctree
docs/_build/doctrees/archives/raspberryPiOS.doctree
docs/_build/doctrees/archives/visa.doctree
docs/_build/html/.buildinfo
docs/_build/html/backend.html
docs/_build/html/command-line.html
docs/_build/html/device_protocol.html
docs/_build/html/device_protokol.html
docs/_build/html/django_settings.html
docs/_build/html/docker.html
docs/_build/html/frontend.html
docs/_build/html/genindex.html
docs/_build/html/grafana.html
docs/_build/html/index.html
docs/_build/html/installation.html
docs/_build/html/nginx_setup.html
docs/_build/html/objects.inv
docs/_build/html/phant.html
docs/_build/html/quick_install.html
docs/_build/html/raspberryPiOS.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/update.html
docs/_build/html/visa.html
docs/_build/html/_images/Backend_overview.png
docs/_build/html/_images/Frontend_view_overview_admin_empty.png
docs/_build/html/_images/backend_core_add_device.png
docs/_build/html/_images/backend_core_add_variable.png
docs/_build/html/_images/backend_core_save_1_device.png
docs/_build/html/_images/backend_core_save_variable.png
docs/_build/html/_images/backend_modbus_add_variable.png
docs/_build/html/_images/backend_modbus_overview.png
docs/_build/html/_images/backend_modbus_save_device.png
docs/_build/html/_images/backend_overview.png
docs/_build/html/_images/backend_save_device.png
docs/_build/html/_images/backend_save_modbus_device.png
docs/_build/html/_images/frontend_login.png
docs/_build/html/_images/frontend_view_overview_admin_empty.png
docs/_build/html/_sources/backend.rst.txt
docs/_build/html/_sources/command-line.rst.txt
docs/_build/html/_sources/device_protocol.rst.txt
docs/_build/html/_sources/device_protokol.rst.txt
docs/_build/html/_sources/django_settings.rst.txt
docs/_build/html/_sources/docker.rst.txt
docs/_build/html/_sources/frontend.rst.txt
docs/_build/html/_sources/grafana.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/installation.rst.txt
docs/_build/html/_sources/nginx_setup.rst.txt
docs/_build/html/_sources/phant.rst.txt
docs/_build/html/_sources/quick_install.rst.txt
docs/_build/html/_sources/raspberryPiOS.rst.txt
docs/_build/html/_sources/update.rst.txt
docs/_build/html/_sources/visa.rst.txt
docs/_build/html/_sources/archives/django_settings.rst.txt
docs/_build/html/_sources/archives/docker.rst.txt
docs/_build/html/_sources/archives/installation.rst.txt
docs/_build/html/_sources/archives/nginx_setup.rst.txt
docs/_build/html/_sources/archives/phant.rst.txt
docs/_build/html/_sources/archives/raspberryPiOS.rst.txt
docs/_build/html/_sources/archives/visa.rst.txt
docs/_build/html/_static/basic.css
docs/_build/html/_static/classic.css
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/sphinx_highlight.js
docs/_build/html/archives/django_settings.html
docs/_build/html/archives/docker.html
docs/_build/html/archives/installation.html
docs/_build/html/archives/nginx_setup.html
docs/_build/html/archives/phant.html
docs/_build/html/archives/raspberryPiOS.html
docs/_build/html/archives/visa.html
docs/pic/PyScada_HMI_widget.png
docs/pic/PyScada_HMI_widget.svg
docs/pic/PyScada_module_overview.png
docs/pic/PyScada_module_overview.svg
docs/pic/backend_core_add_device.png
docs/pic/backend_core_add_variable.png
docs/pic/backend_core_save_variable.png
docs/pic/backend_overview.png
docs/pic/backend_save_device.png
docs/pic/backend_save_modbus_device.png
docs/pic/frontend_login.png
docs/pic/frontend_view_overview_admin_empty.png
docs/pic/myapp_models.png
pyscada/__init__.py
pyscada/admin.py
pyscada/apps.py
pyscada/device.py
pyscada/models.py
pyscada/signals.py
pyscada/tests.py
pyscada/views.py
pyscada/core/__init__.py
pyscada/event/__init__.py
pyscada/event/worker.py
pyscada/export/__init__.py
pyscada/export/admin.py
pyscada/export/apps.py
pyscada/export/csv_file.py
pyscada/export/export.py
pyscada/export/hdf5_file.py
pyscada/export/models.py
pyscada/export/worker.py
pyscada/export/management/__init__.py
pyscada/export/management/commands/PyScadaExportData.py
pyscada/export/management/commands/__init__.py
pyscada/export/migrations/0001_initial.py
pyscada/export/migrations/0002_auto_20151201_1617.py
pyscada/export/migrations/0003_auto_20160315_1140.py
pyscada/export/migrations/0004_exporttask.py
pyscada/export/migrations/0005_auto_20160403_1454.py
pyscada/export/migrations/0006_auto_20160404_0949.py
pyscada/export/migrations/0007_auto_20161124_1002.py
pyscada/export/migrations/0008_auto_20161124_1003.py
pyscada/export/migrations/0009_auto_20161128_0948.py
pyscada/export/migrations/0010_auto_20161128_1049.py
pyscada/export/migrations/0011_exporttask_filename.py
pyscada/export/migrations/0012_exporttask_backgroundprocess.py
pyscada/export/migrations/0013_auto_20170711_0729.py
pyscada/export/migrations/0014_auto_20170711_1326.py
pyscada/export/migrations/0015_remove_exporttask_backgroundtask.py
pyscada/export/migrations/0016_auto_20191004_0912.py
pyscada/export/migrations/__init__.py
pyscada/fixtures/color.json
pyscada/fixtures/units.json
pyscada/generic/__init__.py
pyscada/generic/device.py
pyscada/generic/worker.py
pyscada/generic/devices/__init__.py
pyscada/generic/devices/dummy.py
pyscada/generic/devices/waveform.py
pyscada/hmi/__init__.py
pyscada/hmi/admin.py
pyscada/hmi/apps.py
pyscada/hmi/models.py
pyscada/hmi/signals.py
pyscada/hmi/urls.py
pyscada/hmi/views.py
pyscada/hmi/migrations/0001_initial.py
pyscada/hmi/migrations/0002_auto_20151016_1932.py
pyscada/hmi/migrations/0003_auto_20151130_1456.py
pyscada/hmi/migrations/0004_auto_20151130_1502.py
pyscada/hmi/migrations/0005_auto_20160111_1822.py
pyscada/hmi/migrations/0006_auto_20160111_1848.py
pyscada/hmi/migrations/0007_auto_20160518_0848.py
pyscada/hmi/migrations/0008_auto_20180620_0716.py
pyscada/hmi/migrations/0009_controlitem_property_name.py
pyscada/hmi/migrations/0010_auto_20180705_1341.py
pyscada/hmi/migrations/0011_auto_20180710_1549.py
pyscada/hmi/migrations/0012_auto_20180912_1302.py
pyscada/hmi/migrations/0013_widget_update_20180912_1315.py
pyscada/hmi/migrations/0014_auto_20180912_1340.py
pyscada/hmi/migrations/0015_auto_20180913_1608.py
pyscada/hmi/migrations/0016_auto_20181004_0831.py
pyscada/hmi/migrations/0017_groupdisplaypermission_forms.py
pyscada/hmi/migrations/0018_auto_20181205_0937.py
pyscada/hmi/migrations/0019_auto_20181205_1058.py
pyscada/hmi/migrations/0020_pie.py
pyscada/hmi/migrations/0021_auto_20190528_0924.py
pyscada/hmi/migrations/0022_auto_20191004_0912.py
pyscada/hmi/migrations/0023_dropdownitem_value.py
pyscada/hmi/migrations/0024_auto_20191212_1516.py
pyscada/hmi/migrations/0025_widgetcontent_content_str.py
pyscada/hmi/migrations/0026_auto_20200915_1333.py
pyscada/hmi/migrations/0027_auto_20200915_1407.py
pyscada/hmi/migrations/0028_auto_20200915_1540.py
pyscada/hmi/migrations/0029_auto_20200916_0720.py
pyscada/hmi/migrations/0030_auto_20200918_0842.py
pyscada/hmi/migrations/0031_auto_20200918_1206.py
pyscada/hmi/migrations/0032_auto_20200918_1408.py
pyscada/hmi/migrations/0033_auto_20200918_1439.py
pyscada/hmi/migrations/0034_auto_20200918_1445.py
pyscada/hmi/migrations/0035_auto_20200918_1517.py
pyscada/hmi/migrations/0036_auto_20200923_0850.py
pyscada/hmi/migrations/0037_auto_20200923_0852.py
pyscada/hmi/migrations/0038_auto_20200929_1410.py
pyscada/hmi/migrations/0039_auto_20201002_0928.py
pyscada/hmi/migrations/0040_dictionary_dictionaryitem.py
pyscada/hmi/migrations/0041_auto_20201002_0934.py
pyscada/hmi/migrations/0042_auto_20201201_1335.py
pyscada/hmi/migrations/0043_auto_20201201_1411.py
pyscada/hmi/migrations/0044_auto_20201201_1539.py
pyscada/hmi/migrations/0045_auto_20201201_2100.py
pyscada/hmi/migrations/0046_auto_20201201_2109.py
pyscada/hmi/migrations/0047_auto_20201202_1445.py
pyscada/hmi/migrations/0048_chartaxis_fill.py
pyscada/hmi/migrations/0049_auto_20201202_2037.py
pyscada/hmi/migrations/0050_auto_20201203_2101.py
pyscada/hmi/migrations/0051_auto_20201204_0901.py
pyscada/hmi/migrations/0052_auto_20201204_0949.py
pyscada/hmi/migrations/0053_auto_20211118_1438.py
pyscada/hmi/migrations/0054_displayvalueoption_type.py
pyscada/hmi/migrations/0055_auto_20211125_1405.py
pyscada/hmi/migrations/0056_auto_20211210_1608.py
pyscada/hmi/migrations/0057_auto_20211214_1157.py
pyscada/hmi/migrations/0058_auto_20220523_1639.py
pyscada/hmi/migrations/0059_alter_view_theme.py
pyscada/hmi/migrations/0060_chartaxis_show_bars.py
pyscada/hmi/migrations/0061_auto_20220610_1459.py
pyscada/hmi/migrations/0062_auto_20220616_1523.py
pyscada/hmi/migrations/0063_move_group_display_permissions.py
pyscada/hmi/migrations/0064_auto_20220617_1333.py
pyscada/hmi/migrations/0065_auto_20220620_0854.py
pyscada/hmi/migrations/0066_auto_20221205_1435.py
pyscada/hmi/migrations/0067_alter_cssclass_options.py
pyscada/hmi/migrations/0068_alter_displayvalueoption_timestamp_conversion.py
pyscada/hmi/migrations/0069_displayvalueoption_color_and_more.py
pyscada/hmi/migrations/0070_move_displayvalueoptions.py
pyscada/hmi/migrations/0071_remove_displayvalueoption_color_1_and_more.py
pyscada/hmi/migrations/0072_alter_groupdisplaypermission_hmi_group.py
pyscada/hmi/migrations/__init__.py
pyscada/hmi/static/pyscada/css/tempusdominus-bootstrap-3.min.css
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap-switch.min.css
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap-theme.css
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap-theme.css.map
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap-theme.min.css
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap-theme.min.css.map
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap.css
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap.css.map
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap.min.css
pyscada/hmi/static/pyscada/css/bootstrap/bootstrap.min.css.map
pyscada/hmi/static/pyscada/css/daterangepicker/daterangepicker.css
pyscada/hmi/static/pyscada/css/fonts/glyphicons-halflings-regular.eot
pyscada/hmi/static/pyscada/css/fonts/glyphicons-halflings-regular.svg
pyscada/hmi/static/pyscada/css/fonts/glyphicons-halflings-regular.ttf
pyscada/hmi/static/pyscada/css/fonts/glyphicons-halflings-regular.woff
pyscada/hmi/static/pyscada/css/fonts/glyphicons-halflings-regular.woff2
pyscada/hmi/static/pyscada/css/fonts/roboto/LICENSE.txt
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-Black.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-BlackItalic.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-Bold.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-BoldItalic.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-Italic.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-Light.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-LightItalic.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-Medium.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-MediumItalic.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-Regular.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-Thin.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/Roboto-ThinItalic.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-light-webfont.eot
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-light-webfont.svg
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-light-webfont.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-light-webfont.woff
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-light-webfont.woff2
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-regular-webfont.eot
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-regular-webfont.svg
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-regular-webfont.ttf
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-regular-webfont.woff
pyscada/hmi/static/pyscada/css/fonts/roboto/roboto-regular-webfont.woff2
pyscada/hmi/static/pyscada/css/jquery-ui/AUTHORS.txt
pyscada/hmi/static/pyscada/css/jquery-ui/LICENSE.txt
pyscada/hmi/static/pyscada/css/jquery-ui/jquery-ui.css
pyscada/hmi/static/pyscada/css/jquery-ui/jquery-ui.min.css
pyscada/hmi/static/pyscada/css/jquery-ui/jquery-ui.structure.css
pyscada/hmi/static/pyscada/css/jquery-ui/jquery-ui.structure.min.css
pyscada/hmi/static/pyscada/css/jquery-ui/jquery-ui.theme.css
pyscada/hmi/static/pyscada/css/jquery-ui/jquery-ui.theme.min.css
pyscada/hmi/static/pyscada/css/jquery-ui/package.json
pyscada/hmi/static/pyscada/css/jquery-ui/images/ui-icons_444444_256x240.png
pyscada/hmi/static/pyscada/css/jquery-ui/images/ui-icons_555555_256x240.png
pyscada/hmi/static/pyscada/css/jquery-ui/images/ui-icons_777620_256x240.png
pyscada/hmi/static/pyscada/css/jquery-ui/images/ui-icons_777777_256x240.png
pyscada/hmi/static/pyscada/css/jquery-ui/images/ui-icons_cc0000_256x240.png
pyscada/hmi/static/pyscada/css/jquery-ui/images/ui-icons_ffffff_256x240.png
pyscada/hmi/static/pyscada/css/pyscada/pyscada-theme.css
pyscada/hmi/static/pyscada/img/admin_logo.jpg
pyscada/hmi/static/pyscada/img/asc.gif
pyscada/hmi/static/pyscada/img/desc.gif
pyscada/hmi/static/pyscada/img/favicon.ico
pyscada/hmi/static/pyscada/img/load.gif
pyscada/hmi/static/pyscada/img/unsorted.gif
pyscada/hmi/static/pyscada/js/MIT-LICENSE.txt
pyscada/hmi/static/pyscada/js/jquery.flot.axisvalues.js
pyscada/hmi/static/pyscada/js/moment-with-locales.min.js
pyscada/hmi/static/pyscada/js/tempusdominus-bootstrap-3.js
pyscada/hmi/static/pyscada/js/tempusdominus-bootstrap-3.min.js
pyscada/hmi/static/pyscada/js/admin/display_inline_protocols_device.js
pyscada/hmi/static/pyscada/js/admin/display_inline_protocols_variable.js
pyscada/hmi/static/pyscada/js/admin/hideshow.js
pyscada/hmi/static/pyscada/js/bootstrap/affix.js
pyscada/hmi/static/pyscada/js/bootstrap/alert.js
pyscada/hmi/static/pyscada/js/bootstrap/bootstrap-switch.min.js
pyscada/hmi/static/pyscada/js/bootstrap/bootstrap.js
pyscada/hmi/static/pyscada/js/bootstrap/bootstrap.min.js
pyscada/hmi/static/pyscada/js/bootstrap/button.js
pyscada/hmi/static/pyscada/js/bootstrap/carousel.js
pyscada/hmi/static/pyscada/js/bootstrap/collapse.js
pyscada/hmi/static/pyscada/js/bootstrap/dropdown.js
pyscada/hmi/static/pyscada/js/bootstrap/modal.js
pyscada/hmi/static/pyscada/js/bootstrap/npm.js
pyscada/hmi/static/pyscada/js/bootstrap/popover.js
pyscada/hmi/static/pyscada/js/bootstrap/scrollspy.js
pyscada/hmi/static/pyscada/js/bootstrap/tab.js
pyscada/hmi/static/pyscada/js/bootstrap/tooltip.js
pyscada/hmi/static/pyscada/js/bootstrap/transition.js
pyscada/hmi/static/pyscada/js/daterangepicker/daterangepicker.min.js
pyscada/hmi/static/pyscada/js/daterangepicker/moment.min.js
pyscada/hmi/static/pyscada/js/dexie/LICENSE.txt
pyscada/hmi/static/pyscada/js/flot/LICENSE.txt
pyscada/hmi/static/pyscada/js/flot/jquery.event.drag.LICENSE.txt
pyscada/hmi/static/pyscada/js/flot/jquery.mousewheel.LICENSE.txt
pyscada/hmi/static/pyscada/js/flot/lib/globalize.culture.en-US.js
pyscada/hmi/static/pyscada/js/flot/lib/globalize.js
pyscada/hmi/static/pyscada/js/flot/lib/jquery.event.drag.js
pyscada/hmi/static/pyscada/js/flot/lib/jquery.mousewheel.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.canvaswrapper.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.colorhelpers.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.axislabels.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.browser.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.categories.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.composeImages.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.crosshair.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.drawSeries.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.errorbars.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.fillbetween.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.flatdata.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.gauge.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.hover.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.image.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.legend.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.logaxis.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.navigate.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.pie.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.resize.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.saturated.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.selection.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.stack.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.symbol.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.threshold.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.time.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.touch.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.touchNavigate.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.flot.uiConstants.js
pyscada/hmi/static/pyscada/js/flot/source/jquery.js
pyscada/hmi/static/pyscada/js/jquery/jquery.cookie.js
pyscada/hmi/static/pyscada/js/jquery/jquery.min.js
pyscada/hmi/static/pyscada/js/jquery/jquery.tablesorter.min.js
pyscada/hmi/static/pyscada/js/jquery-ui/AUTHORS.txt
pyscada/hmi/static/pyscada/js/jquery-ui/LICENSE.txt
pyscada/hmi/static/pyscada/js/jquery-ui/jquery-ui.js
pyscada/hmi/static/pyscada/js/jquery-ui/jquery-ui.min.js
pyscada/hmi/static/pyscada/js/jquery-ui/package.json
pyscada/hmi/static/pyscada/js/jquery-ui/images/ui-icons_444444_256x240.png
pyscada/hmi/static/pyscada/js/jquery-ui/images/ui-icons_555555_256x240.png
pyscada/hmi/static/pyscada/js/jquery-ui/images/ui-icons_777620_256x240.png
pyscada/hmi/static/pyscada/js/jquery-ui/images/ui-icons_777777_256x240.png
pyscada/hmi/static/pyscada/js/jquery-ui/images/ui-icons_cc0000_256x240.png
pyscada/hmi/static/pyscada/js/jquery-ui/images/ui-icons_ffffff_256x240.png
pyscada/hmi/static/pyscada/js/pyscada/pyscada_v0-7-0rc14.js
pyscada/hmi/templates/_chart_legend.html
pyscada/hmi/templates/base.html
pyscada/hmi/templates/button.html
pyscada/hmi/templates/chart.html
pyscada/hmi/templates/chart_legend.html
pyscada/hmi/templates/choose_login.html
pyscada/hmi/templates/content_page.html
pyscada/hmi/templates/control_element.html
pyscada/hmi/templates/control_panel.html
pyscada/hmi/templates/custom_html_panel.html
pyscada/hmi/templates/dropdown.html
pyscada/hmi/templates/form.html
pyscada/hmi/templates/gauge.html
pyscada/hmi/templates/login.html
pyscada/hmi/templates/modelProperties.html
pyscada/hmi/templates/password_change.html
pyscada/hmi/templates/password_change_done.html
pyscada/hmi/templates/pie.html
pyscada/hmi/templates/process_flow_diagram.html
pyscada/hmi/templates/status_element.html
pyscada/hmi/templates/user_profile_change.html
pyscada/hmi/templates/value_field.html
pyscada/hmi/templates/view.html
pyscada/hmi/templates/view_overview.html
pyscada/hmi/templates/widget_row.html
pyscada/hmi/templatetags/__init__.py
pyscada/hmi/templatetags/views_extras.py
pyscada/log/__init__.py
pyscada/mail/__init__.py
pyscada/mail/worker.py
pyscada/management/__init__.py
pyscada/management/commands/__init__.py
pyscada/management/commands/pyscada_daemon.py
pyscada/migrations/0001_initial.py
pyscada/migrations/0002_event_hysteresis.py
pyscada/migrations/0003_auto_20151026_1826.py
pyscada/migrations/0004_unit_udunit.py
pyscada/migrations/0005_merge.py
pyscada/migrations/0006_auto_20151130_1449.py
pyscada/migrations/0007_auto_20151201_1613.py
pyscada/migrations/0008_auto_20151201_1614.py
pyscada/migrations/0009_auto_20160111_1802.py
pyscada/migrations/0010_auto_20160115_0918.py
pyscada/migrations/0011_auto_20160115_0920.py
pyscada/migrations/0012_auto_20160119_0950.py
pyscada/migrations/0013_auto_20160204_0840.py
pyscada/migrations/0014_auto_20160210_1152.py
pyscada/migrations/0015_auto_20160215_1522.py
pyscada/migrations/0016_auto_20160215_2002.py
pyscada/migrations/0017_recordeddata.py
pyscada/migrations/0018_auto_20160228_1623.py
pyscada/migrations/0019_datamigration_20160228_1624.py
pyscada/migrations/0020_auto_20160228_1641.py
pyscada/migrations/0021_auto_20160228_1643.py
pyscada/migrations/0022_auto_20160228_2029.py
pyscada/migrations/0023_auto_20160314_1817.py
pyscada/migrations/0024_auto_20160517_1047.py
pyscada/migrations/0025_auto_20160517_1734.py
pyscada/migrations/0026_auto_20160518_0848.py
pyscada/migrations/0027_auto_20160530_1436.py
pyscada/migrations/0028_auto_20160630_0831.py
pyscada/migrations/0029_scaling_limit_input.py
pyscada/migrations/0030_device_polling_interval.py
pyscada/migrations/0031_delete_variableconfigfileimport.py
pyscada/migrations/0032_auto_20161107_2206.py
pyscada/migrations/0033_auto_20161107_2241.py
pyscada/migrations/0034_auto_20170213_0855.py
pyscada/migrations/0035_auto_20170224_1215.py
pyscada/migrations/0036_auto_20170224_1245.py
pyscada/migrations/0037_auto_20170418_0931.py
pyscada/migrations/0038_auto_20170707_1209.py
pyscada/migrations/0039_auto_20170711_1326.py
pyscada/migrations/0040_auto_20170905_0942.py
pyscada/migrations/0041_update_protocol_id.py
pyscada/migrations/0042_auto_20180604_1240.py
pyscada/migrations/0043_devicewritetask_property_name.py
pyscada/migrations/0044_auto_20180704_1307.py
pyscada/migrations/0045_auto_20180705_1341.py
pyscada/migrations/0046_remove_devicewritetask_property_name.py
pyscada/migrations/0047_recordeddatanew.py
pyscada/migrations/0047_variableproperty_unit.py
pyscada/migrations/0048_datamigration_20181025_0918.py
pyscada/migrations/0049_auto_20181025_1049.py
pyscada/migrations/0050_merge_20181130_1143.py
pyscada/migrations/0051_auto_20181206_1107.py
pyscada/migrations/0052_auto_20181207_1019.py
pyscada/migrations/0053_auto_20190207_1526.py
pyscada/migrations/0053_auto_20190307_1423.py
pyscada/migrations/0054_auto_20190208_0913.py
pyscada/migrations/0054_auto_20190411_0749.py
pyscada/migrations/0055_auto_20190625_1752.py
pyscada/migrations/0056_auto_20190625_1823.py
pyscada/migrations/0057_auto_20191004_0912.py
pyscada/migrations/0058_merge_20191206_1328.py
pyscada/migrations/0059_auto_20200211_1049.py
pyscada/migrations/0060_auto_20200914_1417.py
pyscada/migrations/0061_devicereadtask.py
pyscada/migrations/0062_auto_20201002_0830.py
pyscada/migrations/0063_complexevent_complexeventitem_complexeventitemvariable.py
pyscada/migrations/0064_auto_20201005_1443.py
pyscada/migrations/0065_auto_20201005_1454.py
pyscada/migrations/0066_auto_20201006_0718.py
pyscada/migrations/0067_auto_20201006_0719.py
pyscada/migrations/0068_auto_20201006_0826.py
pyscada/migrations/0069_complexeventgroup_current_level.py
pyscada/migrations/0070_auto_20201006_1327.py
pyscada/migrations/0071_recordedevent_level.py
pyscada/migrations/0072_auto_20201006_1408.py
pyscada/migrations/0073_auto_20201007_0858.py
pyscada/migrations/0074_complexeventitem_active.py
pyscada/migrations/0075_auto_20201007_1609.py
pyscada/migrations/0076_mail_html_message.py
pyscada/migrations/0077_auto_20201104_1656.py
pyscada/migrations/0078_auto_20201123_1906.py
pyscada/migrations/0079_devicehandler.py
pyscada/migrations/0080_variableproperty_last_modified.py
pyscada/migrations/0081_calculatedvariable_periodfield_variablecalculatedfields.py
pyscada/migrations/0082_auto_20211112_1043.py
pyscada/migrations/0083_auto_20211115_0812.py
pyscada/migrations/0084_auto_20211115_1503.py
pyscada/migrations/0085_calculatedvariableselector_active.py
pyscada/migrations/0086_auto_20211115_1612.py
pyscada/migrations/0087_auto_20211116_1329.py
pyscada/migrations/0088_auto_20211117_1023.py
pyscada/migrations/0089_calculatedvariable_state.py
pyscada/migrations/0090_auto_20211117_1239.py
pyscada/migrations/0091_auto_20211118_1019.py
pyscada/migrations/0092_auto_20211125_1054.py
pyscada/migrations/0093_auto_20211125_1256.py
pyscada/migrations/0094_move_dictionaries.py
pyscada/migrations/0095_auto_20211203_1949.py
pyscada/migrations/0096_auto_20211210_0924.py
pyscada/migrations/0097_auto_20220118_1046.py
pyscada/migrations/0098_alter_device_polling_interval.py
pyscada/migrations/0099_alter_dictionaryitem_label.py
pyscada/migrations/0100_device_instrument_handler.py
pyscada/migrations/0101_complexeventchangevariable.py
pyscada/migrations/0102_move_complex_event_variables.py
pyscada/migrations/0103_remove_complexevent_new_value_and_more.py
pyscada/migrations/0104_rename_complexeventitem_complexeventinput_and_more.py
pyscada/migrations/0105_edit_generic_device_protocol.py
pyscada/migrations/__init__.py
pyscada/utils/__init__.py
pyscada/utils/scheduler.py