Dummy devices w/ no remote

That’d work.

Here’s a way to get a full remote panel with a single request. (This is what our mobile apps use to build a full panel)

POST to devices the body {"template": <template_name>, "name": <whatever_you_want>, "properties": {"addr": "1111", "bps": 3000, "zero_gap": 30, "freq": 433400}}

This builds a device (and its commands) from a script on the Bond. Here is a spread of commonly-seen template names:

"A1": one light, 3 speeds, hold-to-dim, reverse
"A1a": two-lighted version of A1
"RCF118": adjustable brightness

I’m very close to being able to share some documentation on the scripts, to enable community-built scripts.

4 Likes