Implemented the fixed ICCC driver specification
This commit is contained in:
parent
6ab4732b85
commit
bfedc63eb6
@ -39,6 +39,7 @@ func ICCCListenerUpdateReceiver(data map[string][]string) (result map[string][]s
|
||||
updatedObject.Command = messageData.Command
|
||||
updatedObject.IPAddressPort = messageData.IPAddressPort
|
||||
updatedObject.IsActive = messageData.IsActiveNew
|
||||
updatedObject.Kind = messageData.Kind
|
||||
|
||||
// Update the entry:
|
||||
if errUpdate := collectionListener.Update(selectionUpdate, updatedObject); errUpdate != nil {
|
||||
|
@ -6,4 +6,5 @@ type ICCCListenerUpdate struct {
|
||||
Command string
|
||||
IPAddressPort string
|
||||
IsActiveNew bool
|
||||
Kind byte
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
package Version
|
||||
|
||||
var (
|
||||
oceansVersion string = `2.0.2` // Ocean's current version
|
||||
oceansVersion string = `2.0.3` // Ocean's current version
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user