Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
23 stars 0 forks source link

Homekit Actions #110

Open ActuallyTaylor opened 2 years ago

ActuallyTaylor commented 2 years ago

Transcribed from ndvarn#2593 on discord

HomeKit support. I have wanted the ability to set a light brightness to a variable for a long time, but I can’t in vanilla shortcuts. Maybe if it is tied to a loop in jelly it can compile into a series of light set actions in shortcuts, which won’t be pretty, but it will save a lot of effort for me personally.

ActuallyTaylor commented 2 years ago

I definitely want to add these. It will be tricky to get device representation inside of Jelly because of the odd format shortcuts keeps it in. But I can see if there is a way the new objects system in 1.4 can be utilized

Clozent commented 2 years ago

I definitely want to add these. It will be tricky to get device representation inside of Jelly because of the odd format shortcuts keeps it in. But I can see if there is a way the new objects system in 1.4 can be utilized

Maybe add a shortcut action through jellycut (I have no idea if this is difficult or not, let alone making HomeKit functionality through the app)? This way, you could directly compile the code into a shortcut, but it will require that the jellycut app will be installed on the device running it.

ActuallyTaylor commented 2 years ago

Maybe add a shortcut action through jellycut (I have no idea if this is difficult or not, let alone making HomeKit functionality through the app)? This way, you could directly compile the code into a shortcut, but it will require that the jellycut app will be installed on the device running it. This is a good idea, if the objects system doesn’t work, this may be the way to go.