Skip to content

Releases: ift-tuwien/ICOstate

Version 0.25

16 Apr 12:28
3e1810a

Choose a tag to compare

Package

  • Require ICOtronic package 7.2 (to add and fix logging messages)

CI

Version 0.24

30 Mar 10:04
a00e2f0

Choose a tag to compare

Package

  • Require ICOtronic package 7.1

Version 0.23

26 Feb 11:34
0fcc846

Choose a tag to compare

Package

  • Require ICOtronic package 6.5 (to improve support for Python 3.14)

Version 0.22

19 Jan 16:58
a5e96c6

Choose a tag to compare

API

  • Rename _check_in_state to check_in_state to make it “public”

Version 0.21

14 Jan 11:40
6b1d2ba

Choose a tag to compare

API

  • Add coroutines:
    • ICOsystem.get_sensor_configuration to read the sensor configuration of a sensor node
    • ICOsystem.set_sensor_configuration to write the sensor configuration of a sensor node

Version 0.20

12 Jan 11:12
e52498a

Choose a tag to compare

API

  • The coroutine ICOsystem.rename now returns the old name of the renamed sensor node

Version 0.19

09 Dec 14:26
e0393eb

Choose a tag to compare

API

  • Allow ICOsystem.collect_sensor_nodes in all states, except for the disconnected state

Version 0.18

13 Nov 13:15
1464558

Choose a tag to compare

API

  • Add coroutine to read MAC address of STU: ICOsystem.get_stu_mac_address

Version 0.17

05 Nov 15:35
c228d55

Choose a tag to compare

API

  • Add current state to IncorrectStateError message text

Test

Version 0.16

03 Nov 11:53
a9b570a

Choose a tag to compare

API

  • Export CANInitError
  • Require ICOtronic library version 6.0

Development

  • Use uv instead of poetry as development tool