-
Notifications
You must be signed in to change notification settings - Fork 0
Updates to DeviceSDK to support decoupled edgex-go models (bson) #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…Services to distinguish between absent/existing devices.
|
Issue # 954 was closed. *Update: * Note changes recently made for addressable model in PR#938 .. Perhaps scope is limited to this model alone (but why??) Relates to issues: |
…Services to distinguish between absent/existing devices.
… "logger"
- Updated error handling (confirmation still needed) for internal/provision/devices.go,
./managedprofiles.go; and id verification within AddDeviceProfile
id verification in internal/provision/schedules.go
- Adds CBOR related implementation and/or log entries in:
1. internal/handler/command.go,
2. pkg/models/commandvalue.go,
3. internal/scheduler/executor.go,
4. internal/cache/scheduleevents.go,
5. internal/common/utils.go
Signed-off-by: tobiasmo1 <[email protected]>
Signed-off-by: tobiasmo1 <[email protected]>
Point glide to reference edgex-go from fork/branch. Note that this, along with manual copy from symlink seems easiest path for dev sync Signed-off-by: tobiasmo1 <[email protected]>
…Services to distinguish between absent/existing devices.
…nto 954-decouple-mongo-types
…Services to distinguish between absent/existing devices.
…o1/device-sdk-go into 954-decouple-mongo-types Signed-off-by: tobiasmo1 <[email protected]> # Conflicts: # internal/cache/devices.go # internal/cache/profiles.go # internal/cache/scheduleevents.go # internal/cache/schedules.go # internal/common/utils.go # internal/handler/command.go # internal/mock/mock_addressableclient.go # internal/mock/mock_deviceclient.go # internal/provision/devices.go # internal/provision/schedules.go # internal/scheduler/executor.go # manageddevices.go # managedprofiles.go # service.go
Signed-off-by: tobiasmo1 <[email protected]>
…Services to distinguish between absent/existing devices.
…Services to distinguish between absent/existing devices.
…nto 954-decouple-mongo-types
Refer to Git Issue # 954 on edgexfoundry/edgex-go repository.