Jordy, the link is broken here so I will ask... the limit on function(), variable(), and subscribe() are four each per device and the webhooks are 20 per userID, correct? I did a search to no avail...
I believe I heard some chatter about that. Perhaps @dave could tell us some more. You could artificially increase your functions by using the input argument and making some if/else statements, or switch cases.
The function / var / subscribe limits on the photon are greater I believe, since we have so much more ram on the Photon. My hope is to keep upgrading the cloud limits as we add capacity
Good question! Looking back, this might be unclear, but there are two limits, total hooks per-user, and total hooks per device. A single device can have 10 hooks, and a user account can have 20 hooks total. I’m thinking that’s a bit awkward, should we just drop the per-device limit?
You have 10 hooks created for no device in particular. In this case, the hook limits are somewhat loose, so if you wanted, you could create another 10 hooks for a particular device, etc. I know that’s a bit strange, I have a task in my backlog to make that more clear.