Method: Huey::Bulb#save
- Defined in:
- lib/huey/bulb.rb
#save ⇒ Object Also known as: commit
61 62 63 64 65 |
# File 'lib/huey/bulb.rb', line 61 def save Huey::Request.put("lights/#{self.id}/state", body: MultiJson.dump(@changes)) @changes = {} true end |