Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: luck
> ./sample-data-old/plant-watering.2.highlighter
Lenses
(coming soon!)
{
"id": "plant-watering.2",
"name": "schedule",
"properties": [
{
"name": "$",
"formula": "{dates:lastWatered}",
"visibility": "HIDDEN"
},
{
"name": "daysSince",
"formula": "Round((Date.now() - Date.parse(lastWatered)) / (24 * 60 * 60 * 1000), 1)",
"visibility": "HIDDEN"
},
{
"name": "needsWater",
"formula": "daysSince > PrevOfType($, \"interval\").data.intervalInt",
"visibility": "HIDDEN"
},
{
"name": "color",
"formula": "needsWater ? \"red\": \"green\"",
"visibility": "STYLE"
},
{
"name": "button",
"formula": "TemplateButton($, \"🚿\", DateTime.now().toLocaleString(), \"replace\")",
"visibility": "INLINE"
}
]
}