mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-28 09:38:51 +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'
|