app/models/extface/driver.rb in extface-0.1.1 vs app/models/extface/driver.rb in extface-0.1.2
- old
+ new
@@ -4,12 +4,9 @@
NAME = 'Extface Driver Base' #human driver name
GROUP = Extface::RAW_DRIVER
DEVELOPMENT = true #driver is not ready for production (not passing all tests or has major bugs)
-
- CAN_RECEŠ”VE_DATA = true #pull from server
- CAN_TRANSMIT_DATA = true #push to server
# Select driver features
RAW = true #responds to #push(data) and #pull
PRINT = false #POS, slip printers
FISCAL = false #cash registers, fiscal printers