mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 12:50:43 +00:00
19 lines
315 B
Swift
19 lines
315 B
Swift
import Foundation
|
|
|
|
public enum OpenClawCapability: String, Codable, Sendable {
|
|
case canvas
|
|
case browser
|
|
case camera
|
|
case screen
|
|
case voiceWake
|
|
case talk
|
|
case location
|
|
case device
|
|
case watch
|
|
case photos
|
|
case contacts
|
|
case calendar
|
|
case reminders
|
|
case motion
|
|
}
|