block variables - var navbarItems = { Home: './index.html', Embedded: './embeded_details.html', OpenCV: './opencv_details.html', Photography: './photography-details.html', Table: './table.html', Institute: './images/institute.png', "SVG Playground": './svg_playground.html', "Graph": './graph.html' }; var smallCards = [ { header: 'Заголовок', text: '3D printers are versatile tools used for creating prototypes, custom parts, and artistic designs. They work by layering materials.', image: require('../images/16x10/3d-printer.jpeg'), imageAlt: '3D Printer', link: '#', }, { header: 'BLHeli ESCs', text: 'BLHeli ESCs are electronic speed controllers designed for drones, offering smooth and precise motor control.', image: require('../images/16x10/blheli-esc.jpeg'), imageAlt: 'BLHeli ESC', link: '#', }, { header: 'Raspberry Pi Nano', text: 'Raspberry Pi Nano is a compact computer ideal for learning, prototyping, and IoT projects. It is highly energy-efficient.', image: require('../images/16x10/rpi-nano.jpeg'), imageAlt: 'Raspberry Pi Nano', link: '#', }, { header: 'Smart Thermostats', text: 'Smart thermostats help regulate home temperatures efficiently, saving energy and enhancing comfort with automation.', image: require('../images/16x10/thermostat.jpeg'), imageAlt: 'Smart Thermostat', link: '#', } ]; var galleryImages= [ { src: require('../images/sqarucos.png'), alt: 'ESP32'}, { src: require('../images/sqstm32.png'), alt: 'Arduino'}, { src: require('../images/sqesp32.png'), alt: 'STM32'} ]; var locationFilters = [ { id: 'loc_kitchen', value: 'Kitchen', label: 'Kitchen' }, { id: 'loc_living', value: 'Living Room', label: 'Living Room' }, { id: 'loc_balcony', value: 'Balcony', label: 'Balcony' }, { id: 'loc_bedroom', value: 'Bedroom', label: 'Bedroom' } ]; var sensorTypeFilters = [ { id: 'type_xiaomi', value: 'Xiaomi', label: 'Xiaomi' }, { id: 'type_bmp220', value: 'Bmp220', label: 'Bmp220' }, { id: 'type_scd30', value: 'Scd30(Internal)', label: 'Scd30(Internal)' }, { id: 'type_bmp280', value: 'Bmp280', label: 'Bmp280' } ]; var sortOptions = [ { value: '', label: '-- None --' }, { value: 'SensorID', label: 'SensorID' }, { value: 'Timestamp', label: 'Time' }, { value: 'BatteryLevel', label: 'BatteryLevel' }, { value: 'Temperature', label: 'Temperature' }, { value: 'Humidity', label: 'Humidity' } ]; var axisOptions = [ { id: 'x_time', value: 'Time', label: 'Time', checked: true }, { id: 'x_battery', value: 'BatteryLevel', label: 'BatteryLevel', checked: false }, { id: 'x_temperature', value: 'Temperature', label: 'Temperature', checked: false }, { id: 'x_humidity', value: 'Humidity', label: 'Humidity', checked: false } ]; var valueOptions = [ { id: 'val_temperature', value: 'AverageTemperature', label: 'Average Temperature', checked: true }, { id: 'val_humidity', value: 'Humidity', label: 'Average Humidity', checked: false }, { id: 'val_battery', value: 'BatteryLevel', label: 'Average BatteryLevel', checked: false } ]