Skip to content

Add PlatinumActuator and rename Actuator to GoldActuator

Compare
Choose a tag to compare
@alex-brinkman alex-brinkman released this 05 Apr 21:58
· 258 commits to master since this release
90129a4

Note: this version causes Bus topology YAML breaking changes to Actuator Devices. To migrate, rename the following

# prior to v0.12.0:
  - device_class:                Actuator
    egd_brake_engage_msec:       100
    egd_brake_disengage_msec:    100
    egd_crc:                     12345467
    egd_drive_max_current_limit: 2

# v0.12.0 and onward:
  - device_class:                 GoldActuator
    elmo_brake_engage_msec:       100
    elmo_brake_disengage_msec:    100
    elmo_crc:                     12345467
    elmo_drive_max_current_limit: 2

What's Changed

Full Changelog: v0.11.6...v0.12.0