Skip to content

Commit

Permalink
fix TimeSeries example comment (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtng authored Jun 6, 2024
1 parent 0aba8d8 commit 30d7c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openhab/core/types/time_series.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Types
# @since openHAB 4.1
#
# @example
# time_series = TimeSeries.new # defaults to :add policy
# time_series = TimeSeries.new # defaults to :replace policy
# .add(Time.at(2), DecimalType.new(2))
# .add(Time.at(1), DecimalType.new(1))
# .add(Time.at(3), DecimalType.new(3))
Expand Down

0 comments on commit 30d7c46

Please sign in to comment.