mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-08 09:40:14 +08:00
Total rework HAP pkg and HomeKit source
This commit is contained in:
13
pkg/hap/camera/ch120_streaming_status.go
Normal file
13
pkg/hap/camera/ch120_streaming_status.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package camera
|
||||
|
||||
const TypeStreamingStatus = "120"
|
||||
|
||||
type StreamingStatus struct {
|
||||
Status byte `tlv8:"1"`
|
||||
}
|
||||
|
||||
const (
|
||||
StreamingStatusAvailable = 0
|
||||
StreamingStatusBusy = 1
|
||||
StreamingStatusUnavailable = 2
|
||||
)
|
Reference in New Issue
Block a user