mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-28 17:48:50 +00:00
11 lines
208 B
CoffeeScript
11 lines
208 B
CoffeeScript
canvas = require('./_canvas')
|
|
|
|
exports.getAll = (applicationId) ->
|
|
return canvas.get
|
|
resource: 'device'
|
|
options:
|
|
filter:
|
|
application: applicationId
|
|
expand: 'application'
|
|
orderby: 'name asc'
|