Skip to content

Commit

Permalink
Update LIFXDevice.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sroebert authored Apr 22, 2018
1 parent 6b72f0d commit b7a3026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftLIFX/Model/LIFXDevice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class LIFXDevice: Hashable, Equatable {
case on = 65535
case off = 0

var toggled: PowerState {
public var toggled: PowerState {
switch self {
case .on: return .off
case .off: return .on
Expand Down

0 comments on commit b7a3026

Please sign in to comment.