mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-15 20:10:42 +00:00
macOS app/chat/browser/cron/permissions fixes. Co-authored-by: ImHermes1 <lukeforn@gmail.com>
18 lines
301 B
Swift
18 lines
301 B
Swift
import Foundation
|
|
|
|
public enum OpenClawCapability: String, Codable, Sendable {
|
|
case canvas
|
|
case browser
|
|
case camera
|
|
case screen
|
|
case voiceWake
|
|
case location
|
|
case device
|
|
case watch
|
|
case photos
|
|
case contacts
|
|
case calendar
|
|
case reminders
|
|
case motion
|
|
}
|