Context for developing and debugging Hubitat Elevation apps, drivers, and hub environment — sandbox constraints, lifecycle idioms, capability contracts, plus grounded deploy/log-tail/lint mechanisms.
81
94%
Does it follow best practices?
Impact
27%
Average score across 2 eval scenarios
Advisory
Suggest reviewing before use
A developer is writing a Hubitat Elevation driver and is considering these imports. For each one, state whether it will work in the Hubitat sandbox or be rejected at compile time when the code is saved, and for the rejected ones name the Hubitat-native alternative to use instead.
java.util.ArrayListjava.io.Filejava.net.HttpURLConnectiongroovy.json.JsonSlurperjava.util.concurrent.ConcurrentHashMapjava.lang.ThreadAnswer concisely: one line per import — the import, allowed or rejected, and a brief reason. Do not write a driver.