../../build/../src/model/device.cpp:223:41: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
const std::array<int,2> zoneIDs{0, m_device.getZoneID()};
^~~~~~~~~~~~~~~~~~~~~~~
{ }