spacemanspiff2007
spacemanspiff2007
> ```yaml > kind: Thing > apiVersion: v1 > UID: exec:command:MyThing1 > name: MyThing1 > thingTypeUID: exec:command ... > --- > kind: Item > apiVersion: v1 > name: MyItem1 >...
> but I guess we have many users using a RPI with 1 GB of RAM. Interesting - I would have guessed different. Pi 4 came out in June 2019...
Ah - that's good. Then there is nothing to do from my side. The item will then automatically change to `OFF` on 2024-01-01 in your example? Or is this a...
@J-N-K Small ping in case you missed my questions
How can I remove a future value from the time series?
# 5. Thing actions Some devices hide actions behind the configuration. E.g. it's possible to put the z-wave stick into inclusion mode for 30s/60s by changing a configuration value (which...
The action is only triggered by the user and not by rules. So the user has to have the availability to click a button in the GUI. I'm guessing that's...
The link shows the same for me but in the dialog it changes to .mid.  > Are you sure that your browser isn't doing any fancy stuff? That's absolutely...
 After the download there has to be a "=" with the filename - I've left a comment.
Another false positive with positional required parameters. This is exceptionally annoying because this also triggers on [pydantic.Field](https://docs.pydantic.dev/latest/api/fields/#pydantic.fields.Field) ````python def func(flag: bool, *, other: bool = False) -> None: pass func(True,...