Engee documentation

Examples

Integration of external devices

How to download all available examples

To load all available examples in the environment Engee, run the following code in the script editor Script editor .

if isdir("/user/start/content_updater")
  rm("/user/start/content_updater";force = true, recursive = true)
end
run(`git clone https://git.engee.com/learn-engee/content-catalog.git /user/start/content_updater`)
if isdir("/user/start/examples")
    rm("/user/start/examples";force = true, recursive = true)
end
using HTTP
using JSON

include("/user/start/content_updater/gitlab_jl_ops.jl")
dl_demos("/user/start","HTTP")

Downloaded examples will be in the folder «examples» file browser  Engee:

refresh demo catalog examples