import json, os, strutils import tradfri let tradfriGateway = newTradfriGateway( host = "192.168.100.225", port = 5684, user = "ctucx", pass = "JrSGx6WkAVJUl53b" ) let groups = %* tradfriGateway.getGroups() echo pretty groups