Skip to content

Commit

Permalink
register temperature sensor in OCA class registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Feb 9, 2025
1 parent 250a5c5 commit 53cbf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SwiftOCA/OCA/ClassRegistry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public class OcaClassRegistry {
try register(OcaStringSensor.self)
try register(OcaLevelSensor.self)
try register(OcaIdentificationSensor.self)
try register(OcaTemperatureSensor.self)

// application networks
try register(OcaControlNetwork.self)
Expand Down

0 comments on commit 53cbf53

Please sign in to comment.