...
This script will apply a node or app level configuration json to all of the devices specified in a csv file. The When run initially the script will create every folder it requires.
A csv and json must have with matching names (eg. example123.json, example123.csv) and should be placed in the Imports folder. Then run ImportScript.py using python 3. It will connect to each device in order, import the provided configuration json, and restart all currently running apps. Note that this process may take several minutes per device.
...