чтобы поскорее начать программировать
В общем изголяться над спрайтами и так и сяк программно в риалтайме)
configure: async (device, coordinatorEndpoint, logger) => {
const first_endpoint = device.getEndpoint(1);
await reporting.bind(first_endpoint, coordinatorEndpoint, ['genBasic', 'msTemperatureMeasurement']);
await reporting.temperature(first_endpoint);
},