mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 04:04:08 +02:00
wip
This commit is contained in:
@@ -8,7 +8,11 @@ import { defineObject } from '../engine.js';
|
||||
|
||||
export const ceilingFanLight = defineObject({
|
||||
id: 'ceilingFanLight',
|
||||
defaultOptions: {},
|
||||
name: 'Ceiling Fan Light',
|
||||
options: {
|
||||
schema: {},
|
||||
default: {},
|
||||
},
|
||||
placement: 'ceiling',
|
||||
createInstance: ({ room, root }) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user