Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
b5f0c0d86f
|
@ -20,9 +20,9 @@ type message struct {
|
||||
ALARM_status string `json:"ALARM_status"`
|
||||
Bat float32 `json:"BatV"`
|
||||
Work_mode string `json:"Work_mode"`
|
||||
Temp_Black string `json:"Temp_Black"`
|
||||
Temp_Red string `json:"Temp_Red"`
|
||||
Temp_White string `json:"Temp_White"`
|
||||
Temp_Black float32 `json:"Temp_Black"`
|
||||
Temp_Red float32 `json:"Temp_Red"`
|
||||
Temp_White float32 `json:"Temp_White"`
|
||||
}
|
||||
|
||||
func Parse(fPort int, decodedPayload []byte, _ string, variables *map[string]database.VariableType, attributes *map[string]interface{}, device *database.Device) error {
|
||||
|
Reference in New Issue
Block a user