Korpuss: W980 ST2 Platinium White
Fasāde: M021 HG, Akrils
Panelis: H1334 ST9 Light Sorano Oak
Kāja: 90177
Rokturi: RO 092
Atrodas Decco Centrs salonā
bottom of page
// Every 30 seconds, send a heartbeat with elapsed engagement time
function pushHeartbeat(engagedTime) {
if (engagedTime > 0) {
window.dataLayer.push({
event: 'heartbeat',
engagement_time_msec: engagedTime
});
}
}