dhcgn/hm2mqtt

View on GitHub
shared/event.go

Summary

Maintainability
A
0 mins
Test Coverage
package shared

// Event represents one event from the rpc interface
type Event struct {
    MethodName   string
    SerialNumber string
    Type         string
    DataValue    string
}