1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
export let products = () => [
{
name: "Netatmo Weather Station",
description:
"A weather station that measures temperature, humidity, air pressure, CO2 levels, and noise pollution.",
},
{
name: "Netatmo Smart Thermostat",
description:
"A smart thermostat that learns your habits and adjusts the temperature accordingly, saving energy and money.",
check: true,
},
{
name: "Netatmo Smart Indoor Camera",
description:
"A smart indoor camera that can recognize faces and send notifications when someone is home or when an unknown person is detected.",
},
{
name: "Netatmo Smart Outdoor Camera",
description:
"A smart outdoor camera that can detect people, cars, and animals and send notifications when something is detected.",
},
{
name: "Netatmo Smart Door and Window Sensors",
description:
"Smart sensors that can detect when a door or window is opened or closed and send notifications to your phone.",
},
{
name: "Netatmo Smart Smoke Alarm",
description:
"A smoke alarm that can detect smoke and carbon monoxide, and send alerts to your phone.",
},
{
name: "Netatmo Smart Video Doorbell",
description:
"A smart doorbell that can recognize faces and send notifications when someone is at the door. It also has a built-in camera and microphone for two-way communication.",
check: true,
},
{
name: "Netatmo Smart Radiator Valves",
description:
"Smart radiator valves that allow you to control the temperature of each room individually and save energy.",
check: true,
},
];
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023