File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require "placeos-driver/interface/switchable"
77# Documentation: https://aca.im/driver_docs/Panasonic/panasonic_pt-vw535n_manual.pdf
88# also https://aca.im/driver_docs/Panasonic/pt-ez580_en.pdf
99
10- # How the projector expects you interact with it
10+ # How the projector expects you interact with it.
1111# ===============================================
1212# 1. New connection required for each command sent (hence makebreak!)
1313# 2. On connect, the projector sends you a string of characters to use as a password salt
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Sony::Displays::Bravia < PlaceOS::Driver
1212 private INDICATOR = " \x2A\x53 " # *S
1313 private HASH = " ################"
1414
15- # Discovery Information.
15+ # Discovery Information
1616 tcp_port 20060
1717 descriptive_name " Sony Bravia LCD Display"
1818 generic_name :Display
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ shards:
191191
192192 openssl_ext:
193193 git: https://github.com/spider-gazelle/openssl_ext.git
194- version: 2.4.4
194+ version: 2.5.2
195195
196196 oq:
197197 git: https://github.com/blacksmoke16/oq.git
@@ -215,7 +215,7 @@ shards:
215215
216216 pg-orm:
217217 git: https://github.com/spider-gazelle/pg-orm.git
218- version: 2.0.4
218+ version: 2.0.5
219219
220220 pinger:
221221 git: https://github.com/spider-gazelle/pinger.git
@@ -239,7 +239,7 @@ shards:
239239
240240 placeos-driver:
241241 git: https://github.com/placeos/driver.git
242- version: 7.13.0
242+ version: 7.13.1
243243
244244 placeos-log-backend:
245245 git: https://github.com/place-labs/log-backend.git
You can’t perform that action at this time.
0 commit comments