Handles slot discovery, availability checking, and assignment for subscription-based access slots.
View on GitHub →slots.getAllMatchingTags(tac, pattern)Find all tags that exist in the system matching a pattern Only tags that have a corresponding door are considered valid slots
tac (table): - TAC instancepattern (string): - wildcard pattern (e.g., "tenant.*")slots.getAvailableSlots(tac, pattern)Get available slots for a tier pattern
tac (table): - TAC instancepattern (string): - wildcard patternslots.getActiveSubscriptions(tac, pattern)Get active subscriptions for a pattern (for backward compatibility)
tac (table): - TAC instancepattern (string): - wildcard patternslots.getNextAvailableSlot(tac, pattern)Get next available slot for a tier pattern
tac (table): - TAC instancepattern (string): - wildcard pattern